Rename Gamble shops to Random shops.

This commit is contained in:
Len
2024-08-16 21:21:50 +02:00
parent 4737ad1cfa
commit 9f8bff3ad7
7 changed files with 17 additions and 18 deletions
+4 -4
View File
@@ -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
}
}