-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ and Troubleshooting
Almost always a missing economy provider. RoyalBazaar needs Vault and a Vault-compatible economy plugin (EssentialsX, an EcoBits currency with vault: true, …). Check the console on startup for a Vault warning, and make sure both are installed. See Installation.
That's elasticity, set per item/category in Categories.
- Prices too stable? Lower
elasticity. - Prices too swingy? Raise it.
elasticity is how many units it takes to move a price by a factor of e — see the Pricing Model.
No — that's impossible by design. The buy/sell spread plus the progressive price curve mean a round-trip always comes back at a loss. You can't extract money the market didn't already contain. See Pricing Model.
Custom ecoitem: items only work when eco / EcoItems is installed. Without it, those entries are skipped and a line is logged. Confirm the id is correct (ecoitem:enchanted_cobblestone, keeping the namespace) and that eco loaded before RoyalBazaar.
Prices do persist. If they reset, you most likely changed storage.type (SQLite ↔ MySQL) — the two backends are separate databases and RoyalBazaar doesn't migrate between them, so the new one starts fresh from each item's base_price. See Storage & Data.
- Confirm the database exists:
CREATE DATABASE royalbazaar; - Check
host/port/username/passwordinconfig.yml. - MySQL 8 with
caching_sha2_passwordoften needsproperties: "useSSL=false&allowPublicKeyRetrieval=true". - Remember: switching to MySQL needs a full restart, not
/bazaar reload.
Run /bazaar reload and check the console — RoyalBazaar logs the file if it can't parse. Common causes: tabs instead of spaces, an unquoted name: with special characters, or a location row/column outside the menu's rows. See Menus & GUI.
No — /bazaar reload re-reads config.yml, categories, and menus live. The one exception is storage.type, which needs a full restart.
Edit the files in categories/ — one file per category — then /bazaar reload. Full walkthrough on the Categories page.
Still stuck? Open an issue on the GitHub repo with your console log and the relevant config.
RoyalBazaar · part of the eco suite (RoyalBank · RoyalAuctions · EconGuard) · Source on GitHub
Getting started
Using it
Help