-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
3500-Spigot-63a0604-64c1527 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT)
-
Yes
When sending any Component via
player.spigot().sendMessage(ChatMessageType.CHAT, message)
it will add "<> " infront of the message - which wasn't the case in previous versions.
In the attached Screenshot in which I used the following code:
player.spigot().sendMessage(ChatMessageType.CHAT, new TextComponent("Hello"));