Skip to content
/craftcmd

Silence Command Block Output

Stop command blocks from printing messages to chat

⚠︎ Awaiting in-game verification for Java 26.2

Disables the feedback messages command blocks send to chat. Keeps your chat clean during complex automation.

/gamerule commandBlockOutput false
34 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command.
  3. Press Enter — command blocks now run silently.

Related commands

Speed Up Crop Growth (Random Tick Speed)
Speed Up Crop Growth (Random Tick Speed) Awaiting in-game verification
Both

Make plants grow faster by increasing random tick speed

/gamerule randomTickSpeed 3

Keep your items when you die instead of dropping them

/gamerule keepInventory true

Freeze time so it's permanently daytime

/gamerule doDaylightCycle false

Stop rain and keep the weather clear

/gamerule doWeatherCycle false

Stop creepers, endermen, and other mobs from changing blocks

/gamerule mobGriefing false

Turn off fall damage

/gamerule fallDamage false