Was trying to set world to stay at Night time with DoDaylightCycle and the cycle did not stop.
Comments 10
Okay cuz when you tab through gamerules DoDaylightCycle appears not dodaylightcycle and after pressing enter it validates that the gamerule has been applied.
@unknown That's because you created a custom gamerule named that, the gamerule you actually want is doDaylightCycle, not DoDaylightCycle.
Umm yea 'cuz I totally have the ability to create custom gamerules. I can't even figure out why my Minecraft game 'flashes' when I play let alone create custom stuff for Minecraft
Edit: tried doDaylightCycle and same result occurred.
That command works fine for me, so perhaps it's the world you're using it in, create a new world and use that same command, it should stop the daylight cycle.
An attachment with a disallowed file extension has been removed from this ticket.
Executable files and documents are not allowed as attachments.
Please attach crash reports, log files and screenshots as they are instead of pasting them into a document.
-- I am a bot. This action was performed automatically! Please report any issues on Discord or Reddit
Gamerules are case-sensitive. The correct name is
doDaylightCycle
, notDoDaylightCycle
.