Skip to content
[/craft]

send_command_feedback

booleanJava 26.2 & Bedrock 26.32

Controls 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 true
Bedrock/gamerule sendcommandfeedback true

Bedrock 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 false
Bedrock/gamerule sendcommandfeedback false

Default: 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.

Related gamerules

All Gamerule commandsJava vs Bedrock guide