send_command_feedback
booleanJava 26.2 & Bedrock 26.32Controls whether commands send feedback messages to the executing player. When false, successful commands execute silently.
Enable send_command_feedback
Command execution sends confirmation messages in chat to the player or console.
Java
/gamerule send_command_feedback trueBedrock
/gamerule sendcommandfeedback trueBedrock uses sendcommandfeedback (all-lowercase, no separators).
Disable send_command_feedback
Commands execute silently. No feedback messages are sent on success.
Java
/gamerule send_command_feedback falseBedrock
/gamerule sendcommandfeedback falseDefault: true. Restore with /gamerule send_command_feedback true
What send_command_feedback does
Controls whether commands send feedback messages to the executing player. When false, successful commands execute silently.
Frequently asked questions
- Does this affect error messages?
- Typically no — command errors still display. Only success feedback is suppressed.
- What happened to sendCommandFeedback?
- Renamed to send_command_feedback in Java snapshot 25w44a. Bedrock uses /gamerule sendcommandfeedback false.