Skip to content

1.2-BETA-6

Pre-release
Pre-release

Choose a tag to compare

@kochkaev kochkaev released this 04 May 17:17

Messages now use the more flexible MiniMessage for formatting instead of the outdated color codes. Read more about MiniMessage.
Placeholder API is now a required dependency.


Add-on developers are now encouraged to use Minecraft Text instead of String for any displayed messages (season name, weather name, chat message). Special getText and addTextValue methods have been added to ConfigFileObject and ConfigContentObject for this purpose.
All config files now have a version (default 1). Now you can easily and safely update values in configs to the new format without the user noticing, for this you need to override the update method in your class that extends ConfigFileObject.
MiniMessage is included to the jar!


Full Changelog: 1.2-BETA-5...1.2-BETA-6