2023-06-09 16:21:52 +07:00
2023-05-02 14:13:47 +07:00
2023-06-08 18:15:14 +07:00
2023-05-14 16:40:31 +07:00
2023-05-05 18:58:31 +07:00
2023-03-18 18:04:06 +07:00
2023-05-23 19:14:16 +07:00

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

To make this compile 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 {
    private final Bot bot;

    public ExploitsPlugin (Bot bot) {
        this.bot = bot;
    }

    public void kick (UUID uuid) {}
}

And it should compile.

Description
before his source got door
Readme GPL-3.0 3.1 MiB
Languages
Java 100%