mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-10 04:31:06 +00:00
558741e587
They work a bit different now. They are still only shown on startup, on join or when a player checks for updates, but also if no update is available. Also the player needs the permission "shopchest.broadcast" in order to get the message.
69 lines
2.0 KiB
YAML
69 lines
2.0 KiB
YAML
# Do not change anything in here unless you know what you're doing!
|
|
|
|
name: ShopChest
|
|
main: de.epiceric.shopchest.ShopChest
|
|
version: 1.7.2
|
|
author: EpicEric
|
|
website: https://www.spigotmc.org/resources/shopchest.11431/
|
|
depend: [Vault]
|
|
softdepend: [ClearLag, LWC, Lockette]
|
|
loadbefore: [ItemTags]
|
|
|
|
permissions:
|
|
shopchest.*:
|
|
description: Gives access to all ShopChest permissions.
|
|
children:
|
|
shopchest.create: true
|
|
shopchest.create.infinite: true
|
|
shopchest.removeOther: true
|
|
shopchest.buy: true
|
|
shopchest.openOther: true
|
|
shopchest.notification.update: true
|
|
shopchest.reload: true
|
|
shopchest.update: true
|
|
shopchest.limits: true
|
|
shopchest.create:
|
|
description: Allows you to create a shop.
|
|
default: true
|
|
shopchest.create.infinite:
|
|
description: Allows you to create an infinite shop.
|
|
children:
|
|
shopchest.create: true
|
|
default: op
|
|
shopchest.create.admin:
|
|
description: Allows you to create an admin shop.
|
|
children:
|
|
shopchest.create: true
|
|
default: op
|
|
shopchest.create.protected:
|
|
description: Allows you to create a shop on a protected chest.
|
|
children:
|
|
shopchest.create: true
|
|
default: op
|
|
shopchest.removeOther:
|
|
description: Allows you to remove other players' shop.
|
|
default: op
|
|
shopchest.buy:
|
|
description: Allows you to buy something.
|
|
default: true
|
|
shopchest.sell:
|
|
description: Allows you to sell something.
|
|
default: true
|
|
shopchest.openOther:
|
|
description: Allows you to open other players' shop.
|
|
default: op
|
|
shopchest.notification.update:
|
|
description: Allows you to get update notification on join.
|
|
default: op
|
|
shopchest.reload:
|
|
description: Allows you to reload the shops.
|
|
default: op
|
|
shopchest.update:
|
|
description: Allows you to check for updates.
|
|
default: op
|
|
shopchest.limits:
|
|
description: Allows you to view shop limits.
|
|
default: true
|
|
shopchest.broadcast:
|
|
description: Allows you to get broadcast messages.
|
|
default: op |