Minecraft command so that it is always noon?

Ch
14

What is the Minecraft command called so that it is always noon? What is the name of the command with which you set the weather so that it is always good? I'm using Minecraft 1.16.5

Ne

/ time set day

/ weather clear

be

/ gamerule doDaylightCycle false as far as I know

be

But that's only temporary

Ch

The command / time set day only sets the time back

Il

You could make a command block that is always active and is on repeat with the input: time set 1000 and then you set the gamerule commandblockoutput to false so that your chat is not spammed.

Ne

Then the command block on "Always active" and "Repeat". So the Lilane command block

Ch

Right

Fa

Day = / time set day

Noon = / time set noon

Sunset = / time set sunset

clear = / weather clear

Ne

Yes!

Ne

So that your chat doesn't get full:

/ gamerule sendcommandfeedback false

an

So that it is always noon:

/ gamerule doDaylightCycle false

/ time set 6000

So that the weather is always good:

/ gamerule doWeatherCycle false

an

Or you learn the tick numbers by heart.

Simply desired real life time minus 6.

6 a.m. (morning) = 0

12 p.m. (noon) = 6000

6 p.m. (evening) = 12,000

24 o'clock (midnight) = 18,000

In addition, / weather clear only helps once. You would be better off just exhibiting the rain cycle.

an

Dear / gamerule doDaylightCycle false

Also, 1000 is not noon.

an

Or simply set the appropriate cycle, then you save the server this unnecessary load… See my answer