Skip to content

Releases: hyperdefined/TimeBar

1.4.5

12 Aug 22:58
6dc9ae2
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

1.3.9

12 Jan 20:10
df1c54b
Compare
Choose a tag to compare
  • 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.

1.3.8

05 Jan 19:14
d32fccd
Compare
Choose a tag to compare
  • 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.

1.3.7

11 Jun 19:01
6f453c1
Compare
Choose a tag to compare
  • Fixed reading months display name from config.

1.3.6

10 Jun 21:24
76bea83
Compare
Choose a tag to compare
  • Fix month and day placeholders for RealisticSeasons being incorrect (closes #33).
    • The days section of the config has been removed. Days will now be pulled from RealisticSeasons.
    • Months will continue to be pulled from the months section in TimeBar's config.

YOU MUST USE REALISTICSEAONS 10.5.1 OR HIGHER!