ChomeNS 54f0f36952 refactor: some fixes and improvements to filtering and ip querying stuff
- ip filter delay decreased to 5 seconds, since we already got the `ip` field in PlayerEntry so we can check however we want without spamming the server console (though we still do have to worry about resource usages)
- validate the regex in FilterCommand and log the regex error to console instead of chat, though it shouldn't happen anymore since we got the validation in the command already
- use the newly made event `queriedPlayerIP` in the players plugin listener instead of `playerJoined`, since the ip will 95% be null and will basically just do nothing
2025-04-09 11:01:38 +07:00
2024-12-28 13:16:49 +07:00
2025-03-17 16:39:18 +07:00
2025-02-21 12:35:19 +07:00
2024-11-01 11:03:45 -03:00
2023-05-05 18:58:31 +07:00
2023-03-18 18:04:06 +07:00
2024-11-01 11:03:45 -03:00

ChomeNS Bot Java

A Java version of ChomeNS Bot.

Compiling

To make this successfully compile, you will have to fix the missing ExploitsPlugin.java in the plugins package, and also some enums related to it.

After that, you can now run ./gradlew build to actually get the .jar file.

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

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