- Added configuration option to only show TimeBar when players hold a clock (requested by Osicja).
This should be the last update for a while (unless something is broken).
- Fix console spamming
java.lang.NullPointerException: null
on worlds with no players (fixes #60). - Day count is now formatted with commas if the number is that high.
- 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.
- Support for PlaceholderAPI in TimeBar's title.
- Complete overhaul of world configuration. You can now have multiple TimeBars that track different worlds. Please see the wiki on how to do this.