How can I hide the commands I type in a server?

So on a minecraft server, when I type /gamemode creative or something, then how can I make so it doesn't show that I run the command in chat.

1 Answer

By using the /gamerulecommand.


The command:

/gamerule sendCommandFeedback false

will affect "whether the feedback from commands executed by a player should show up in chat."

0

You Might Also Like