-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Create: Hydraulics edited this page Jul 13, 2026
·
1 revision
All commands are grouped under /exchequer, with a few top level aliases for convenience. Anywhere a material is required, use its Bukkit material name (for example iron_ingot, gold_ingot, emerald) unless your server has configured display names differently.
| Command | Description | Permission |
|---|---|---|
| /exchequer bank | Opens the Bank GUI | exchequer.bank |
| /exchequer bank deposit | Deposits a material without opening the GUI | exchequer.bank |
| /exchequer bank withdraw | Withdraws a material without opening the GUI | exchequer.bank |
| /exchequer bank balance [material] | Shows your balance for one material, or all tracked materials if none specified | exchequer.bank |
Every command also accepts /exchequer help for an in game summary of whichever subcommand group you're in.
All commands are grouped under /exchequer, with a few top level aliases for convenience. Anywhere a material is required, use its Bukkit material name (for example iron_ingot, gold_ingot, emerald) unless your server has configured display names differently.
| Command | Description | Permission |
|---|---|---|
/exchequer bank |
Opens the Bank GUI | exchequer.bank |
/exchequer bank deposit <material> <amount> |
Deposits a material without opening the GUI | exchequer.bank |
/exchequer bank withdraw <material> <amount> |
Withdraws a material without opening the GUI | exchequer.bank |
/exchequer bank balance [material] |
Shows your balance for one material, or all tracked materials if none specified | exchequer.bank |
| Command | Description | Permission |
|---|---|---|
/exchequer exchange |
Opens the Exchange GUI | exchequer.exchange |
/exchange <from> <to> <amount> |
Executes a trade directly, top level alias | exchequer.exchange |
| Command | Description | Permission |
|---|---|---|
/exchequer market |
Opens the Market GUI | exchequer.market |
/market price <material> |
Shows the current live rate | exchequer.market |
/market history <material> <1h|1d|7d|30d> |
Shows OHLC history for the given window | exchequer.market |
/market alert <material> <above|below> <value> |
Sets a price alert, triggers once then clears | exchequer.market |
/market gdp |
Opens the GDP leaderboard GUI | exchequer.market |
/market gdp top |
Shows the GDP leaderboard as text | exchequer.market |
/market gdp <nation> |
Shows a specific nation's GDP and treasury composition | exchequer.market |
| Command | Description | Permission |
|---|---|---|
/exchequer tax set <rate> |
Sets your nation's local tax modifier |
exchequer.governance (mayor or king by default) |
/exchequer specialize <material> |
Invests treasury funds into an industry specialization | exchequer.governance |
/exchequer traderoute propose <nation> |
Proposes a trade route to another nation | exchequer.governance |
/exchequer traderoute accept |
Accepts a pending trade route proposal | exchequer.governance |
/exchequer traderoute break <nation> |
Ends an active trade route | exchequer.governance |
| Command | Description | Permission |
|---|---|---|
/exchequer shares issue <amount> |
Issues a fixed number of tradeable shares for your nation | exchequer.governance |
/exchequer shares buy <nation> <amount> |
Buys shares in a nation | exchequer.shares |
/exchequer shares sell <nation> <amount> |
Sells shares back | exchequer.shares |
/exchequer shares list [nation] |
Lists your current holdings, or a nation's issued shares | exchequer.shares |
| Command | Description | Permission |
|---|---|---|
/exchequer insurance buy <amount> |
Purchases war and raid insurance on the given amount | exchequer.insurance |
/exchequer insurance status |
Shows your active insurance coverage and expiry | exchequer.insurance |
| Command | Description | Permission |
|---|---|---|
/exchequer reload |
Reloads config.yml without a restart | exchequer.admin |
/exchequer status |
Shows detected soft dependencies, database connection status, and license tier | exchequer.admin |
/exchequer event trigger <boom|shortage> <material> |
Manually triggers an economic event | exchequer.admin |
/exchequer material add <material> |
Adds a new tracked material at runtime | exchequer.admin |
/exchequer material remove <material> |
Removes a tracked material. This does not refund existing player balances in that material automatically, see [Troubleshooting](Troubleshooting.md) | exchequer.admin |
Every command also accepts /exchequer help for an in game summary of whichever subcommand group you're in.