ChomeNS afaf32ec00 FINALLY make the bossbar manager not spammy
Closes #3 (https://code.chipmunk.land/ChomeNS/chomens-bot-java/issues/3)
this took 3 hours to make which is not that much mabe
2023-06-18 20:59:57 +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-06-15 17:18:49 +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%