Rename Gamble shops to Random shops.
This commit is contained in:
+4
-4
@@ -118,7 +118,7 @@ bukkit {
|
||||
"playershops.shop.use",
|
||||
"playershops.shop.use.buy",
|
||||
"playershops.shop.use.sell",
|
||||
"playershops.shop.use.gamble"
|
||||
"playershops.shop.use.random"
|
||||
)
|
||||
}
|
||||
register("playershops.shoplimit") {
|
||||
@@ -150,7 +150,7 @@ bukkit {
|
||||
children = listOf(
|
||||
"playershops.shop.use.buy",
|
||||
"playershops.shop.use.sell",
|
||||
"playershops.shop.use.gamble"
|
||||
"playershops.shop.use.random"
|
||||
)
|
||||
}
|
||||
register("playershops.shop.use.buy") {
|
||||
@@ -161,8 +161,8 @@ bukkit {
|
||||
description = "Allows players to use selling playershops."
|
||||
default = BukkitPluginDescription.Permission.Default.FALSE
|
||||
}
|
||||
register("playershops.shop.use.gamble") {
|
||||
description = "Allows players to use gamble playershops."
|
||||
register("playershops.shop.use.random") {
|
||||
description = "Allows players to use random playershops."
|
||||
default = BukkitPluginDescription.Permission.Default.FALSE
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user