Version : 1.19 to 1.21.5
Improved plugin compatibility with the latest versions of Minecraft (1.19 -> 1.21.5)
✅ Improvement of the Blacklist System
- You can now blacklist usernames using regex (
https://en.wikipedia.org/wiki/Regular_expression).
For example:
^Admin.* => will block all usernames that start with 'Admin'
.*hack.* => will block all usernames that contain 'hack'
^[A-Za-z]{4,}$ => will block all usernames that have at least 4 consecutive letters (uppercase or lowercase)
- You can now also blacklist IPs by range, using /XX.
For example:
Instead of blocking the IPs 127.0.0.1, 127.0.0.2, ..., 127.0.0.255,
you can block them using: 127.0.0.1/24, which will block all IPs from 127.0.0.1 to 127.0.0.255
✅
Improvement of the Discord Webhook
An improvement has been made to the WebHook to reduce latency when sending messages !
Additionally, a new webhook has been added! You can now receive in-game reports directly through the webhook.
✅ Improvement of the Gamerule system
Now the '
/supmod gamerule' are automatically managed by the plugin and adapt to the version you are using to provide you with the best options.
✅ Config file was updated
Changes have been made to the 'config.yml' file to standardize the 'active / enable' options.
Added the variable 'get_time_from_api' to use an external API for obtaining times for the Security section. (Otherwise, it will use the server's time.)