Skip to content

Permissions

Create: Hydraulics edited this page Jul 13, 2026 · 1 revision

Permissions

By default, exchequer.bank, exchequer.exchange, exchequer.market, and exchequer.shares are granted to all players (default: true). Governance and insurance permissions are restricted, and admin permissions are operator only.

Node Default Description
exchequer.bank true Access to the Bank GUI and bank commands
exchequer.exchange true Access to the Exchange GUI and /exchange
exchequer.market true Access to the Market GUI, price, history, and alert commands
exchequer.shares true Buying and selling shares in any nation that has issued them
exchequer.insurance true Purchasing war and raid insurance
exchequer.governance false, granted to mayors and kings automatically when Towny is present Setting local tax rates, industry specialization, trade route proposals, share issuance
exchequer.admin op Reload, status, manual event triggers, material registry changes

Notes on Governance Permission

When Towny is installed, exchequer.governance is automatically granted to whichever Towny rank your server configures as having town or nation level authority (mayor and king by default, configurable in config.yml under governance-ranks). Without Towny installed, this permission has no effect since there is no nation context for it to apply to, and personal treasury players do not need it for anything.

Restricting Access on a Per Feature Basis

If you want finer control than the defaults, for example disabling shares entirely on a survival server that only wants the exchange and bank features, deny exchequer.shares and exchequer.insurance at the permission plugin level rather than editing config. This keeps the underlying systems intact for later re-enabling without needing to reconfigure them from scratch.

Clone this wiki locally