Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
A flexible plugin for creating gui shops with different templates.
Features
- Different templates for selling/buying items (Examples: sell/buy one instantly, open a menu to choose the amount you want to buy/sell).
- Custom items created with Custom Item API
Requirements
- Geld_API
- CustomItemApi
How to use
- Templates:
SingleItem
,Item
,Shop
- Make a shop:
- use the
Shop
class to make an interface. - use the
SingleItem
orItem
class to make an Item you want to sell. - when creating an interface, you need to add
SingleItem
,Item
,Shop
orEmpty
to the layout list (max size 54). - call
Shop#openShop
to open an interface.
Planned features
The next large update will add an api that can be used to create your own templates. This will allow users to have much more unique shop functionality.