TimeManager icon

TimeManager -----

Increase or decrease speed, sync worlds, set and display actual time and date ...




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).
COMPATIBILITY
  • MC 1.9.4 to 1.21.3
----------, Dec 18, 2024

1.10.0 release, sleep enhancements
Sleep management

  • Due to incompatibility with most plugins that manage sleep, TimeManager has been modified to introduce its own sleep management with an "instant" option and an "animation" option to spend the night.
  • A system of number of players required to sleep has been implemented.
  • New permissions have also been created.
Placeholders
  • Added the placeholder {tm_dayname}
  • Added translations in the lang.yml file
  • Changed some calculation methods for dates, using java.time.LocalDate
  • Leap years are now taken into account in the calculations
Bug fixes
  • Commands: Fixed misinterpretation of negative UTC values in the 'set
    start' command
  • Config.yml : 'start' now accepts a UTC+/-n formatted value
Backwards compatibility
  • The entire plugin's backwards compatibility has been reworked to work up to Minecraft version 1.9.4.
COMPATIBILITY
  • MC 1.9.4 to 1.21.3
----------, Oct 30, 2024

1.9.1 corrective and enhancement patch
  • In the cmds.yml file, the 'time' value must remain placed in single quotes after the file was reloaded. Which is impossible when the value
    starts with 0. On the other hand, removing single quotes is not a problem for values less than 1:00. This solves issue #28.
  • Prevented clearing all '/' in commands (issue #31).
  • Added new placeholder {tm_yearday} that dispays the number of the day in the year (from 1 to 365).
  • Added a new argument for cmds repeatFreq : 'week'. (asked by Pro245Mc in issue #30)
  • Spigot API updated to 1.21.
COMPATIBILITY
  • MC 1.9.1 to 1.21
----------, Jul 21, 2024

1.9.0 release, speed enhancements
  • Added new commands '/tm set duration', '/tm set durationDay' and '/tm
    set durationNight' which adapt a duration in d-h-m-s into a speed
    multiplier.
  • Speeds in the config.yml also accepts this d-h-m-s format.
  • Increased accuracy of time fraction values used when time is slowed.
  • Prevents the time scheduler from stopping when a world is temporarily
    unavailable
COMPATIBILITY
  • MC 1.8.8 to 1.20.4
----------, Apr 14, 2024

1.8.2 corrective patch
  • Fixed a bug that would speed up time every time you slept in an unsynchronized world with decreasing speed. This should close issue #24.
COMPATIBILITY
  • MC 1.8.8 to 1.20.4
----------, Jan 10, 2024

1.8.1 corrective patch
  • Fixed a bug that could freeze unsynced worlds with different day and night speeds. So issue #23 is now closed.
  • Fixed a time calculation bug for synchronized worlds with different day and night speeds. (bugged since v1.3.0)
COMPATIBILITY
  • MC 1.8.8 to 1.20.4
----------, Jan 2, 2024

1.8.0 release, commands and chat enhancements
  • Added hexadecimal colors support in lang.yml and cmds.yml files.
  • Added an AsyncPlayerChatEvent listener that allows the use of placeholders in the chat (wich can be disabled in the config file).
  • Added a ServerCommandEvent and PlayerCommandPreprocessEvent listener that allows the use of placeholders in any command (wich can be disabled in the config file).
  • Placed YAML headers in separate .txt files, to make them easier to update.
  • Spigot API updated to 1.20.4
COMPATIBILITY
  • MC 1.8.8 to 1.20.4
----------, Dec 19, 2023

1.7.2 enhancement patch
  • Added possibility of pauses between two commands in the cmds scheduler.
  • Commands launched by the cmds.yml file are now executed asynchronously.
  • Added a placeholder to show current number of the day in the week.
COMPATIBILITY
  • MC 1.8.8 to 1.20.1
----------, Sep 17, 2023

1.7.1 corrective patch
  • Fixed a bug with placeholders in the cmds file.
  • Improved hours format in the cmds file.
  • Fixed a bug that was executing scheduled commands twice at one minute intervals.
  • Increased the refresh rate of scheduled command detection to 1 per 30 ticks.
COMPATIBILITY
  • MC 1.8.8 to 1.19.3
----------, Mar 6, 2023

1.7.0 release, per world firstStartTime
  • Added a per world option 'firstStartTime' to force the time at which a world starts when starting the server.
  • Added related command : "/tm set firstTimeStart [default|previous|start] [all|world]"
  • Cleaned up the config.yml file in order to optimize the loading order as well as prevent the header from being erased when creating the file.
  • Spigot API updated to 1.19.3
COMPATIBILITY
  • MC 1.8.8 to 1.19.3
----------, Jan 30, 2023

1.6.2 update
  • Spigot API updated to 1.19.2
  • Java version updated to jdk-18.0.1.1
COMPATIBILITY
  • MC 1.8.8 to 1.19.2
----------, Nov 21, 2022

1.6.1 corrective patch
  • Fixed a small bug related to 'speed' change
COMPATIBILITY
  • MC 1.8.8 to 1.18.1
----------, Jan 30, 2022

1.6.0 release, Nether and the End unleashed + individual time offset
  • Added 2 new commands : '/tm set playerOffset' and '/tm set playerTime'
  • Both the Nether and the End now appear in the config list, and can have a specific message.
COMPATIBILITY
  • MC 1.8.8 to 1.18
----------, Dec 8, 2021

1.5.1 corrective patch
  • Correction of a rather large error in the AM/PM calculation
COMPATIBILITY
  • MC 1.8.8 to 1.16.5
----------, May 3, 2021

1.5.0 release, commands scheduler + linked sleep + new placeholders
  • Added a scheduler that run commands at a time specified in the cmds.yml file.
  • Changed the '/now' command and added a '/tm now' command with a new display argument (msg, title, actionbar) instead of time 'units'.
  • Created a 'linked' value to permit sleep to interact with the other worlds.
  • Updated and added placeholders.
  • Updated and corrected permissions.
  • Updated help messages, config.yml and lang.yml explanations.
COMPATIBILITY
  • MC 1.8.8 to 1.16.5
----------, Apr 20, 2021

1.4.2 release, correction of some errors and addition of a new command
  • Fixed sleep problems.
  • Fixed "/ tm set time", "/ tm set start", "/ tm set initialTick", when
    using ticks as units.
  • Addition of the "/ tm set date [today|yyyy-mm-dd] [all|world]" command
    which can sometimes be more practical than defining the number of days
    elapsed. So "/ tm set elapsedDays" has no more "today" argument.
  • Fixed resynchronization which caused (most of the time) the date to
    advance by 1 day.
  • Cleaned up some help and errors messages.
  • Added bStats plugin metrics.
  • Updated the POM.xml but there is still a bug with the MVdWPlaceholderAPI plugin.
COMPATIBILITY
  • MC 1.4.6 to 1.16.5
----------, Feb 28, 2021

1.4.1 release, correction of some 1.4.0 errors
  • {yy} : Years bigger than 99 were displayed in full, with 3 or 4 digits.
  • {dd} : The days of June showed a negative value.
  • The after midnight "It is too late ..." message appeared unnecessarily.
  • Fixed 'elapsedDays' miscalculation for the first day, in placeholders, /now and console messages.
  • Fixed a bug that caused two days to pass after sleeping.
  • Fixed a bug that appeared when sleep was interrupted and you tried to sleep again.
  • Spigot API updated to 1.16.5
COMPATIBILITY
  • MC 1.4.6 to 1.16.5
----------, Feb 18, 2021

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.
COMPATIBILITY
  • MC 1.4.6 to 1.16.4
----------, Feb 7, 2021

1.3.1 release, correcting some 1.3.0 troubles
  • Fixed the 6am/7pm bug, which froze worlds, when going from decelerated to normal speed, due to the doDaylightCycle gamerule not being updated. So issue #6 is now closed.
  • Added a wakeUpTick for lazy players who like to sleep until noon
  • From now on the plugin uses a better distribution of the parts of the day (0-dawn, 1000-day, 12000-night, 13000-dusk)
  • The day now includes dawn AND dusk (day = 13000 ticks & night = 11000 ticks)
  • After a complete sleep (100 ticks), the plugin will be able to wait for the coming of the following morning for another 500 ticks. This should allow some other plugins to display animation for the night shift. (Because in some cases, sleeping caused wrong speed or freeze at morning.)
  • Using commands "/tm set speedDay" or "/tm set speedNight" with a value of "24.00" will now change both speeds in the configuration.
  • Fixed timers of synchronized worlds which, on startup, did not display the correct times.
  • Correction of a small problem with a pretty high incidence in time calculation.
  • Fixed the "/tm set time" command who did not handle two speeds recognation.
COMPATIBILITY
  • MC 1.4.6 to 1.16.4
----------, Dec 29, 2020

1.3.1 release, Day & Night update
  • It is now possible to use a different speed for day and night :
    • The old configuration key "speed" is replaced by the two new ones "daySpeed" and "nightSpeed"
    • Two new commands are available "/tm set speedDay" and "/tm set speedNight"
    • A new calculation of elapsed time is used.
  • Spigot API updated to 1.16.4
COMPATIBILITY
  • MC 1.4.6 to 1.16.4
----------, Nov 6, 2020

1.2.1 release, try to fix some reported issues
  • mysql-connector-java updated to 8.0.16
  • Spigot API updated to 1.16.1
  • This update was not properly tested and may causes some retrocompatibility issues
COMPATIBILITY
  • MC 1.4.6 to 1.16.1
----------, Jul 3, 2020

1.2.0 release, HH:mm:ss and update message
  • The HH:mm:ss time format could be used instead of the tick when entering a 'set time', 'set start' or 'set initialTick' command.
  • An update message can be displayed when the server is started with the new 'updateMsgSrc' node in the config.yml file.
  • New cmds : '\tm checkupdate [bukkit|spigot|github] and '\tm set update [bukkit|spigot|github]'.
  • Lib change : Now using the mc 1.14.3 library.
COMPATIBILITY
  • MC 1.4.6 to 1.14.3
----------, Jul 1, 2019

1.1.1 release, ready for the mc 1.13 update :)
  • Lib change : Now using the mc 1.13 library (the 'setGameRuleValue' was actualized)
  • Cmd change : '/tm checktimers' became '/tm checktime [world|server|all]' and allows admins to target the parameters they want to check.
  • New cmd : '/tm checkconfig' displays a summary of the configuration file.
  • New cmd : '/tm set initialtick' changes the initialTickNb value in the configuration file and the MySQL database if it is active.
  • OnReload changes :
    • Now, manually change the initialTickNb in the yaml file could updates the value in the MySQL database and forces a resynchronization of all the timers.
    • If someone on your network has changed the initialTickNb in the MySQL database, the change will immediately be reflected on your server when the configuration is reloaded.
  • New scheduleSyncDelayedTask : If someone on your network has changed the initialTickNb in the MySQL database, the change will be reflected on every other servers within the next 2 minutes.
COMPATIBILITY
  • MC 1.4.6 to 1.13
----------, Aug 25, 2018

1.1.0 release, this update mostly improves synchronization (but not only)
  • Fixes the calculation of speeds below 1.0, which could be falsified by
    rounding off some decimal.
  • Adds a per world "sync" option that avoids tick offsets. When activated, it will keep the tick constantly synchronized with the server. It prevent any "/tm set time" command and replace it by a "/tm
    set start", sleep until the next dawn will become impossible, warning messages are displayed and/or related options are automatically changed.
  • Lowers the minimum refresh rate to 2 ticks, it seems to work properly.
  • Adds a public debug mode, which can be activated through the 'debugMode' option in the config file or the related command. It will display colored messages in the console, allowing for more accurate reporting.
  • Server version detection is upgraded too, so it should close issue #1
  • Renames and reworks some sub commands and related classes and options, for a more convenient usage, especially when using the tab completer.
  • Now if a player omits to specify the 'world' argument in a command, it will be replaced by the world in which it stands.
  • Tab completer has been upgraded, but still contains a hack for managing spaces in world names.
COMPATIBILITY
  • MC 1.4.6 to 1.12.1
----------, Aug 14, 2017

1.0.2 release, maximize the backward compatibility up to 1.4.6
  • For non-Spigot servers under 1.12, computer's locale will be used instead of the player's one.
  • If a locale doesn't exist in the translations, the plugin will try to search an close existent name instead. (fr_CA >> fr_FR or en_GB >> en_US)
  • Inexistent worlds will be erased from the config.yml on plugin (re)loading.
COMPATIBILITY
  • MC 1.4.6 to 1.12
----------, Jul 29, 2017

Adding compatibility from MC 1.9 to 1.12
  • The plugin will not start with versions under 1.9.
  • Fixed some minor bugs with lang.yml reloading.
COMPATIBILITY
  • Spigot from 1.9 to 1.12 and Bukkit 1.12
----------, Jul 24, 2017

Resource Information
Author:
----------
Total Downloads: 10,049
First Release: Jul 22, 2017
Last Update: Dec 18, 2024
Category: ---------------
All-Time Rating:
25 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings