ShopChest/src/main/java/de/epiceric/shopchest
Eric 8f0d2aaf5f Added permissions "shopchest.create.buy" and "shopchest.create.sell"
Both of these also work with item nodes. Examples:

- shopchest.create.buy.CHEST (Allows only shops selling chests)
- shopchest.create.sell.APPLE (Allows only shops buying apples)
- shopchest.create.STONE.3 (Allows only shops buying or selling diorite)
- shopchest.create.buy (Allows only shops that are selling anything)
- shopchest.create.sell (Allows only shops that are buying anything)
2017-06-05 14:13:40 +02:00
..
config Improved configuration of command description messages 2017-06-02 14:44:08 +02:00
event Added ShopInitializedEvent 2017-06-02 14:17:08 +02:00
exceptions Query and update SQL database asynchronously 2017-03-25 15:17:32 +01:00
external Added support for PlotSquared 2017-03-28 14:37:12 +02:00
language Added notification for withdrawal of shop creation price 2017-06-05 13:39:01 +02:00
listeners Added notification for withdrawal of shop creation price 2017-06-05 13:39:01 +02:00
nms Fixed holograms when dynamic line, that is not the last one, disappears 2017-05-30 21:10:57 +02:00
shop Improved configuration of command description messages 2017-06-02 14:44:08 +02:00
sql Use more prepared statements 2017-04-10 20:32:36 +02:00
utils Added permissions "shopchest.create.buy" and "shopchest.create.sell" 2017-06-05 14:13:40 +02:00
ShopChest.java Improved configuration of command description messages 2017-06-02 14:44:08 +02:00
ShopCommand.java Added permissions "shopchest.create.buy" and "shopchest.create.sell" 2017-06-05 14:13:40 +02:00
ShopTabCompleter.java Added tab completion for Towny's and AreaShop's config values 2017-05-13 17:28:10 +02:00