more stuff in readme
This commit is contained in:
parent
1b47406dfb
commit
b3d36ad9db
1 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# ChomeNS Bot Java
|
# ChomeNS Bot Java
|
||||||
A Java verison of ChomeNS Bot.
|
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
|
```java
|
||||||
package land.chipmunk.chayapak.chomens_bot.plugins;
|
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`
|
||||||
|
|
Loading…
Reference in a new issue