-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A Hypixel-style Bazaar for Paper — a bulk commodity market with algorithmic, supply-and-demand pricing. The server is always the counterparty with infinite depth, so there's no order book and no waiting: players buy and sell instantly, and the price moves as they trade.
Where an auction house handles the one-off items, the Bazaar handles the things players trade constantly — cobblestone, wheat, mob drops, enchanted materials. Built for the eco suite, and just as happy without it.
- Installation — requirements and first boot
- Commands & Permissions — every command and node
-
Configuration — a tour of
config.yml
- Pricing Model — how prices move, and why round-trips lose money
- Categories — how items and their pricing are defined
- Menus & GUI — the EcoMenus dialect, effect ids, and layouts
- PlaceholderAPI — live prices for other plugins
- EconGuard Integration — the shared audit ledger
- Storage & Data — the database and how prices are persisted
- FAQ & Troubleshooting — common problems
| Platform | Paper 1.21+ (tested on Paper 26.2) |
| Required | Vault + a Vault economy provider |
| Optional | eco suite, EcoShop, PlaceholderAPI, EconGuard, RoyalBank |
| Storage | SQLite (default) or MySQL |
| Command |
/bazaar (aliases /bz, /rbazaar) |
RoyalBazaar pairs with RoyalBank, RoyalAuctions, and EconGuard — each runs standalone. When EconGuard is present, RoyalBazaar reports every trade to its shared audit ledger automatically.
This wiki tracks the latest release. Run
/bazaar reloadafter editing configs and check the console for warnings.
RoyalBazaar · part of the eco suite (RoyalBank · RoyalAuctions · EconGuard) · Source on GitHub
Getting started
Using it
Help