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
/ time set day
/ weather clear
/ gamerule doDaylightCycle false as far as I know
But that's only temporary
The command / time set day only sets the time back
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.
Then the command block on "Always active" and "Repeat". So the Lilane command block
Right
Day = / time set day
Noon = / time set noon
Sunset = / time set sunset
clear = / weather clear
Yes!
So that your chat doesn't get full:
/ gamerule sendcommandfeedback false
So that it is always noon:
/ gamerule doDaylightCycle false
/ time set 6000
So that the weather is always good:
/ gamerule doWeatherCycle false
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.
Dear / gamerule doDaylightCycle false
Also, 1000 is not noon.
Or simply set the appropriate cycle, then you save the server this unnecessary load… See my answer