more stuff in readme

This commit is contained in:
Chayapak 2023-06-22 19:45:35 +07:00
parent 1b47406dfb
commit b3d36ad9db

View file

@ -1,9 +1,10 @@
# ChomeNS Bot Java
A Java verison of ChomeNS Bot.
Also you will see that the exploits plugin is missing because I gitignored it to prevent exploit leaks
# Cum piling
You will see that the exploits plugin is missing because I gitignored it to prevent exploit leaks
To make this compile just make `ExploitsPlugin.java` in the plugins folder and add this code:
To make this cum pie just make `ExploitsPlugin.java` in the plugins folder and add this code:
```java
package land.chipmunk.chayapak.chomens_bot.plugins;
@ -23,4 +24,6 @@ public class ExploitsPlugin {
}
```
And it should compile.
Then at the root of the project run `./gradlew shadowJar` for Linux or `gradlew.bat shadowJar` for Windows
The .jar file will be at `build/libs`, to run the bot do `java -jar chomens_bot-rolling-all.jar`