Permission Nodes
ChestShop's permission nodes
Permission nodes enabled by default:
ChestShop.shop.*
- lets you create shops, buy from them and sell to them
↓ (it grants people these nodes. Please note that your permissions plugin might grant more with the wildcard)
ChestShop.shop.create
- lets you create shops
ChestShop.shop.buy
- lets you buy from shops
ChestShop.shop.sell
- lets you sell to shops
Other permission nodes:
ChestShop.shop.buy.(itemid)
- lets you buy only specific items from shops
ChestShop.shop.sell.(itemid)
- lets you sell only specific items from shops
ChestShop.iteminfo
- allows access to the /iteminfo command
ChestShop.shopinfo
- allows access to the /shopinfo command
ChestShop.admin
- (granted to OPs) - lets you create Admin Shops and create/destroy other people's shops as well as use the /csgive, /csmetrics and /csversion commands.
ChestShop.mod
- lets you look into other shop chests
ChestShop.name.(playername)
- lets you create, destroy and access shops for another player. Hint: You can use ChestShop.name.* for all player. Same with the permissions below.
ChestShop.othername.create.(playername)
- lets you create shops for another person
ChestShop.othername.destroy.(playername)
- lets you destroy shops for another player
ChestShop.othername.access.)playername)
- lets you access shops for another player
ChestShop.nofee
- you don't have to pay shop creation fee
ChestShop.notax.buy
- you don't have to pay tax when buying at a shop
ChestShop.notax.sell
- you don't have to pay tax when selling at a shop
More ChestShop.shop.create nodes
ChestShop.shop.create.buy
- lets you create buy-only shops
ChestShop.shop.create.sell
- lets you create sell-only shops
ChestShop.shop.create.(itemid)
- ...shops that sell specific food
ChestShop.shop.create.food
- ...shops that sell food
ChestShop.shop.create.diamondgrade
- lets you create shops that sell diamond-grade items
ChestShop.shop.create.irongrade
, ....goldgrade
, ...stonegrade
, ...woodgrade
ChestShop.shop.create.diamondarmor
, ...goldarmor
, etc.
ChestShop.shop.create.diamondtools
, ...goldtools
, etc.
ChestShop.shop.create.ore
ChestShop.shop.create.ingots
ChestShop.shop.create.monsterdrops
Even MORE permissions?
Take a look at the plugin.yml for all permissions e.g. possible item categories.