
Vault economy for Paper 1.21.x — Shillings currency with Pouch wallet, Treasury bank, safe-zone support, and polished GUIs.
Shillings. Pouch. Treasury.
A modern Vault economy plugin for Paper 1.21.x that introduces a Shillings currency, a player Pouch (wallet), and a region-safe Treasury bank—wrapped in polished GUIs with clear, friendly UX.
/pouch GUI, and /pouch drop./treasuryadmin set|give|take|top|reload, locale-aware formatting.FeatherfallBank-<version>.jar into plugins/. /vault-info and confirm FeatherfallBank is the registered economy provider. config.yml (starting balance, death-drop percent, safe-zone regions), then /treasuryadmin reload.currency-name: "Shillings"
currency-name-singular: "Shilling"
starting-balance: 500
pouch:
death-drop-percent: 0.5 # 50% of Pouch dropped on death
respect-keep-inventory: true # if keepInventory is on, skip drops
hopper-proof: true
despawn-deletes: true
safe-zones:
enabled: true
regions: [owlrun, spawn] # WorldGuard regions with no pouch drops
treasury:
allow-command-open: true
teller:
enabled: true
require-region: true
regions: [owlrun]
blocks: [LECTERN, BELL] # blocks that act as Tellers
storage:
type: SQLITE
messages:
pickup: "+{amount} Shillings to your Pouch."
receipt-deposit: "Deposited {amount} Shillings to your Treasury."
receipt-withdraw: "Withdrew {amount} Shillings to your Pouch."