To speed up time in Minecraft, first define a task. To quickly grow the crop, use /gamerule randomTickSpeed 10, to speed up the entire game in new versions of Java Edition — /tick rate 40, and to instantly skip part of the day — /time set day or /time add 1000. These are different mechanics: one command cannot equally speed up plants, furnaces, mobs and the change of day.
- What exactly can you speed up in Minecraft
- How to speed up plant growth with the randomTickSpeed command
- How to speed up the entire game using the tick command
- How to speed up or skip day and night
- Differences between Java Edition, Bedrock Edition and the server
- How to return normal speed and not break the world
- Frequently asked questions
- Does randomTickSpeed speed up stoves and smelting items?
- Is it possible to accelerate the growth of wheat alone?
- Why didn’t the day go faster after the command?
- Why doesn't the /tick command work?
- How to speed up time in Minecraft without cheats?
- What value should I set so that the game does not lag?
What exactly can you speed up in Minecraft
The answer to the question of how to speed up time in Minecraft depends on what process seems slow. The game has random block updates, a general game tick and a separate time of day counter.
| Task | Command or method | Java Edition | Bedrock Edition |
|---|---|---|---|
| Speed up harvest, seedlings and grass | Yes | Yes | |
| Speed up the whole game | Yes, in current versions | No in normal game | |
| Immediately turn on the day | /time set day | Yes | Yes |
| Move time forward | /time add 1000 | Yes | Yes |
| Skip the night | Sleep in bed | Yes | Yes |
| Speed up furnaces, mobs and mechanisms | /tick rate 40 or mods and server plugins | Yes, taking into account the version | There is no full-time team |
If you need to understand how to speed up a specific process, focus on its mechanics. Crops and foliage depend on randomTickSpeed. Furnaces, liquids, mobs and redstone work according to general game ticks. The sun and moon can also be simply rearranged with the /time command.
How to speed up plant growth with the randomTickSpeed command
For plant growth in Java Edition, enter:
/gamerule randomTickSpeed 10
The same command is used in Bedrock Edition:
/gamerule randomTickSpeed 10
The default randomTickSpeed value is different: 3 in Java Edition and 1 in Bedrock Edition. A value of 10 means that random block updates will occur noticeably more frequently, but it is not an exact multiplier for each crop's growth rate.
The command is suitable if you are looking for how to speed up time in Minecraft for plant growth or how to speed up wheat growth in Minecraft. The parameter affects not only wheat, but also other processes associated with random ticks:
- growth of carrots, potatoes, beets and other crops;
- growth of seedlings and some plants;
- distribution of grass and mycelium;
- disappearance of foliage after cutting down a tree;
- spread and attenuation of fire;
- some stages of changing blocks.
randomTickSpeed does not speed up furnace smelting, most mob actions, trolley movement, normal redstone operation, and the actual flow of the day. These processes require the overall frequency of game ticks.
Safe setup order:
- Allow cheats in the world or get rights operator on the server.
- Enter /gamerule randomTickSpeed 10.
- Check plant growth and game stability.
- If the acceleration is low, try 15 or 20.
- Do not immediately increase the value to thousands: this can cause lags, rapid spread of fire and massive block updates.
There is no universal “safe maximum”. Performance depends on the size of the loaded area, the number of farms, trees, fire and the power of the computer or server.
How to speed up the entire game using the tick command
In current versions of Java Edition, a command for controlling the overall tick speed is available. For example:
/tick rate 40
Minecraft's standard speed is 20 game ticks per second. At 40, the world will try to run roughly twice as fast. Day and night, the behavior of mobs, furnaces, liquids, mechanisms and other processes tied to game ticks will speed up.
| Tick rate | Speed relative to the norm | Practical effect | Load |
|---|---|---|---|
| 10 | About 0.5× | The whole world is slowed down | Below normal |
| 20 | 1× | Standard speed | Regular |
| 40 | About 2× | The day is passing faster, mobs and mechanisms are working | Noticeably higher |
| 100 | Up to 5× | Strong acceleration with sufficient performance | High risk TPS drawdowns |
To return to normal speed, run:
/tick rate 20
This is the main way to speed up time in Minecraft with a command along with most processes in the world. However, /tick is specific to the Java Edition and is not present in older versions of the game, as well as the regular Bedrock Edition.
The specified speed does not guarantee the actual speed. If the processor does not have time to process 40 ticks every second, the actual TPS will be below the target. As a result, the game will start to slow down, and the acceleration will be less than expected.
How to speed up or skip day and night
If you only need to change the position of the sun and moon, increasing the tick rate is not necessary. It’s easier to instantly set the appropriate time:
- /time set day — the beginning of the day;
- /time set noon — noon;
- /time set night — start of the night;
- /time set midnight — midnight;
- /time add 1000 — move the time forward by 1000 game ticks.
The /time set commands do not speed up the cycle, but immediately transfer the world to the selected part of the day. /time add moves the current time forward. As a guide, a full Minecraft day cycle takes 24,000 game ticks and lasts about 20 minutes at standard speed.
If you want to visually speed up the time change, /time add can be run cyclically through the command block:
- Get a block with the command /give @s command_block.
- Place it in a loaded area of the world.
- Select the “Recurring” mode.
- Enter the command /time add 10 or other small value.
- Select “Always active” or connect the lever and redstone.
- Check the smoothness of the sun's movement and reduce the increase if necessary.
You should not perform /time add 1000 every game tick: the lighting will change jerkily, and the game day counter will start to grow very quickly. For a smoother result, use a small value or run the command less frequently using a redstone timer.
The easiest way to speed up the night in Minecraft without commands is to go to bed. The night will be skipped if the sleep conditions are met. On the server, the result also depends on the percentage of sleeping players rule and server settings.
Differences between Java Edition, Bedrock Edition and the server
| Java Edition | Bedrock Edition | Restrictions on the server | |
|---|---|---|---|
| randomTickSpeed | Available, standard — 3 | Available, standard — 1 | Operator rights or command permission required |
| /tick rate | Available in new versions | Not available normally | Changes the speed of the world for all players |
| /time set and /time add | Available | Available | You need the appropriate rights |
| Plugins and mods | Wide selection | Depends on the server platform | Commands and capabilities are determined by the assembly |
To speed up time in Minecraft on the server, you usually need operator rights. Changing randomTickSpeed or the overall tick frequency affects the entire world, not just the player who entered the command.
On modified servers, plugins and mods can add their own commands for TPS, the speed of individual worlds, furnaces or mobs. Their syntax should be checked in the documentation of the specific assembly.
If the command is displayed in red, check the edition and version of Minecraft, the presence of cheats and the level of rights. In a single-player Java game, cheats can be temporarily enabled by opening the world to the network. In Bedrock Edition, activating cheats disables achievements in this world.
How to return normal speed and not break the world
Before experiments, make a backup copy of the world. This is especially important for a large farm, forest, areas with fire and complex redstone mechanisms.
A short checklist for restoring default settings:
- Java Edition: /gamerule randomTickSpeed 3;
- Bedrock Edition: /gamerule randomTickSpeed 1;
- overall speed of Java Edition: /tick rate 20;
- turn off or remove a repeating block with /time add;
- check if there are any active redstone timers and server acceleration plugins;
- restart the world or server if delays persist after heavy load.
The standard time speed in Minecraft is 20 ticks per second. randomTickSpeed is only responsible for the frequency of random block updates and is not the overall speed of the world.
Extreme values can cause freezing, quickly clear leaves, spread fire, and create a lot of plant renewal. If the server is unable to cope, a high tick rate will not speed up the game proportionally — it will only increase the calculation queue and the load on the processor.
Frequently asked questions
Does randomTickSpeed speed up stoves and smelting items?
No. Furnaces operate according to normal game ticks. In new versions of Java Edition, they can be accelerated along with the whole world with the command /tick rate 40. In Bedrock Edition, this will require add-ons or server solutions.
Is it possible to accelerate the growth of wheat alone?
Through randomTickSpeed - no: the rule affects all blocks with random ticks in loaded chunks. For one bed, use bone meal, an automatic dispenser, or special mods.
Why didn’t the day go faster after the command?
Most likely, you changed randomTickSpeed. It speeds up plants and some blocks, but not the daily cycle. Use /tick rate 40 in compatible Java Edition, or the /time add and /time set commands.
Why doesn't the /tick command work?
It may not be present in your Java Edition or Bedrock Edition. Also check operator rights and cheat permissions. If the command is highlighted in red after /tick, upgrade to Java Edition or choose another method.
How to speed up time in Minecraft without cheats?
To skip the night, use the bed. You cannot speed up the overall tick or change randomTickSpeed without commands, mods or administrator rights. The growth of a specific crop can be accelerated by bone meal and farm automation.
What value should I set so that the game does not lag?
Start with randomTickSpeed 10–20 or tick rate 30–40 and keep the game smooth. There is no exact figure for all computers: the load depends on the number of loaded chunks, mobs, plants and mechanisms. If delays occur, return 3 or 1 for randomTickSpeed and 20 for tick rate.
Xrust How to speed up time in Minecraft: commands for ticks, growth and day change
- Если Вам понравилась статья, рекомендуем почитать
- Life hacks for lovers: boundaries, safety and honest choices
- How not to forget how to think while the neural network thinks for you








