diff --git a/README.md b/README.md index 33dd3b5..23b5e9a 100644 --- a/README.md +++ b/README.md @@ -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`