N
Common Ground News

How to make minecraft days longer

Author

Christopher Snyder

Updated on March 22, 2026

How to make minecraft days longer

You can set the time to a specific time of day in the game by using either an integer value, which translates to the hour of the day, or a tag that indicates which time of day you want: Type “/time set ,” where is replaced by a number, such as 1000 for daytime or 13000 for the night. The maximum is 24000.

There are other answers below:

Time Machine/Farm – How to Make the Day Longer/Shorter (Minecraft Bedrock Command Block Tutorial) – YouTube. Ever wanted to know how to make the days longer or how to make the days shorter in …

Hi, I want for one of my plugins to make minecraft days longer, from 20minutes to 24minutes (from 1 minute = 16.6 ticks to 1 minutes = 20ticks). Thanks for you help. Code (Java): if( wakeUp){. this. code();

For shorter nights you can increase the rate at which time increases using the /time add command. The simplest method would be to use an inverted daylight sensor. Example using 1.9’s Repeating Command Block, set to “Needs Redstone”, with an inverted daylight sensor on top of it: The command is very simply: /time add 1.

The formula for calculating the length of daytime is 140 * (items / number) minutes of daytime (double that for the length of a whole day). You’re also going to want to use the command /gamerule commandBlockOutput false if you don’t want periodic chat updates saying Added 1 to time .

A mod to let you make your days longer so you have more time to do things! (or shorter because you are weird and like short days!?) Time multiplier can be configured, default is 3x as long days. inspired by Kinomora jokingly complaining about Minecraft days being too short.

The plugin allows you to change the duration of the days in minecraft. Use the command: /minetime [factor] The factor is normally set to 1. If you increase the factor to 10 for example, the time in will run ten times faster. If you set the factor to 0,1 for example, a day in minecraft will last for about 3 hours in real time.

This idea is pretty simple, make an option to increase the amount of minutes (in essense, ticks) per day. This includes an option to make the day a length from 20 minutes to 60 minutes, following the same progession it would in the current version.

You could make a command machine using Command Blocks and Redstone Repeaters with doDaylightCycle set to false which would change the time every bunch of ticks or so which would extend days to be the size of real-life Earth days. Actually …