/CookieClient

CookieClient is a utility client for anarchy servers

Primary LanguageJava

CookieClient

Discord

CookieClient is a utility client for anarchy servers. Its a forge mod so you need forge to run it.
Currently supported versions: 1.12.2

Default prefix = ++
You can open GUI with ++gui command and then later bind it to some key in GUI > Keybind

Downloading

You can download CookieClient at the releases tab. And select the latest version and download the CookieClient-version-release.jar. Then put the jar file to your mods folder and run minecraft with forge. You can also build it yourself with the instructions below.

Building

You can build the project and set the development environment by running gradlew eclipse and gradlew genEclipseRuns then gradlew build or in intellij just by running gradlew genIntellijRuns then gradlew build If you just want to build it without setting up IDE environment then just run gradlew build then the built jar will be in build/libs. You need JDK 8 to build it newer versions of java wont work i think.

Contributing

You can contribute to CookieClient by creating a pull request to this repository. Read this guide before doing it:

  • Add a good explanation on what your code does and why i should merge it
  • Remember to follow the same rules that all the other code does. Which means that dont go putting brackets on their own line as none of the other code does that and name your variables in the same way.
  • Dont add too much in one pullrequest. If you for example want to make changes to many modules then make a pullrequest for every module that you changed.
  • Code improvements, Performance improvements, and improvements to modules are a great way to contribute.
Together we can make CookieClient better!

Reporting issues

You can report issues by creating a new Issue to this repository. Read this guide before doing it:

  • Add as much of details as you can. For example: Why it happened, when it happened, what you did before it happened etc...
  • If your reporting a crash remember to include the stacktrace/crash log! Otherwise your issue will be ignored.
  • Look if the same issue has already been reported.