Config changes
- Renamed Block -> Message to Block -> Flagged Message.
- Added message for when a user is blacklisted and tries to join.
- Added wildcard support for whitelist and blacklist. For example:
- /aavpn whitelist add 1.2.3.*
- /aavpn whitelist add 1.2.*.*
- /aavpn blacklist add 1.*.3.*
- /aavpn blacklist add *.*.*.4
- Small cleanup overall.
No config changes.
- Updated dependencies.
- Updated sqlite-jdbc to 3.49.1.0 from 3.42.0.0.
- Updated mysql-connector-j to 9.2.0 from 8.0.32.
No config changes.
- Allowed IP & UUID whitelisting and bypass permissions for the max IP config setting.
No config changes.
- Updated to Minecraft 1.20.6.
- Rewrote and improved the version helper.
- Added an extra check before getting the IP's country data to only attempt to get the data if GeoLite2 is enabled.
- Added UUID support for whitelist/blacklist.
- Added checking for fraud score on IPQualityScore which can help prevent some pesky late detections. If you wish to retain the previous behaviour then change the new setting to 100 but it's not needed nor recommended.