Fixed plugin.yml
This commit is contained in:
parent
597db8789e
commit
6fc198bbc7
|
|
@ -41,4 +41,11 @@ bukkit {
|
||||||
apiVersion = "1.18"
|
apiVersion = "1.18"
|
||||||
authors = listOf("destro174")
|
authors = listOf("destro174")
|
||||||
softDepend = listOf("MyPet", "mcMMO")
|
softDepend = listOf("MyPet", "mcMMO")
|
||||||
|
commands {
|
||||||
|
register("listboosters") {
|
||||||
|
description = "Lists all active and queued boosters"
|
||||||
|
permission = "boosters.list"
|
||||||
|
usage = "/listboosters"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user