ShopChest/src/main/java/de/epiceric/shopchest
Eric 460abc722e Added permission nodes for shop creation for specific items
Examples:
- "shopchest.create.apple"
- "shopchest.create.stone.2"

But: If a player has permission "shopchest.create", he is allowed to
create shops of all items. Also, the creation of admin shops is not
affected by these permissions.
2017-04-26 16:21:04 +02:00
..
config Only show the shop the player targets instead of all the shops he sees 2017-04-19 14:07:22 +02:00
event
exceptions
external
language Added book generation to shop info message 2017-04-16 18:31:50 +02:00
listeners Added debug messages for shop creation (external plugins) 2017-04-19 14:04:57 +02:00
nms
shop Include shop's world in error messages 2017-04-10 20:36:28 +02:00
sql Use more prepared statements 2017-04-10 20:32:36 +02:00
utils Added permission nodes for shop creation for specific items 2017-04-26 16:21:04 +02:00
ShopChest.java Added support for IslandWorld 2017-04-17 18:30:59 +02:00
ShopCommand.java Added permission nodes for shop creation for specific items 2017-04-26 16:21:04 +02:00
ShopTabCompleter.java