Hide Command Feedback
Stop command output from filling chat
✅ Verified for Java 26.2 · Bedrock 26.32 — checked June 2026Silences 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 false35 characters
- Java: yes
- Bedrock: yes
- Command block: yes
- Needs cheats / OP: yes
How to use
- Open chat (T on Java, / on Bedrock).
- Paste the command and press Enter.
- Command success messages stop appearing in chat.
- Run it with true when you need feedback for debugging.
Related commands
Make plants grow faster by increasing random tick speed
/gamerule randomTickSpeed 3Stop command blocks from printing messages to chat
/gamerule commandBlockOutput falseKeep your items when you die instead of dropping them
/gamerule keepInventory trueStop creepers, endermen, and other mobs from changing blocks
/gamerule mobGriefing false