A Java version of ChomeNS Bot.
Find a file
2023-10-03 10:01:10 +07:00
.idea FIX PLAYER DISPLAY NAMES (MAJOR) 2023-10-01 08:31:26 +07:00
src/main IP FILTER STOP SPAM AND SOME MIDI VELOCITY THING 2023-10-03 10:01:10 +07:00
.gitignore FIX PLAYER DISPLAY NAMES (MAJOR) 2023-10-01 08:31:26 +07:00
build.gradle ACTUALLY update to 1.20.2 2023-09-29 07:55:36 +07:00
gradlew move to gradle 2023-06-22 19:27:33 +07:00
gradlew.bat move to gradle 2023-06-22 19:27:33 +07:00
LICENSE add license 2023-05-05 18:58:31 +07:00
lombok.config Add stuff - first commit 2023-03-18 18:04:06 +07:00
README.md pcrash??? 2023-08-13 12:31:20 +07:00
settings.gradle move to gradle 2023-06-22 19:27:33 +07:00

ChomeNS Bot Java

A Java verison of ChomeNS Bot.

Cum piling

You will see that the exploits plugin is missing because I gitignored it to prevent exploit leaks

To make this cum pie just make ExploitsPlugin.java in the plugins folder and add this code:

package land.chipmunk.chayapak.chomens_bot.plugins;

import land.chipmunk.chayapak.chomens_bot.Bot;

import java.util.UUID;

public class ExploitsPlugin {
    public ExploitsPlugin (Bot bot) {}

    public void kick (UUID uuid) {}
    
    public void pcrash (UUID uuid) {}
}

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