A Java version of ChomeNS Bot.
Find a file
2024-11-07 17:52:12 +07:00
gradle/wrapper refactor: fix buildscripts 2024-11-01 11:03:45 -03:00
src/main feat: *console printdisconnectedcause <true|false> 2024-11-07 17:52:12 +07:00
.gitignore refactor: fix buildscripts 2024-11-01 11:03:45 -03:00
build.gradle refactor: fix buildscripts 2024-11-01 11:03:45 -03:00
gradlew refactor: fix buildscripts 2024-11-01 11:03:45 -03:00
gradlew.bat refactor: fix buildscripts 2024-11-01 11:03:45 -03: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 refactor: fix buildscripts 2024-11-01 11:03:45 -03:00
settings.gradle refactor: fix buildscripts 2024-11-01 11:03:45 -03:00

ChomeNS Bot Java

A Java verison of ChomeNS Bot.

Compiling

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

To make this successfully compile just make ExploitsPlugin.java in the plugins folder and add this code:

package me.chayapak1.chomens_bot.plugins;

import me.chayapak1.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 build to build.

The .jar file will be at build/libs, to run the bot do java -jar chomens_bot-rolling-all.jar