All commands
๐Ÿ•
BeginnerJava โœ“Bedrock โœ“

/time

Set or skip the time of day in an instant.

Overview

What is the /time command?

The /time command controls the in-game clock. You can set it to a named time like day, night, noon or midnight, jump to an exact tick, or add ticks to fast-forward. There are 24000 ticks in a full Minecraft day.

It's a go-to fix for skipping a long night, lining up mob-spawning conditions, or freezing time for a build session (paired with the doDaylightCycle gamerule).

When to use it: Use /time when you want to skip to day, force night for testing mobs, or set a fixed time for screenshots and builds.

At a glance

Syntax

Syntax
/time set <value>
commandtargetcoordsvaluerequiredoptional

See it

What it does

Set or skip the time of day

Anatomy

Every part, explained

  1. 1
    /time setCommandRequired

    Use 'set' to jump to a time, 'add' to skip forward.

  2. 2
    <value>ValueRequired

    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 day

Jump straight to morning.

/time set night

Bring on the mobs.

/time add 1000

Skip forward a little.

Avoid these

Common mistakes

โœ•/time day
โœ“/time set day

You need 'set' (or 'add') after /time.

โœ•/time set daytime
โœ“/time set day

The keyword is 'day', not 'daytime'.

Good to know

Frequently asked questions

How do you make it day in Minecraft?
Run /time set day. Use /time set night for night, or /time set noon / midnight for the exact midpoints.
How do you stop time from changing?
Set the time you want, then run /gamerule doDaylightCycle false to freeze the sun in place.
How many ticks are in a Minecraft day?
A full day-night cycle is 24000 ticks, which is about 20 real-world minutes. Day starts at 0 and night begins around 13000.

Keep going

Related commands