Item Selling System - A built-in shop to sell items to the server using /sell hand or /sell all. Configure prices for materials in the config!
Pay Toggle - VIPs and streamers rejoice! Players can now toggle incoming payments with /paytoggle to prevent spam.
Promo Codes - Admins can configure promo codes in the config. Players use /redeem <code> to get free money! Great for Discord events or voting rewards.
Wealth Tax - Automatically tax your richest players periodically to combat economy inflation. Configurable percentage, threshold, and interval.
New Commands
/sell <hand|all> - Sell items for money.
/paytoggle - Toggle receiving payments from other players.
/redeem <code> - Redeem a server promo code for currency.
⚙️ Config Changes
config-version bumped to 8!
Added: sell.* - Shop prices and settings.
Added: promocodes.* - Custom promo codes setups.
Added: wealth-tax.* - Tax interval, percentage, and threshold.
Bank System - A full bank GUI accessible with /bank. Deposit and withdraw money between your wallet and bank account. Modern GUI with emerald block (deposit), gold block (balance display), and redstone block (withdraw). Click types map to configurable amounts. Includes custom amount items click the sign to type any amount in chat. Bank data is persisted to YAML or MySQL.
Death Penalty - Players lose a configurable % of their balance on death. Supports min/max loss caps, PvP-only mode, and an exemption permission.
Leaderboard Rewards - Top players on /baltop automatically receive periodic bonus rewards. Configurable per-position amounts (1st, 2nd, 3rd, etc.).
Economy Stats - Admins can view server-wide economy statistics with /eco stats. Shows total money in circulation, average balance, total accounts, and richest player.
Full Tab Completion - All commands now have smart tab completion with player name suggestions, subcommand hints, and amount presets (/balance, /pay, /bounty, /eco).
New Commands
/bank - Open the bank GUI to deposit/withdraw money
/eco bank <player> set <amount> - Set a player's bank balance
/eco bank <player> give <amount> - Add money to a player's bank
/eco bank <player> reset - Reset a player's bank balance to 0
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)