New features:
• Each menu YAML can be turned off with "enabled: false"
• Disabled menus no longer register their open command so other plugins can use cmds like /ranks
Bug fixes:
• /rules now opens the rules GUI instead of being blocked by Essentials /rules
Improvements:
• YAML open commands reliably override conflicting commands from other plugins
New features:
• Added /ranks menu showing Default, Donut+, Donut++, and Donut+++ perks
• Clicking Donut+, ++, or +++ sends a clickable store link in chat and closes the menu
Code:# plugins/PerfDonutGUIs/gui/menus/ranks.yml — new file (copy from the JAR or bundle) # Set your store URL in the Donut+ / ++ / +++ click messages: # message: "<click:open_url:'https://your-store.example'><hover:show_text:'<gray>Click to open the store'><#2CB4FF>◆ <white>your-store.example"
Improvementses:
•/rulesnow open the DonutGUI chest menu instead of being skipped when Essentials or another plugin already registered the same command
New features:
• Added a built-in update checker to all Perf plugins
Improvements:
• New config option:update-checker.enabled: true(enabled by default)
Bug fixes:
• Menu item click actions (left-click, right-click, any-click) now execute correctly instead of doing nothing
