Code Monkey home page Code Monkey logo

clientbase's Introduction

ClientBase

Why?

I made this for learning and for use in my private client ZWare.cc.

TO-DO

  • Add ClickGUI
  • Add HUD and HUDEditor
  • Add Javadocs

How to use?

  1. Clone the repository using git clone https://github.com/ZWareDevelopment/ClientBase.git <YOUR CLIENT NAME>
  2. Open the project in your preferred IDE.
  3. Run
    • On Linux/Mac:
      • For IntelliJ: ./gradlew setupDecompWorkspace genIntellijRuns
      • For Eclipse: ./gradlew setupDecompWorkspace eclipse
    • On Windows:
      • For IntelliJ: gradlew.bat setupDecompWorkspace genIntellijRuns
      • For Eclipse: gradlew.bat setupDecompWorkspace eclipse
  4. Reimport Gradle and restart your IDE.
  5. Rename dev.zihasz.clientbase to me.<YOUR NAME>.<CLIENT NAME>
  6. Change dev.zihasz.clientbase.feature.module.modules to me.<YOUR NAME>.<CLIENT NAME>.feature.module.modules in ModuleManager
  7. Do the same thing in CommandManager
  8. Add modules/make changes.
  9. DiscordRPC (Optional):
    1. Go to the Discord Developer Portal
    2. Create a new app.
    3. Add an image to the app.
    4. Go to Rich Presence.
    5. Add an image there too.
    6. Go to art assets
    7. Copy your client ID from the Developer portal
    8. Put your ID in the DiscordPresence class into the APP_ID variable
    9. Add an image named large, and an image named small to the assets.
    10. Change detail, state, largeImageText and smallImageText to something else.

clientbase's People

Contributors

zihasz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.