- Fix per season TimeBar color not working for RealisticSeasons.
- Fix RealisticSeasons season showing up with formatting codes. TimeBar now formats the season display to include proper colors.
- Fixed a typo with the default
/timebar
permissions.
- Migrated to Paper API, which drops support for Spigot.
- Updated to Java 21.
- Fixed out of order operations with player management for TimeBar.
- Delay loading RealisticSeasons and AdvancedSeasons API to help with plugin loading order being weird on some servers.
- Added new placeholder for TimeBar:
{DAYPERCENT}
- shows the current progress of the day. - Added placeholders you can use anywhere!
%timebar_daycount%
- shows the total days passed.%timebar_time_of_day%
- shows the current time of day.%timebar_day_percent%
- shows the day completion percent.
- Bumped Java version to 17 or higher. This drops support for anything before 1.19.
- Added support for AdvancedSeasons. See the wiki for more information.
- Hopefully fixed plugin loading order with Multiverse. If you had worlds that the plugin claimed were invalid, this should fix it.
- Fixed logic error that resulted in TimeBar being off by default.