Skip to content
[/craft]

Hide Command Feedback

Stop command output from filling chat

✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026

Silences the feedback messages commands print to chat ('Set the time to…', 'Teleported…'). Essential for redstone contraptions and clocks that run commands repeatedly — without it, chat becomes unreadable spam. Ops still see errors.

/gamerule sendCommandFeedback false
35 characters

How to use

  1. Open chat (T on Java, / on Bedrock).
  2. Paste the command and press Enter.
  3. Command success messages stop appearing in chat.
  4. Run it with true when you need feedback for debugging.

Related commands

Make plants grow faster by increasing random tick speed

/gamerule randomTickSpeed 3

Stop command blocks from printing messages to chat

/gamerule commandBlockOutput false

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