🕐
Beginner
/time
Set or skip the time of day in an instant.
At a glance
Syntax
Syntax
/time set <value>commandtargetcoordsvaluerequiredoptional
See it
What it does
The world's state changes instantly
Anatomy
Every part, explained
- 1
CommandRequired/time setUse 'set' to jump to a time, 'add' to skip forward.
- 2
ValueRequired<value>day, night, noon, midnight, or ticks (0–24000).
Your turn
Try it yourself
Playground
3 tokens · press Enter to run
Copy & paste
Examples
/time set dayJump straight to morning.
/time set nightBring on the mobs.
/time add 1000Skip forward a little.
Avoid these
Common mistakes
✕
/time day✓
/time set dayYou need 'set' (or 'add') after /time.
✕
/time set daytime✓
/time set dayThe keyword is 'day', not 'daytime'.
Keep going