From b3d36ad9dbb1a40a0eefc03045986b9c79f29911 Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Thu, 22 Jun 2023 19:45:35 +0700 Subject: [PATCH] more stuff in readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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`