From 30ab288af1b1120170da143ec02bcc4be04aaf92 Mon Sep 17 00:00:00 2001 From: Len <40720638+destro174@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:11:01 +0100 Subject: [PATCH] Add alias `ch` for challenge command --- plugin/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index cd74e45..8a2740c 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -41,6 +41,7 @@ bukkit { register("challenges") { description = "Opens the challenges menu." + aliases = listOf("ch") permission = "${rootProject.name}.command.island" }