mojira.dev
MC-121784

Gamerule Commands not working

Many gamerule commands are not working in this snapshot version
Please give a look through it and fix the bug please
dodaylightcycle,keepinventory,firetick,commandblockoutput etc., doesnt work
have look through it

Linked issues

Comments 4

The problem is only in the command-side: if you manually change the gamerule-value (NBTexplorer, MCEdit etc.), the functionality will apply.

Duplicates MC-121783 (missed it by a minute 😉 )

I think I found out what problem is. I had the same problem with the gamerule command. It kept telling me that I had an incorrect argument. At first I didn't understand, but then I noticed that the new auto tab complete system is wrong. if you type: "/gamerule dod" and press tab, it completes the command like this: "/gamerule dodaylightcycle" when it has to be: "/gamerule doDayLightCycle" instead. The problem is that the auto tab complete doesn't mind upper case letters, while the command execution does.

I hope that this helpes,

Lenardjee

@Lenard van der Maas The actual problem isn't the incorrect autocomplete capitalization, though that is a problem. The real problem is that the gamerule command doesn't do anything, even if correct. It may say the keepInventory gamerule is set to true, but you still drop everything when you die. It may say doDaylightCycle is false, but the sun still moves. It may say commandBlockOutput is false, but repeating command blocks still spams the chat. That's what the real issue is.

Anish

(Unassigned)

Unconfirmed

Minecraft 17w45b

Retrieved