TimeManager v1.10.1

Details

  • Filename
    TimeManager-1.10.1.jar
  • Uploaded by
  • Uploaded
    Dec 15, 2024
  • Size
    253.37 KB
  • Downloads
    785
  • MD5
    0a3ab1cbbd6ef0c1a0147e044d6dd533

Supported Bukkit Versions

  • 1.21.1
  • 1.21.2
  • 1.21.3
  • 1.21
  • 1.20.6
  • 1.20.5
  • 1.20.4
  • 1.20.3
  • 1.20.2
  • 1.20.1
  • 1.20
  • 1.19.4
  • 1.19.3
  • 1.19.2
  • 1.19.1
  • 1.19
  • 1.18.2
  • 1.18.1
  • 1.18
  • 1.17
  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9

Changelog

1.10.1 corrective patch

  • Solved issues related to the cmds scheduler
  • Duration.between(LocalDate, LocalDate) was replaced by Duration.between(LocalDateTime, LocalDateTime) in tickFromFormattedDate(String date) method to avoid an exception related to java.time.temporal.UnsupportedTemporalTypeException: Unsupported unit: Seconds (as described in issue #37).
  • When calculating the number of the day in the week, UTC format was not properly recognized and the Minecraft world name was searched for instead of an actual date.
  • The weekday number was miscalculated for UTC time.
  • Improved cmds scheduler time detection.
  • PLAYERS_SLEEPING_PERCENTAGE only exists since MC 1.17. (issue #38).
  • In the lang.yml file, if the plugin version was null, it caused an error. (issue #38).