Calendar has been fully reworked from ground up. Calendar can be fully configured to gregorian with different season start days, daylight time can now exceed 20 minutes total. Calendar file is now located in `calendars/default-calendar.yml` and different calendars can be created for worlds and set using `/as setcalendarconfiguration` command. New calendar file: https://github.com/AdvancedPlugins/Seasons/blob/main/calendars/default-calendar.yml
Added mythicmobs support for seasonal mobs. To use MythicMobs, you need to append a line on the biome you want with the following format: mythicmob:<type>:hostile, the ":hostile" suffix is optional, e.g.: mythicmob:SkeletalKnight:hostile
Added a very intelligent action bar system, to prevent other plugin's action bar messages being overriden by ours. Now when other plugins send an actionbar message to player, our tempterature actionbar will be in cooldown for the time other plugin message is showing.
Added Lands flag support for mob spawning
Fixed small error when reloading
Fixed small error with blizzard effect on versions earlier than 1.20.4
Added blocks.yml file - more customisation of block generation for snowing. We will be adding soon full customisation of how grass is generated after snow appears, now this file simply lets you toggle whether grass is removed when it's snowing, and if custom grass is generated when snow melts.
Created a developer API to get/modify seasons, get player's temperature and even boost it. All the methods are explained here:
https://seasons.advancedplugins.net/general/for-developers We'll be adding some hooks from our other plugins to take advantage of this!