What's Changed
Tweaks & Improvements:
- Significantly improved plugin performance (important updates)
- Refactored codebase and enhanced documentation
- Added full compatibility with the latest Minecraft version
- Updated all plugin dependencies
- Made plugin commands fully configurable
- Separated major configuration sections into individual files (
guiConfiguration.yml
,commandConfiguration.yml
, etc.) - Reduced jar file size (3.95MB -> 2.52MB)
Full Changelog: Compare v1.0.1...v1.0.2
What's Changed
Improvements
- General code and plugin performance improvements.
- From now on, updates are checked when the administrator joins the server.
- From now on, the automessage command can contain a list of permissions.
- Added aliases to the automessage command.
- Added AutoMessageSendCommand with which you can manually send a message to the player.
- Added suggestion of sample messages when creating notifications using the /automessage create command.
- Added automatic setting of title times if the value is null.
- Added new notification type: SUB_TITLE
Changes
- Removed invalidTitleMessageNotification configuration option.
- From now on, all notifications will always accept the message option in the configuration.
- Renamed BOSSBAR notification type to BOSS_BAR.