New features:
• Added /balance, /bal, and /money to view your or another player's balance
• Added /baltop and /balancetop for the balance leaderboard in chat
• PlaceholderAPI placeholders like %vault_eco_balance% and %vault_eco_balance_formatted% now show your PerfEconomy balance
• Compact balance suffixes (k, M, B, etc.) are configurable under vault-placeholders in config.yml
Improvements:
• When PerfPay is installed, it automatically takes over /pay instead of leaving the command dead
Code:# plugins/PerfEconomy/config.yml — merge: pay: enabled: true min-amount: 1.0 max-amount: 0.0 vault-placeholders: formatting: thousands: k millions: M billions: B trillions: T quadrillions: Q # plugins/PerfEconomy/messages.yml — merge: balance-console-self: "<prefix><#FCB4B4>Console must specify a player:<reset> <#B8E0FF>/balance <player><reset>" balance-usage: "<prefix><#FDE68A>Usage:<reset> <#F8FAFC>/balance [player]<reset>"
New features:
• /eco reset <player> resets a player's balance to the configured start-balance
• /eco give|set|take|reset now accept * to apply the action to all online players at once
Code:# plugins/PerfEconomy/messages.yml — replace eco-usage and add the new keys: eco-usage: "<prefix><#FDE68A>Usage:<reset> <#F8FAFC>/eco <give|set|take|reset> <player|*> [amount]<reset> <#A8B8CC>(amount: number or 1k / 1.5m / 2b / 3t; * = all online players; offline names supported)<reset>" eco-reset-success: "<prefix><#7CE8C3>Reset<reset> <#F8FAFC>{player}<reset> <#A8B8CC>— balance now<reset> <#F8FAFC>{balance}<reset><#A8B8CC>.<reset>" eco-bulk-success: "<prefix><#7CE8C3>Applied<reset> <#F8FAFC>{operation}<reset> <#A8B8CC>(<reset><#F8FAFC>{amount}<reset><#A8B8CC>) to<reset> <#F8FAFC>{success}<reset><#A8B8CC>/<reset><#F8FAFC>{total}<reset> <#A8B8CC>online players. Failed:<reset> <#F8FAFC>{fail}<reset><#A8B8CC>.<reset>" eco-bulk-empty: "<prefix><#FDE68A>No players are currently online.<reset>"
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
PerfEconomy (plugin renamed from PerfCore to PerfEconomy)
New features:
• Player-facing/perfeconomysubcommand aliases in config (e.g.balance: "bal, money",top: "baltop, balancetop") so shortcuts likebalormoneymap to the real subcommands
• Optional compact money display (e.g. 1.5k / 2.3M) with a config toggle and configurable k/M/B/Q suffixes
• Configurable number layout for amounts (grouping and decimal separators) so values can follow US or European-style formatting in chat and Vault-style formatting
• PlaceholderAPI: leaderboard rows for ranks 1–100 via %perfeconomy_top_(rank)name%, %perfeconomy_top(rank)balance%, %perfeconomy_top(rank)balance_formatted%, and %perfeconomy_top(rank)_uuid% (empty when there is no row or no database ledger; uses the same cached top list as /perfeconomy top)
Improvements:
• Economy naming in config is explicit: display-name-plural, display-name-singular, and optional symbol for the currency word Vault shows (e.g. 1 Gem vs 2 Gems)
• All chat messages use a refreshed light hex MiniMessage palette and a consistent branded prefix on player-facing lines
• Backup files for new snapshots use a simpler flat balance layout; restore and diff still understand older multi-section snapshot files
Improvements:
• Defaultconfig.ymldocumentseconomy.currency-singularandeconomy.currency-pluralso the Vault stub’sEconomy#format()suffix is easy to find and change (e.g. symbol-only instead of “Coin/Coins”)
New features:
•/eco give (player) (amount)adds that amount to the player’s PerfCore core balance (same storage as/perfcore balance … add), with audit sourceeco_give
• Tab completion for/eco give: subcommandgive, player names (online first, then up to thousands of scanned offline profiles withhasPlayedBefore), and sample amounts1k,10k,100k,1m
• Offline targets: resolves by name viaBukkit.getOfflinePlayer(UUID/name cache), same as balance admin
Improvements:
• Balance messages and%perfcore_balance%no longer show scientific notation; amounts use grouped readable formatting
New features:
• PlaceholderAPI support when installed: %perfcore_balance% (numeric amount) and %perfcore_balance_formatted% (currency-style text from the PerfCore Vault stub or the active Vault economy)
