-
Bug
-
Resolution: Fixed
-
Minecraft 1.13, Minecraft 1.13.1, Minecraft 1.13.2, Minecraft 18w45a, Minecraft 18w46a, Minecraft 1.14, 1.16.1, 20w29a, 1.16.2 Pre-release 1
-
None
-
Confirmed
-
(Unassigned)
Original Message:
When you disable sendCommandFeedback from the gamerule, then type /msg [message], it will send. However it won't display the message to the sender (yourself) you sent if you are an operator or a normal player.
You also cannot type commands that will only show locally like /team list Blue
Steps to replicate issue:
- As an operator on a server, run:
/gamerule sendCommandFeedback false
- Send a message to a player:
/msg OtherPlayer hello
- As an operator on a server, run:
/team list Blue
- To contrast, try the above two same methods ending in different results using:
/gamerule sendCommandFeedback true
What is expected:
- Players should be able to know they have sent an outgoing message to other players, regardless of server operators hiding their chat clutter with "sendCommandFeedback" disabled.
- Commands that only display locally to server operators, regardless of the gamerule settings, should bypass this toggle, as it is not expected to show up globally to either other operators or players.
- is duplicated by
-
MC-135727 Outgoing Whispers in Game Client on Multiplayer server are not visible in senders chat
- Resolved