Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bebeli555/CookieClient
CookieClient is a utility client for anarchy servers
https://github.com/bebeli555/CookieClient
Last synced: 2 months ago
JSON representation
CookieClient is a utility client for anarchy servers
- Host: GitHub
- URL: https://github.com/bebeli555/CookieClient
- Owner: bebeli555
- Created: 2021-04-30T17:23:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-15T04:31:46.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T23:19:29.183Z (6 months ago)
- Language: Java
- Size: 895 KB
- Stars: 95
- Watchers: 6
- Forks: 17
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- minecraft-hack-clients - Github
README
# CookieClient
[![Discord](https://img.shields.io/discord/712755445550284871.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/xSukBcyd8m)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](https://github.com/bebeli555/CookieClient/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.