Add bypass permission

This commit is contained in:
Len
2022-09-26 08:32:25 +02:00
parent 2ab2381579
commit 8cb2ed7648
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -117,6 +117,7 @@ bukkit {
children = listOf(
"playershops.shop.create",
"playershops.shop.break.other",
"playershops.shop.open.other",
"playershops.shop.use",
"playershops.shop.use.buy",
"playershops.shop.use.sell",
@@ -142,6 +143,10 @@ bukkit {
"playershops.shop.break",
)
}
register("playershops.shop.open.other") {
description = "Allows players to open other players shops."
default = BukkitPluginDescription.Permission.Default.FALSE
}
register("playershops.shop.use") {
description = "Allows players to use all playershops."
default = BukkitPluginDescription.Permission.Default.FALSE