Skip to content

Releases: hyperdefined/TimeBar

1.4.8-hotfix

03 Aug 00:58
765873e

Choose a tag to compare

  • Fix per season TimeBar color not working for RealisticSeasons.

1.4.8

03 Aug 00:03
765873e

Choose a tag to compare

  • Fix RealisticSeasons season showing up with formatting codes. TimeBar now formats the season display to include proper colors.

1.4.7

18 Jan 17:47
82e7fbd

Choose a tag to compare

  • Fixed a typo with the default /timebar permissions.

1.4.6

16 Dec 17:05
42e3428

Choose a tag to compare

  • Migrated to Paper API, which drops support for Spigot.
  • Updated to Java 21.
  • Fixed out of order operations with player management for TimeBar.

1.4.5

12 Aug 22:58
6dc9ae2

Choose a tag to compare

  • Delay loading RealisticSeasons and AdvancedSeasons API to help with plugin loading order being weird on some servers.

1.4.4

29 Jul 06:22
cdd2105

Choose a tag to compare

  • Fix {MONTH} placeholder for RealisticSeasons if the month name was changed on RealisticSeasons (fixes #62).
  • Added support for custom colors & titles for RealisticSeasons & AdvancedSeasons. Please see the wiki on how to set this up.

1.4.3

27 Jun 23:13
f58c9eb

Choose a tag to compare

  • 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).

1.4.2

25 Jun 01:16
4bbac12

Choose a tag to compare

  • 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.

1.4.1

23 Jun 22:38
8e82038

Choose a tag to compare

  • 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.

1.4

18 Jun 17:41
9696adf

Choose a tag to compare

1.4
  • 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.