✅ Official Support: Now fully supports Minecraft versions 1.8 to 1.21.5.
Fixes & Improvements:
Fixed an error related to ChatListener.java. Codebase optimization for better performance. AntiCaps system now properly detects player names and messages.
Config Update: New entries have been added to settings.yml. If you're updating from a previous version, make sure to manually add the following section if it doesn’t exist:
make sure you add these into your settings.yml if the file existed before.
Code (YAML):
ChatManager: # Add a section for defining rule priority for both chat and commands: priority:
chat: - SPAM
- DELAY
- SIMILAR
- CAPS
- CHARACTER_MESSAGES
- MESSAGES
command: - SPAM
- DELAY
- SIMILAR
- CAPS
- CHARACTER_MESSAGES
- MESSAGES