Skip to content

CookieClient is a utility client for anarchy servers

Notifications You must be signed in to change notification settings

addressnopping/CookieClient

 
 

Repository files navigation

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 by running gradlew setupDecompWorkspace and gradlew build. If your using eclipse you also need to run gradlew eclipse. And for IntelliJ you need to run gradlew genIntellijRuns

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.

About

CookieClient is a utility client for anarchy servers

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%