
MerchantGuild is a Minecraft plugin that allows players to access a special shop where they can sell items they own. The shop refreshes periodically with random items for trading.
MerchantGuild is a Minecraft plugin that allows players to access a special shop where they can sell items they own. The shop refreshes periodically with random items for trading.


| Command | Description | Permission |
|---|---|---|
| merchant | open merchant guild | merchant.use |
| merchant help | help | merchant.use |
| merchant refresh | refresh the shop | merchant.admin |
| merchant reload | reload plugin | merchant.admin |
config.yml)language: en
shop:
refresh_interval: 120 # Refresh time (in minutes, 120 minutes = 2 hours)
max_items: 14 # Maximum number of items per refresh (MAX 14)
duplicates: False # Allow duplicate items or not
allowed-worlds:
- world
- world_nether
- world_the_end
items:
ALL_SWORD:
amount: 1
price: 2
enchants:
SHARPNESS: 3
UNBREAKING: 2
BOOK:
amount: 1-16
price: 0.2
GOLDEN_APPLE:
amount: 1-8
price: 2
Note: Installing Vault alone is not enough. Without an economy provider, MerchantGuild will be disabled with the error:
Disabled due to no Vault dependency found!
plugins/ folder of your Minecraft server.config.yml if necessary and use /merchant reload to apply changes.If you encounter any issues or want to contribute, open an issue on GitHub or join the support community.