bebeli555 / CookieClient

CookieClient is a utility client for anarchy servers
95 stars 18 forks source link

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:

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.