Add alias ch for challenge command

This commit is contained in:
Len 2024-02-25 17:11:01 +01:00
parent efc6b62b2f
commit 30ab288af1

View File

@ -41,6 +41,7 @@ bukkit {
register("challenges") {
description = "Opens the challenges menu."
aliases = listOf("ch")
permission = "${rootProject.name}.command.island"
}