Rework commands

This commit is contained in:
Len
2022-11-22 09:27:49 +01:00
parent 72fd7efc86
commit c04142cf2a
9 changed files with 306 additions and 83 deletions
-8
View File
@@ -106,14 +106,6 @@ bukkit {
authors = listOf("destro174")
depend = listOf("Vault")
commands {
register("playershop") {
description = "This is a test command!"
aliases = listOf("shop")
permission = "playershops.command.playershop"
}
}
permissions {
register("playershops.admin") {
description = "Admin permission for the ${rootProject.name} plugin."