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.
esu:
1 parent a364407 commit daa22b3Copy full SHA for daa22b3
bukkit/src/main/kotlin/io/github/rothes/esu/bukkit/module/essentialcommands/Suicide.kt
@@ -33,7 +33,7 @@ object Suicide: BaseCommand<Suicide.Config, Suicide.Lang>() {
33
fun suicide(sender: User, @Flag("confirm") confirm: Boolean = false) {
34
if (!confirm) {
35
val button = sender.buildMiniMessage(lang, { confirmButton })
36
- .clickEvent(ClickEvent.runCommand("/esu:suicide --confirm"))
+ .clickEvent(ClickEvent.runCommand("/suicide --confirm"))
37
sender.message(lang, { confirmSuicide }, component("confirm", button))
38
return
39
}
0 commit comments