FioMenu Update - Changelog
(1.11)
- Analytics (bStats)
- Added bStats integration so server owners can view anonymous usage statistics for FioMenu deployments.
- Added plugin metrics bootstrap during startup and bundled shading support to avoid dependency conflicts with other plugins.
- Included an initial custom chart registration to improve baseline metric visibility.
- Update Checker
- Added startup update-check support using the official Spigot resource id.
- Added console notification when a newer FioMenu version is available.
- Added in-game join notification for players with the update-notify permission node.
- Rules and Actions
- Added rule-scoped action branches so rules can execute dedicated outcomes directly.
- Added rulesX.actions.failed.any for explicit failure handling per rule.
- Added rulesX.actions.success.any for explicit success handling per rule.
- Extended click-aware branches so rule actions can map to click channels consistently.
- Sort System
- Added new menu-level sort configuration block with:
- settings.default_state
- settings.formats.selected
- settings.formats.unselected
- format list entries (e.g. none, a-z, z-a, custom categories)
- Added sort placeholder rendering support for %sortFormat%.
- Added item behavior filter support through behavior.ifSort.
- Sort Actions
- Added [SCROLL_UP_SORT] action to cycle to the next sort format.
- Added [SCROLL_DOWN_SORT] action to cycle to the previous sort format.
- Added runtime state updates + menu refresh flow so format changes apply immediately in open GUI sessions.