Bug fixes:
• Worth lore shows currency symbols and custom text from item-worth-lore.line again
• Only {price} is replaced — $, €, or any icon you put in the line stays visible
Bug fixes:
• Fixed server errors on join and /sell worthlore when ProtocolLib is missing or incompatible
• Worth lore now falls back to legacy mode instead of disabling the plugin
Bug fixes:
• /sellhistory no longer throws errors for players who have never sold anything
• Sell history amounts now use the same price abbreviations as your price-format config
Bug fixes:
• Selling no longer removes items when no economy provider is connected
• Fixed missing payouts on servers where the economy plugin loads after PerfSell
Improvements:
• Economy reconnects automatically shortly after server start
• /perfsell reload re-hooks the Vault economy provider
Code:# plugins/PerfSell/messages.yml — add: sell-economy-disabled: "<#FF6B9E>Selling is disabled — economy is not available. Your items were not sold."
Bug fixes:
• Category sell multiplier command is now /sellmulti instead of the misspelled /sellmutli x-x
Code:# plugins/PerfSell/config.yml — merge under command-aliases: command-aliases: sellmulti: - sellmultiplier
New features:
• Added /sellmutli - category hub and progress GUI with 20 sell tiers per type (crops, ores, mob drops & more)
• Added /sellhistory - personal sell history by item with totals, prices, and page navigation
• Category sell multipliers grow as you sell more in each type, up to 3.0x
Improvements:
• Hub and progress screens use Donut-style layout
• Optional aliases for /sellmutli and /sellhistory only through config.yml command-aliases
Code:# plugins/PerfSell/config.yml — merge: category-sell-multiplier: enabled: true command-aliases: sellmutli: [] sellhistory: []
