-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
None
Players receive chat even if they've set chat to "commands only" in chat settings.
This behavior is different from vanilla, where the message will not be visible. (Note: this issue is almost the oposite of MC-116824, where too little is visible. MC-116824 is actually fixed in craftbukkit already)
To reproduce
- Connect two accounts to a server
- In one account, make sure that chat settings is set to "commands only".
- In the other, make sure it is set to "shown".
- Say something from the player set to shown.
- Observe that it is visible from both players, even though one player has chat disabled.
This is a fixable issue both without any chat plugins, and with chat plugins that use AsyncPlayerChatEvent.setFormat. (For chat plugins that manually send chat messages, this is not fixable easily).
- is duplicated by
-
SPIGOT-4170 Chat messages don't use the translatable "chat.type.text" string
- Resolved