This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
7.1.0
📜 Changelog
- Proxy check was not functional before this version. Many issues have been fixed, and the check is now working correctly. (#116)
- Added configurable priority for every check. You can now specify in which order the checks will be run.
- When
debug
is enabled, more information will be logged to the console. - When an error occurs during plugin startup, it will no longer show that logger is null, and log the actual exception.
- Fixed exception during command tab-completion on Velocity. (#119)
- Fixed issues with MySQL. (#122, #110, #120)
- On Waterfall, SQLite driver will be downloaded automatically, this reduces the file size for this platform.
- Small optimizations.
- Improved command aliases (see README).
- Updated adventure (and other libraries)
⚠ Configuration changes
Your configuration will be updated automatically, but some options will need to be configured again
- In the
proxy-check
section,services
will be reset to the new default value. The name changes below were made so the plugin won't use the incorrect default configuration from previous versions.services
section has been renamed toregistered-services
response-regex
has been renamed tomatcher
reconnect-check-mode
andserver-list-check-mode
have been removed from theother
section and moved to their sections -reconnect-check
andserver-list-check
, now with the option to set their priority.
By the way - Java 17 is out! EpicGuard doesn't require it for now, but it is still recommended to update, as it is the current LTS release