-
Notifications
You must be signed in to change notification settings - Fork 0
Home
A Hypixel-style Auction House for Paper — built to work properly with the eco suite, and just as well without it. Bids, buy-it-now, a category-and-tier browser, config-driven GUIs, and full custom-item support.
Where a bazaar handles the things players trade constantly, RoyalAuctions handles the one-off items — the rare drop, the god-rolled armor, the pet worth fighting over.
- Installation — requirements and first boot
- Commands & Permissions — every command and node
-
Configuration — a tour of
config.yml
- Buying, Selling & Bidding — the player flows end to end
- Menus & GUI — the EcoMenus dialect, effect ids, and placeholders
- Categories — how items are sorted, and how to pin them exactly
- Item Tiers — the tier filter, driven by eco's rarities
- NPCs (Citizens) — auctioneer NPCs
- PlaceholderAPI — placeholders for other plugins
- EconGuard Integration — the shared audit ledger
- Storage & Data — the database and how listings are stored
- FAQ & Troubleshooting — common problems
| Platform | Paper 1.21+ (tested on Paper 26.2) |
| Required | Vault + a Vault economy provider |
| Optional | eco suite, PlaceholderAPI, Citizens, EconGuard |
| Storage | SQLite (default) or MySQL |
| Command |
/ah (aliases /auctions, /auction, /auctionhouse) |
RoyalAuctions pairs with RoyalBank, RoyalBazaar, and EconGuard — each runs standalone. When EconGuard is present, RoyalAuctions reports sales to its shared audit ledger automatically.
This wiki tracks the latest release. Run
/ah reloadafter editing configs and check the console for warnings.
RoyalAuctions · part of the eco suite (RoyalBank · RoyalBazaar · EconGuard) · Source on GitHub
Getting started
Using it
- Buying, Selling & Bidding
- Menus & GUI
- Categories
- Item Tiers
- NPCs (Citizens)
- PlaceholderAPI
- EconGuard Integration
- Storage & Data
Help