afaf32ec001e4d6bbf900d09319b644183f4d2bc
Closes #3 (https://code.chipmunk.land/ChomeNS/chomens-bot-java/issues/3) this took 3 hours to make which is not that much mabe
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.
Languages
Java
100%