A dynamic trading system for your server. Players sell resources to an NPC buyer, complete quests to increase their profits, and upgrade their trading capacity.
A dynamic trading system for your server. Players sell resources to an NPC buyer, complete quests to increase their profits, and upgrade their trading capacity.
Open the buyer menu and sell items for money. The buyer accepts different items each time you check, rotating every few hours. Complete quests to unlock multipliers that boost your selling prices.

Example: Sell 64 diamonds at 1.0x multiplier = $3,200. Complete quests to reach 3.0x multiplier = $9,600 for the same diamonds.
Complete any 3 quests to level up your multiplier:

/buyer - Open the buyer menu
/upgradebuyer - Upgrade your trading slots
/multiplierquest - View and track quests
/refreshlots <player> - Admin: refresh player's items
/plugins folderconfig.yml for your economy
multiplier:
base: 1.0 # Starting multiplier
per_level: 0.4 # Increase per quest completion
max_level: 5 # Maximum level (3.0x multiplier)
upgrade_slot_cost:
base: 80000 # First slot upgrade cost
per_slot: 10000 # Cost increase per slot
Slot Limits:
burzhuy.maxslots.12 - 12 slots (default)burzhuy.maxslots.16 - 16 slotsburzhuy.maxslots.22 - 22 slotsAccess:
burzhuy.buyer - Use buyer menuburzhuy.admin - Admin commandsOne JAR works on all platforms. The plugin automatically detects your server type and uses the appropriate scheduler.
| Minecraft | Java | Folia | Paper | Spigot | Status |
|---|---|---|---|---|---|
| 26.x | 25 | Yes | Yes | Yes | Tested |
| 1.21.x | 21 | Yes | Yes | Yes | Tested |
| 1.20.x | 17/21 | No | Yes | Yes | Tested |
| 1.19.4+ | 17 | No | Yes | Yes | Tested |
Simple to set up, adds progression without complexity. Works well for survival servers that want players to have a consistent way to earn money while keeping things interesting with rotating items and quest objectives.
Multi-platform support means one plugin JAR works everywhere - Paper, Folia, Spigot, Purpur, or CraftBukkit. No separate builds needed.
Full Folia support with automatic detection and region-based scheduling for multi-threaded performance.
Future-proof with api-version 1.19, ensuring compatibility with MC 1.22, 1.23, 27.x, 28.x and beyond.
USER_GUIDE.md for detailed documentationDEVELOPER_GUIDE.md for API and contribution info