A Minecraft plugin that implements custom shop designs as a complement to chest-shops.
- Vending Machines
- Newt's Briefcase
- Salesman's Deal (Coming Soon)
A shop design with 27 available slots used only for selling items. The shop is capable of selling different types of items at once, each with its own price.
A shop capable of holding virtually as much items of the same type as you want (the real limit being Java's Integer.MAX_VALUE, 2 147 483 647). This shop can be used for both selling and buying at the same time.
A shop capable of selling items at an offer of a discounted price if the purchase exceeds a certain quantity (e.g. 1 for $10, 10 for $90).
You can design your own custom models. To do that, you just have to put the JSON
file into the resource pack and update paper.json
with additional predicate
mapping to a custom model data (integer). Afterwhich, update the config.yml
file to include new model with its corresponding custom model data. More
informative instructions will be added soon.