Mojira Archive
MC-76793

Error messages are still displayed despite the "sendCommandFeedback" gamerule being set to "false"

The Bug:

Error messages are still displayed despite the "sendCommandFeedback" gamerule being set to "false".

Steps to Reproduce:

  1. Set the "sendCommandFeedback" gamerule to "false" by using the command provided below.
    /gamerule sendCommandFeedback false
  2. Execute a command that contains errors by using the command provided below.
    /say @a[name=?]
  3. Look at the chat.
  4. Take note as to whether or not error messages are still displayed despite the "sendCommandFeedback" gamerule being set to "false".

Observed Behavior:

Error messages are still displayed.

Expected Behavior:

Error messages would not be displayed.