Bounty System - Place bounties on players with /bounty set. When the target is killed, the killer collects the reward. Supports inclusive tax, min/max amounts, offline targets, server-wide broadcasts, and admin removal.
Transaction History - View your recent economy activity with /transactions. Paginated log of all deposits, withdrawals, payments, bounties, interest, and more. Persisted to disk/database.
Money Multiplier - Permission-based earning multipliers. VIPs and donors can earn 1.5x, 2x, 3x etc. on daily rewards, salary, and interest payouts. Players see their active multiplier on join.
Auto-Save - Configurable auto-save interval for YAML storage. Bounties, transactions, and player data are all saved automatically to prevent data loss.
New Commands
/bounty set <player> <amount> - Place a bounty on a player
/bounty list [page] - View all active bounties
/bounty check <player> - Check a specific player's bounty
/bounty remove <player> - Admin command to remove a bounty (requires smartcurrency.admin)
/transactions [page] - View your transaction history
New Permissions
smartcurrency.multiplier.<tier> - Grants a money multiplier tier
⚙️ Config Changes
config-version bumped to 4
Added: storage.auto-save-interval - Auto-save interval in minutes (YAML only)