We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9442ed6 commit 1aae636Copy full SHA for 1aae636
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/chat/EntryPoint.kt
@@ -76,7 +76,7 @@ class EntryPoint : EssBase() {
76
"%player", event.username
77
)
78
}.style.setClickEvent(
79
- ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, "@${event.username} ")
+ ClickEvent(ClickEvent.Action.SUGGEST_COMMAND, "!@${event.username} ")
80
81
82
event.component = TextComponentUtils.toTextComponent {
0 commit comments