Bug Fixes:
Fixed PAPI variables outputting values even when player is not in menu mode
New Features:
Added hover interaction commands for menu buttons hover-enter-command – Executes when cursor hovers over button hover-leave-command – Executes when cursor leaves button Added compatibility with CraftEngine plugin images
Code:# hover-commands: # - '[player] say 光标悬停在logo上' # - '[console] title %player% actionbar "&a欢迎查看Logo"' # leave-commands: # - '[player] say 光标离开了logo'
Code:Menu Animation Effects – Add dynamic visual effects to buttons Three animation types supported: up-down – Vertical floating left-right – Horizontal floating rotate – Rotation Adjustable animation speed and amplitude name: "Your Button Text" x: 0 y: 0 z: 3 # ⬇ Floating animation config floating-animation: enabled: true # Enable animation (required) type: "up-down" # Animation type (required) speed: 1.5 # Animation speed, higher = faster (optional, default 1.0) amplitude: 0.3 # Animation amplitude, higher = more noticeable (optional, default 0.25)
![]()
