How to speed up minecraft time
Mia Phillips
Updated on March 22, 2026

Commands:/gamerule doDaylightCycle false/time add 4s/effect give @e[type=!minecraft:player] minecraft:speed 1 5 true/gamerule randomTickSpeed 2000Credits:+==…
There are other answers below:
How to SPEED UP in game TIME in MINECRAFT BEDROCK !!! If playback doesn’t begin shortly, try restarting your device. Videos you watch may be added to the TV’s watch history and influence TV …
After starting a game in Creative mode or with commands allowed, open the console to enter them (for example, the T button on the PC keyboard), type /gamerule randomTickSpeed 1000y command, and press Enter. You have altered a rule in the game that affects the time of the crops by doing so.
In Minecraft, there are a variety of ways to speed up time. There is the command “/time set day”, which will cause the sun to move across the sky at a much faster rate. The “/time set” command can also be used with other values that represent hours and minutes- “/time set 12:00”.
Answer (1 of 3): If you mean ticks, then you can speed up your tick speed using the command [code ]/gamerule randomTickSpeed
The command to speed up time is Gamerule randomTickSpeed {Value}. The T and S on Tick and speed need to be capitalized along with the G on Gamerule
However, there a fairly simply and customizable command block version: /time add [ticks] Which, if put in a repeating command block, will speed up time. If you do /time set 0, you’ll see that the sun is just above horizontal. /time set 1 is almost no different, because it’s 1/20th of a second (or a tick) after time=0.
If you want twice as fast just do: /time add 1. in the repeat command block. This will add 1 tick to the time every tick, essentially cutting the day/night cycle in half. It’s a bit jittery because the animation for the sun/moon doesn’t quite abide by the time itself.
You can change the time, query the time, and increase the age of your Minecraft world using the /time command in Minecraft. Let’s explore how to use …
Related Questions
How do I make the day go by faster in Minecraft?
Putting /time add 1 in a repeating command block will make the day go by twice as fast as usual, and /time add 2 will be three times as fast.
How can I speed up my Minecraft server?
This is one of the more technical tips, but it does work. Creating your own Minecraft server gives you full control over the specs, many of which have a direct effect on lag time. You can adjust the max number of players, the seed, the game mode and other settings to speed up your game’s performance.
How do I set the time in Minecraft?
To set the time to the specified time: time is the amount of time (in game ticks) to add to the game time for the current Minecraft world. This increases the age of the Minecraft world. day is the number of days elapsed in the game (each day is 24000 game ticks). setValue is the time that you want to change to. It can be one of the following:
How to increase the age of the world in Minecraft?
To add time to the game time (increasing the age of the world): To set the time to the specified time: time is the amount of time (in game ticks) to add to the game time for the current Minecraft world. This increases the age of the Minecraft world. day is the number of days elapsed in the game (each day is 24000 game ticks).