Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| TimeManager v1.6.2 release | 204.83 KB | Nov 20, 2022 | 1.19.2 | 70 | Download |
| TimeManager v1.6.1 release | 204.23 KB | Jan 29, 2022 | 1.18.1 | 1,677 | Download |
| TimeManager v1.6.0 release | 204.16 KB | Dec 6, 2021 | 1.18 | 493 | Download |
| TimeManager v1.5.1 release | 199.14 KB | Apr 30, 2021 | 1.16 | 865 | Download |
| TimeManager v1.5.0 release | 203.39 KB | Apr 18, 2021 | 1.16 | 172 | Download |
| TimeManager v1.4.2 release | 169.46 KB | Feb 25, 2021 | 1.16 | 390 | Download |
| TimeManager v1.4.1 release | 142.79 KB | Feb 17, 2021 | 1.16 | 132 | Download |
| TimeManager v1.4.0 release | 136.36 KB | Feb 5, 2021 | 1.16 | 135 | Download |
| TimeManager v1.3.1 release | 117.41 KB | Dec 20, 2020 | 1.16 | 322 | Download |
| TimeManager v1.3.0 release | 114.62 KB | Nov 5, 2020 | 1.16 | 212 | Download |
| TimeManager v1.2.1 release | 111.76 KB | Jul 3, 2020 | 1.16 | 216 | Download |
| TimeManager v1.2.0 release | 111.74 KB | Jul 1, 2019 | 1.14 | 970 | Download |
| TimeManager v1.1.1 release | 100.67 KB | Aug 25, 2018 | 1.13 | 441 | Download |
| TimeManager v1.1.0 release | 95.84 KB | Aug 14, 2017 | 1.12 | 315 | Download |
| TimeManager v1.0.2 release | 73.05 KB | Jul 29, 2017 | 1.12 | 139 | Download |
| TimeManager v1.0.1 release | 71.71 KB | Jul 24, 2017 | 1.12 | 123 | Download |
| TimeManager v1.0.0 release | 70.79 KB | Jul 23, 2017 | 1.12 | 125 | Download |
Description

Bukkit plugin for time management and display
TIME MANAGING FUNCTIONALITIES
Define a start time and a speed modifier per world. Set a suitable refresh rate for the performance of your server.
Speed could be increased/decreased up to 10 times or match UTC time with offset to local time.
Day and night can be set to different speed values, which can be great for RPG or some mini-games.
Worlds list is actualized and timers are synchronized on each server startup and reload.
Time and speed can be modified or synchronized with in-game commands or reloading after manually changes.
Sleep can be authorized, forbidden or linked with some other worlds.
TimeManager can schedule commands that run at a time specified in the cmds.yml file. Scheduled commands can use the placeholders described below, with the exception of {tm_player}.
This plugin override the vanilla '/time' command. The command to change a single world time is '/tm set time [ticks|daypart|HH:mm:ss] [world]'.
PLAYER COMMAND /now <display> <world>
A single command is used to display a custom message with the time, the date, the number of elapsed days or weeks, or many other placeholders.
/now messages support multi-language and could automatically be accorded to any player's locale available in the lang.yml file.
Using the permissions, you can permit players to choose the display and/or the world argument or neither of the two.
Display argument can be : 'msg', 'title' or 'actionbar'.
This command doesn't display time of Nether and the End worlds.
PLACEHOLDERS
The available placeholders are as follows :
- {tm_player} : Displays the name of the player.
- {tm_world} : Displays the name of the world.
- {tm_tick} : Displays the current tick.
- {tm_time12} : Displays the current time in hh:mm:ss format. (1 → 12)
- {tm_time24} : Displays the current time in HH:mm:ss format. (0 → 23)
- {tm_hours12} : Displays the current hour value in 2 digits. (1 → 12)
- {tm_hours24} : Displays the current hour value in 2 digits. (0 → 23)
- {tm_minutes} : Displays the current minutes value in 2 digits.
- {tm_seconds} : Displays the current seconds value in 2 digits.
- {tm_ampm} : Displays the current AM or PM part of the day.
- {tm_daypart} : Displays the name of the current part of the day, among the four existing ones, in each of the languages.
- {tm_currentday} : Displays the number of the current day. (1 → ∞)
- {tm_elapseddays} : Displays the number of elapsed day(s). (0 → ∞)
- {tm_yearweek} : Displays the number of the week in the year. (1 → 52)
- {tm_week} : Displays the number of elapsed weeks. (1 → ∞)
- {tm_monthname} : Displays the name of current month, based on entries in the lang.yml file.
- {tm_dd} : Displays the day part of the date in 2 digits.
- {tm_mm} : Displays the month part of the date in 2 digits.
- {tm_yy} : Displays the year part of the date in 2 digits.
- {tm_yyyy} : Displays the year part of the date in 4 digits.
DEPEDENCIES
Since v1.4.0, TimeManager can display its placeholders through PlaceholderAPI and MVdWPlaceholderAPI. You just need to place the API in your plugin folder and set the related node to 'true' in the TimeManager config.yml file.
ADMIN COMMAND /tm
/tm checkConfig Admins and console can display a summary of the config.yml and lang.yml files.
/tm checkSql Check the availability of the mySql server according to the values provided in the config.yml file. This only checks the ip address and the correct port opening.
/tm checkTime [all|server|world] Admins and console can display a debug/managing message, who displays the startup server's time, the current server's time and the current time, start time and speed for a specific world (or for all of them).
/tm checkUpdate [bukkit|spigot|github] Search if a newer version of the plugin exists on the chosen server. (MC 1.18.8+ only)
/tm help [cmd] [<subCmd>] Help provides you the correct usage and a short description of targeted command and subcommand.
/tm now [msg|title|actionbar] [player|all|world] Send the '/now' (chat, title or action bar) message to a specific player, all players in a specific world, or all online players.
/tm reload [all|config|lang|cmds] This command allows you to reload datas from yaml files after manual modifications. All timers will be immediately resynchronized.
/tm resync [all|world] This command will re-synchronize a single or all worlds timers, based on the startup server's time, the elapsed time and the current speed modifier.
/tm set date [today|yyyy-mm-dd] [all|world] Sets current date for the specified world (or all of them). Could be today or any yyyy-mm-dd date. The length of the months corresponds to reality, with the exception of February which always lasts 28 days. A year therefore always lasts 365 days.
/tm set debugMode [true|false] Set true to enable colored verbose messages in the console. Useful to understand some mechanisms of this plugin.
/tm set defLang [lg_LG] Choose the translation to use if player's locale doesn't exist in the lang.yml or when 'useMultiLang' is false.
/tm set elapsedDays [0 → ∞] [all|world] Sets current number of elapsed days for the specified world (or all of them). Could be an integer between 0 and infinity (or almost). Setting this to 0 will bring the world back to day one.
/tm set initialTick [ticks|HH:mm:ss] Modify the server's initial tick.
/tm set multiLang [true|false] Set true or false to use an automatic translation for the /now command.
/tm set refreshRate [ticks] Set the delay (in ticks) before actualizing the speed stretch/expand effect. Must be an integer between 2 and 20. Default value is 10 ticks, please note that a too small value can cause server lags.
/tm set sleep [true|false|linked] [all|world] Define if players can sleep until the next day in the specified world (or in all of them). By default, all worlds will start with parameter true, unless their timer is in real time who will be necessary false. If you want to both allow sleep and keep the same time in multiple worlds, you can use the 'linked' function which allows a group of worlds to spend the night together.
/tm set speed [0.0 → 10.0] [all|world] The decimal number argument will multiply the world(s) speed. Use 0.0 to freeze time, numbers from 0.1 to 0.9 to slow time, 1.0 to get normal speed and numbers from 1.1 to 10.0 to speed up time. Set this value to 24.0 or realtime to make the world time match the real speed time.
/tm set speedDay [0.0 → 10.0] [all|world] & /tm set speedNight [0.0 → 10.0] [all|world] From 0.0 to 10.0, the values of daySpeed and nightSpeed can be different from each other.
/tm set start [ticks|daypart|HH:mm:ss|timeShift] [all|world] Define the time at server startup for the specified world (or all of them). By default, all worlds will start at tick #0. The timer(s) will be immediately resynchronized. If a world is using the real time speed, the start value will determine the UTC time shift and values like +1 or -1 will be accepted.
/tm set sync [true|false] [all|world] Define if the speed distortion method will increase/decrease the world's actual tick, or fit the theoretical tick value based on the server one. By default, all worlds will start with parameter false. Real time based worlds and frozen worlds do not use this option, on the other hand this will affect even the worlds with a normal speed.
/tm set time [ticks|daypart|HH:mm:ss] [all|world] Set current time for the specified world (or all of them). Consider using this instead of the vanilla /time command. The tab completion also provides handy presets like "day", "noon", "night", "midnight", etc.
/tm set update [none|bukkit|spigot|github] Define the source server for the update search. (MC 1.18.9+ only)
/tm set useCmds [true|false] Set true to enable a custom commands scheduler. See the cmds.yml file for details.
SHORT LIST OF COMMANDS AND ARGS
- For Players:
- /now <msg|title|actionbar> <world>
- For Admins:
- /tm checkConfig
- /tm checkSql
- /tm checkTime [all|world]
- /tm checkUpdate [bukkit|spigot|github]
- /tm help [cmd] [<subCmd>]
- /tm now [msg|title|actionbar] [player|all|world]
- /tm reload [all|config|lang|cmds]
- /tm resync [all|world]
- /tm set date [today|yyyy-mm-dd] [all|world]
- /tm set debugMode [true|false]
- /tm set defLang [true|false]
- /tm set elapsedDays [0 → ∞] [all|world]
- /tm set initialTick [ticks|HH:mm:ss]
- /tm set multiLang [lg_LG]
- /tm set refreshRate [ticks]
- /tm set sleep [true|false] [all|world]
- /tm set speed [multiplier] [all|world]
- /tm set speedDay [multiplier] [all|world]
- /tm set speedNight [multiplier] [all|world]
- /tm set start [ticks|daypart|HH:mm:ss] [all|world]
- /tm set sync [true|false] [all|world]
- /tm set time [ticks|daypart|HH:mm:ss] [all|world]
- /tm set update [none|bukkit|spigot|github]
- /tm set useCmds [true|false]
PERMISSIONS NODES
- timemanager.*
- timemanager.admin
- timemanager.now.*
- timemanager.now.cmd
- timemanager.now.display
- timemanager.now.world
TUTORIALS
COMPATIBILITY
- v1.5.0: MC 1.8.8 to 1.16.5
TODO
Command: Add to '/tm checktime' an argument [all|world] to display the details for a single world.Command: Create a '/tm checkconfig' command that can display the summary of the current config (All the rest except the worlds details).Command: Create a '/tm set initialtick' command.Command: Permit 'HH:mm:ss' format for '/ tm set start', '/ tm set time' and '/ tm set initialtick' first argument.Command: Make an update message and associated commands.Day & Night : Make a different speed multiplier for the day and the night.Calendar: Create new placeholders to display a count of elapsed days and the date in yyyy-mm-dd format.Scheduler: Create a scheduler allowing commands to be executed at specific times.Sleep/Sync: Provide the ability to synchronize a world to a specified one, detecting the coming of a new day after someone has slept.Tab completer: Try to improve the current hack that manages the spaces in worlds name. (Usefull until MC 1.12.2)- Player Item: Create a custom item (and associated permissions and options) to use the '/now' command.
Get 0.05 TON 💎
Download
Add a comment