Fix chat message style + spacing

This commit is contained in:
themode 2021-03-29 17:00:58 +02:00
parent 62b78f70d7
commit ee18488f53

View File

@ -74,7 +74,7 @@ public class ChatMessageListener {
return Component.translatable("chat.type.text")
.args(Component.text(username)
.insertion(username)
.clickEvent(ClickEvent.suggestCommand("/msg" + username))
.clickEvent(ClickEvent.suggestCommand("/msg " + username + " "))
.hoverEvent(HoverEvent.showEntity(HoverEvent.ShowEntity.of(
Key.key("minecraft", "player"),
uuid,