2015-09-02 11:41:34 +00:00
|
|
|
# Do not change anything in here unless you know what you're doing!
|
|
|
|
|
2016-07-06 19:37:41 +00:00
|
|
|
name: ${project.name}
|
2016-07-03 19:10:23 +00:00
|
|
|
main: de.epiceric.shopchest.ShopChest
|
2016-07-06 19:37:41 +00:00
|
|
|
version: ${project.version}
|
2015-09-02 11:41:34 +00:00
|
|
|
author: EpicEric
|
2016-07-06 19:37:41 +00:00
|
|
|
website: ${project.url}
|
2017-04-17 15:07:47 +00:00
|
|
|
softdepend: [WorldGuard, Towny, AuthMe, PlotSquared, uSkyBlock, ASkyBlock]
|
2015-09-03 10:12:33 +00:00
|
|
|
depend: [Vault]
|
2015-09-02 11:41:34 +00:00
|
|
|
|
|
|
|
permissions:
|
|
|
|
shopchest.*:
|
|
|
|
description: Gives access to all ShopChest permissions.
|
|
|
|
children:
|
|
|
|
shopchest.create: true
|
2016-11-20 13:15:53 +00:00
|
|
|
shopchest.create.admin: true
|
|
|
|
shopchest.create.protected: true
|
2017-01-04 13:34:34 +00:00
|
|
|
shopchest.remove.other: true
|
|
|
|
shopchest.remove.admin: true
|
2015-09-02 11:41:34 +00:00
|
|
|
shopchest.buy: true
|
|
|
|
shopchest.openOther: true
|
|
|
|
shopchest.notification.update: true
|
|
|
|
shopchest.reload: true
|
|
|
|
shopchest.update: true
|
2016-11-12 12:11:08 +00:00
|
|
|
shopchest.limit.*: true
|
2016-08-09 15:47:03 +00:00
|
|
|
shopchest.config: true
|
2016-11-20 13:15:53 +00:00
|
|
|
shopchest.extend.other: true
|
|
|
|
shopchest.extend.protected: true
|
2017-03-28 12:37:12 +00:00
|
|
|
shopchest.external.bypass: true
|
2015-09-02 11:41:34 +00:00
|
|
|
shopchest.create:
|
|
|
|
description: Allows you to create a shop.
|
|
|
|
default: true
|
2016-04-13 19:05:21 +00:00
|
|
|
shopchest.create.admin:
|
|
|
|
description: Allows you to create an admin shop.
|
|
|
|
children:
|
|
|
|
shopchest.create: true
|
|
|
|
default: op
|
2015-09-04 10:31:19 +00:00
|
|
|
shopchest.create.protected:
|
2016-11-20 13:15:53 +00:00
|
|
|
description: Allows you to create a shop on a protected chest or in a protected region.
|
2015-09-04 10:31:19 +00:00
|
|
|
children:
|
|
|
|
shopchest.create: true
|
|
|
|
default: op
|
2017-01-04 13:34:34 +00:00
|
|
|
shopchest.remove.other:
|
2016-11-18 19:57:26 +00:00
|
|
|
description: Allows you to remove other players' shops.
|
2015-09-02 11:41:34 +00:00
|
|
|
default: op
|
2017-01-04 13:34:34 +00:00
|
|
|
shopchest.remove.admin:
|
|
|
|
description: Allows you to remove admin shops.
|
|
|
|
default: op
|
2015-09-02 11:41:34 +00:00
|
|
|
shopchest.buy:
|
|
|
|
description: Allows you to buy something.
|
|
|
|
default: true
|
|
|
|
shopchest.sell:
|
|
|
|
description: Allows you to sell something.
|
|
|
|
default: true
|
|
|
|
shopchest.openOther:
|
2016-11-18 19:57:26 +00:00
|
|
|
description: Allows you to open other players' shops.
|
2015-09-02 11:41:34 +00:00
|
|
|
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 18:16:33 +00:00
|
|
|
default: op
|
2016-11-12 12:11:08 +00:00
|
|
|
shopchest.limit.*:
|
2016-11-22 13:34:46 +00:00
|
|
|
default: op
|
2016-07-08 14:55:57 +00:00
|
|
|
shopchest.config:
|
|
|
|
description: Allows you to change configuration values per command.
|
2016-08-09 15:47:03 +00:00
|
|
|
default: op
|
2016-11-20 13:15:53 +00:00
|
|
|
shopchest.extend.other:
|
2016-11-18 19:57:26 +00:00
|
|
|
description: Allows you to extend other players' shops.
|
|
|
|
default: op
|
2016-11-20 13:15:53 +00:00
|
|
|
shopchest.extend.protected:
|
|
|
|
description: Allows you to extend shops into a protected region.
|
|
|
|
default: op
|
2017-03-28 12:37:12 +00:00
|
|
|
shopchest.external.bypass:
|
|
|
|
description: Allows you to to use shops regions/plots that deny shop use.
|
2016-11-23 15:05:33 +00:00
|
|
|
default: op
|