
Seasons API
API for creating your own seasons, weathers and challenges!
Список изменений
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: https://github.com/kochkaev/seasons-api/compare/1.2-BETA-5...1.2-BETA-6
