2015-09-02 13:41:34 +02:00
|
|
|
# Do not change anything in here unless you know what you're doing!
|
|
|
|
|
|
|
|
name: ShopChest
|
|
|
|
main: de.epiceric.shopchest.ShopChest
|
2016-04-15 15:32:10 +02:00
|
|
|
version: 1.7.1.1
|
2015-09-02 13:41:34 +02:00
|
|
|
author: EpicEric
|
|
|
|
website: https://www.spigotmc.org/resources/shopchest.11431/
|
2015-09-03 12:12:33 +02:00
|
|
|
depend: [Vault]
|
2015-09-04 12:31:19 +02:00
|
|
|
softdepend: [ClearLag, LWC, Lockette]
|
2015-09-09 12:27:23 +02:00
|
|
|
loadbefore: [ItemTags]
|
2015-09-02 13:41:34 +02:00
|
|
|
|
|
|
|
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
|
2015-09-04 20:16:33 +02:00
|
|
|
shopchest.limits: true
|
2015-09-02 13:41:34 +02:00
|
|
|
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
|
2016-04-13 21:05:21 +02:00
|
|
|
shopchest.create.admin:
|
|
|
|
description: Allows you to create an admin shop.
|
|
|
|
children:
|
|
|
|
shopchest.create: true
|
|
|
|
default: op
|
2015-09-04 12:31:19 +02:00
|
|
|
shopchest.create.protected:
|
|
|
|
description: Allows you to create a shop on a protected chest.
|
|
|
|
children:
|
|
|
|
shopchest.create: true
|
|
|
|
default: op
|
2015-09-02 13:41:34 +02:00
|
|
|
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.
|
2015-09-04 20:16:33 +02:00
|
|
|
default: op
|
|
|
|
shopchest.limits:
|
|
|
|
description: Allows you to view shop limits.
|
2015-09-09 12:29:29 +02:00
|
|
|
default: true
|