/gamerule commandblockOutput false doesnt work for Gamemode changing...
When you have a command block that has /gamemode 1 @a it says that you changed the gamemode, when you have "/gamerule commandBlockOutput false" on...
THIS IS NOT RESOLVED IT STILL DOESNT WORK!
Comments 4
The aforementioned commands can only suppress the logging of
[03:42:42 INFO]: Client> [03:42:42] [Client thread/INFO]: [CHAT] [@: Set Kumasasa's game mode to Creative Mode]
[03:42:44 INFO]: Client> [03:42:44] [Server thread/INFO]: [@: Set Kumasasa's game mode to Creative Mode]
But
Your game mode has been updated
cannot be suppressed.
Therefore use
gamemode 1 @a[m=0]
in the command block.
Use
/gamerule logAdminCommands false