This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
[3.8.2] Big storage update.
3.8.2 Changelog
- Plugin is now using LightningStorage library, to store data. Storage is now stored in JSON file format, instead of YAML, which should slightly increase performance. This also allowed me to cleaned up a lot of useless code, which has been slowing plugin down.
- Command /guard (/guard help) has been redesigned on the spigot and also on the bungeecord. Bungeecord version received new commands: /guard status - action bar status (same as on spigot), /guard reload - reloading configuration without restarting the server and /guard whitelist and /guard blacklist.
- Added auto whitelisting to bungeecord, legit players can now join the server even if there is a bot attack!
- Updated GeoLite2 database.
3.8.1 Changelog
- Added new bypass permissions for 2 modules, you can toggle on or off if these permissions should be enabled.
- Fixed issue with not erasing file with database download timestamp after updating it (This was causing database updating on every run after 1 week passed).
- Added optional setting - new Beta-Layout, enabling this (server must restart) will change the design of /guard status: action bar will display attack status (statistics, etc) instead of information about currently blocked bot, and will completely disable title messages.
- Changed event priority.
- Fixed negative ping amount.
- Updated GeoLite2 database.
- Improved plugin.yml file.
- Reformatted code.