mirror of
https://github.com/Minestom/Minestom.git
synced 2025-04-08 21:26:11 +02:00
Fix chat message style + spacing
This commit is contained in:
parent
62b78f70d7
commit
ee18488f53
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user