Bug fixes:
• Trade GUI now opens sorted by market cap (highest first) instead of name A–Z
• Empty message keys in messages.yml no longer send blank chat lines
• Trade GUI sort options now list Market Cap first, then name A-Z and Z-A
Code:# plugins/PerfCrypto/gui/crypto-gui.yml — trade.sort_options.options order: trade: sort_options: options: MARKET_CAP_DESC: Market Cap ↑ MARKET_CAP_ASC: Market Cap ↓ NAME_ASC: Name A-Z NAME_DESC: Name Z-A
• Coins in your portfolio can now be sold with any click, fixing selling on Bedrock where right-click isn't available
New features:
• Added a configurable coin supply mode for creation: allow both supply types, only limited coins, or only unlimited coins
Bug fixes:
• Search sign input now ignores the configured template/decorative lines, so searching for terms like “gold” works correctly
• Limited coin purchases from the GUI now respect the max supply limit before buying
Code:# plugins/PerfCrypto/config.yml — merge: create: # both = player can choose, limited = only limited coins, unlimited = only unlimited coins supply-mode: both
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
Improvements:
On supported Paper versions (1.21.7 or higher), sign search uses client-side virtual signs when available. Other players will no longer be able to see the fake signs.
Bug fixes:
• Fixed a money-print loop on limited coins where buying a stack and selling it back could pay out more than the purchase (wrong sell-side curve slice vs. buy).
