Bug fixes:
• Confirm GUI target display is no longer hardcoded; player name color can now be configured in the confirm GUI files
• Confirm GUI can now show a configurable amount line in the target player's lore (normal and donut presets)
Improvements:
• Added configurable chat prompt messages for bounty amount/player input instead of fixed in-code texts
• Added configurable target section for normal confirm GUI with{target}and{amount}placeholders
Code:# plugins/PerfBountys/messages.yml — add: bounty-input-player-amount-prompt: "<#FFD166>Type <white>playername amount</white> in chat (e.g. Steve 100, Steve 10k, Steve 20m), or 'cancel' to abort:" bounty-input-amount-prompt: "<#FFD166>Type the amount in chat (e.g. 100, 10k, 20m), or 'cancel' to abort:" bounty-input-player-amount-invalid: "<#FF6B9E>Usage: playername amount" bounty-input-invalid-amount: "<#FF6B9E>Invalid amount." # plugins/PerfBountys/gui/normal/confirm-gui.yml — add: target: name: "<#86EFAC>{target}" lore: - "<#E5E5E5>Amount: <#FEF08A>{amount}" # plugins/PerfBountys/gui/donut/confirm-gui.yml — add under items.info: lore: - "<white>Amount: �f986$%amount%"
Bug fixes:
• New bounty Discord webhook now triggers for every bounty add, not only for amounts above the announcements threshold
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.
New features:
• Sort, filter, and select-item sort items support%dynamic_options%(or%sorting_options%/%filter_options%) inloreso footer lines can appear below the generated option list
Bug fixes:
• Sign search GUI no longer leaves oak signs or barrier blocks in the world after restarts, reloads, or unclean shutdowns
New features:
• Two shipped GUI layouts:normal(default) anddonut(DonutSMP-style)
•gui.presetinconfig.ymlselects which layout folder is used (normal/donut)
Improvements:
• Existinggui/bounty-gui.ymlandgui/confirm-gui.ymlon disk are migrated intogui/normal/when updating
