New features:
- All data has been moved to a separate data file
- Custom day/night length has been added.
Every month in the year can have a custom day/night duration, configurable in minutes. This can be any number! It can be found in the new calendar.yml
- Added calendar system
- Your server can now have months with individual settings!
Everything is customizable. Names of weekdays, amount of weekdays, month names, amount of months, length of each month and start of each season
- You could even sync up the game to real life by setting day and night length to 720 (12 hours), put in the correct amount of days for each month and use /rs setdate to set it to the current date.Then do /time set to set the correct time.
- Added new subcommand to /rs: setdate. Allows you to change the date of the current world.
- /season command now shows a date instead of day and year
- Added new placeholders:
%rs_month%, %rs_month_<world>%, %rs_month_asname%, %rs_month_asname_<world>%, %rs_weekday%, %rs_weekday_<world%
- Placeholders %rs_day% and %rs_day_<world>% will now display the day of the month instead of the season.
- Added DayChangeEvent containing dates for developers. Also added setDate and getDate to SeasonsAPI
- Significantly reduced memory usage for servers that don't restart often.
- Added option "includes: ALL" to custom biome configs. Allows you to select all custom biomes at once, saving a lot of time in configuration.