ShopChest/src/main/resources/plugin.yml

73 lines
2.1 KiB
YAML
Raw Normal View History

2015-09-02 11:41:34 +00:00
# Do not change anything in here unless you know what you're doing!
name: ${project.name}
2016-07-03 19:10:23 +00:00
main: de.epiceric.shopchest.ShopChest
version: ${project.version}
2015-09-02 11:41:34 +00:00
author: EpicEric
website: ${project.url}
softdepend: [WorldGuard, Towny]
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
shopchest.create.admin: true
shopchest.create.protected: true
2015-09-02 11:41:34 +00:00
shopchest.removeOther: true
shopchest.buy: true
shopchest.openOther: true
shopchest.notification.update: true
shopchest.reload: true
shopchest.update: true
shopchest.limit.*: true
shopchest.config: true
shopchest.extend.other: true
shopchest.extend.protected: 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:
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
2015-09-02 11:41:34 +00:00
shopchest.removeOther:
description: Allows you to remove other players' shops.
2015-09-02 11:41:34 +00:00
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' 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.
default: op
shopchest.limit.*:
default: true
shopchest.config:
description: Allows you to change configuration values per command.
default: op
shopchest.extend.other:
description: Allows you to extend other players' shops.
default: op
shopchest.extend.protected:
description: Allows you to extend shops into a protected region.
default: op