TimeManager v1.4.0

Details

  • Filename
    TimeManager-1.4.0.jar
  • Uploaded by
  • Uploaded
    Feb 5, 2021
  • Size
    136.36 KB
  • Downloads
    233
  • MD5
    b87f082160248c20eff7c032a31c5348

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8
  • 1.8.3
  • 1.7.4
  • 1.7.2
  • 1.6.4
  • 1.6.2
  • 1.6.1
  • 1.5.2
  • 1.5.1
  • 1.5.0
  • 1.4.7
  • 1.4.6

Changelog

1.4.0 release, adding date and external placeholder compatibilty

  • New command '/tm set elapsedDays [today|0 → ∞] [all|world]' : Sets current fullTime for the specified world (or all of them). Could be today or an integer between 0 and infinity (or almost). A year always lasts 365 days.
  • New placeholders for the '/now' command are available :
    • {elapsedDays} & {currentDay} > used to display a day count.
    • {dd}, {mm}, {yy} and {yyyy} > used to display a date.
    • {monthName} > used to display the name of the current month based on the lang file.
    • {yearWeek} > used to display the number of the week in the year (1 to 52).
  • Added soft dependencies for PlaceholderAPI and MVdWPlaceholderAPI.
  • From now on, asynchronous speeds smaller than 1.0 will be calculated with a tick/refreshRate fraction system.