2023-04-22 01:26:22 -04:00
|
|
|
# ChomeNS Bot Java
|
2024-11-27 04:58:18 -05:00
|
|
|
A Java version of ChomeNS Bot.
|
2023-05-11 05:11:21 -04:00
|
|
|
|
2024-10-06 06:27:30 -04:00
|
|
|
# Compiling
|
2023-06-09 05:21:52 -04:00
|
|
|
|
2024-11-27 04:58:18 -05:00
|
|
|
To make this successfully compile, you will have to fix the missing `ExploitsPlugin.java` in the `plugins` package, and also some enums related to it.
|
2023-06-09 05:21:52 -04:00
|
|
|
|
2024-11-27 04:58:18 -05:00
|
|
|
After that, you can now run `./gradlew build` to actually get the `.jar` file.
|
2023-06-09 05:21:52 -04:00
|
|
|
|
2024-11-27 04:58:18 -05:00
|
|
|
The .jar file will be at `build/libs`, to run the bot simply do `java -jar chomens_bot-rolling-all.jar`
|