Add bypass permission
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user