Minecraft /time command
Java EditionBedrock EditionSince Alpha v1.0.16
Quick answer: Changes or queries the world's time of day. Syntax:
/time set <day|noon|night|midnight|ticks>/time set moves the in-game clock to a named moment (day, noon, night, midnight) or an exact tick count. /time add advances the clock, and /time query reads it. One Minecraft day lasts 24,000 ticks - 20 real minutes.
Syntax
| Edition | Syntax |
|---|---|
| Java | /time set <day|noon|night|midnight|ticks> |
| Bedrock | /time set <time: TimeMode> |
Targets / arguments: set, add, query (daytime, gametime, day). Requires: Cheats enabled / operator level 2.
Examples
/time set dayJump to morning (tick 1000)
/time set nightJump to night (tick 13000)
/time add 6000Advance the clock by 6000 ticks (5 real minutes)
Tips
- day = 1000, noon = 6000, sunset ~ 12000, night = 13000, midnight = 18000 ticks.
- /time query day tells you how many full in-game days have passed in the world.
- Freeze the daylight cycle with /gamerule doDaylightCycle false.