Command: realtimeclock - teakivy/teaks-tweaks GitHub Wiki
/realtimeclock
is the base command for the Real Time Clock pack.
This command will only be active when it's parent pack is enabled.
/realtimeclock
This is a player-only command
/rtc
- Used to view the time the world/server has been running for in days, hours, and minutes.
teakstweaks.command.realtimeclock
- Default -
true
- Description - Controls whether the player can use the
/realtimeclock
command.
"realtimeclock.command_description": "View how long a world has been running in real time minutes and hours.",
"realtimeclock.world_time": "<yellow>This world has been active for <gold><bold><days></bold></gold> Days, <gold><bold><hours></bold></gold> Hours, and <gold><bold><minutes></bold></gold> Minutes!",
- Default -
View how long a world has been running in real time minutes and hours.
- Default -
<yellow>This world has been active for <gold><bold><days></bold></gold> Days, <gold><bold><hours></bold></gold> Hours, and <gold><bold><minutes></bold></gold> Minutes!
- Placeholders
-
days
- The amount of days. -
hours
- The amount of hours. -
minutes
- The amount of minutes.
-