Bug fixes:
• /pay now works for players whose names end with underscores
• /balance and admin pay commands resolve those names correctly too
• Cross-server payments find the right player more reliably
Improvements:
• /pay amount suffixes (k, m, b, t) are now configured as display letters only — multipliers stay fixed at 1k / 1M / 1B / 1T
• Suffix input is case-insensitive, so /pay player 100K works the same as 100k
Code:# plugins/PerfPay/config.yml — replace formats.suffixes block with: formats: decimal-short: '#.##' suffix-thousands: k suffix-millions: m suffix-billions: b suffix-trillions: t # config-version bumps to 6 on reload — old suffixes: map migrates automatically
Bug fixes:
• /balance no longer crashes on Folia servers, action bar countdown now schedules safely
Bug fixes:
• Action bar messages disappeared almost immediately; they now stay visible for a configurable time by refreshing the bar on a tick schedule
Improvements:
• New config optionsactionbar-duration-ticksandactionbar-refresh-ticksso you can tune how long payment feedback stays on screen
Code:use-actionbars: true actionbar-duration-ticks: 60 actionbar-refresh-ticks: 5
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
