The bug is: When starting a single player world with cheats enabled, and in creative. Changing your game mode with a command block to survival is possible, but changing from survival to creative isn't possible even though the text says," Your game mode has been Updated." Also, when editing the command block text appears saying, "Must be an opped player in creative mode."
I believe the game mode from survival to creative via command block should be allowed + editing command blocks, for testing purposes.
1. Start a world in creative, with cheats enabled, with super flat.
2. Place a command block with the command,"gamemode @p 1" and wire to a button.
3. Change game mode to 0 (survival) and press the button wired to the command block, Then attempt to edit the command block.
Comments 2
@Francis
I think he's trying to say that with a command block setup (in creative) to change a survival player to creative isn't working... He states on #2 that the command block says gamemode @p 1 isn't working, which it wont only because he wrote the code wrong.
@Drone36
Fix your command block to read
gamemode 1 @p
I have tested this, and it works perfectly fine for me.
1. You have to be in creative to use a command block.
2. If you edit the Command whilst in Gamemode 0, it will not change, so in this case it still stays " gamemode 0 @p
3. The command was inputted wrong, it should be gamemode 0 @p
4. the " Your game mode has been Updated" is just changing you to gamemode 0, even if you're already in gamemode 0
So this is invalid