You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently encountered an issue with the latest DevBuild of DeluxeMenus regarding the management of commands in the open_command section.
When multiple commands are defined in the open_command: section, some of them do not work correctly. This prevents players from using all the configured commands to open menus.
Among the defined commands, only the first one in the list displays the latest version of the menu. The other commands display an outdated version of the menu, from the last server restart.
This bug occurs only when the register_command: true option is enabled for a menu.
Steps to reproduce the bug:
Define multiple commands in open_command: and enable the register_command: true option.
Restart the server, modify the menu, and then execute /dm reload.
Open the menu using the defined commands. Only the first command in the list displays the updated menu, while the others display an older version of this menu.
Expected behavior:
All listed commands should display the current menu, not an outdated version of this menu.
Hello,
I recently encountered an issue with the latest DevBuild of DeluxeMenus regarding the management of commands in the
open_command
section.When multiple commands are defined in the
open_command:
section, some of them do not work correctly. This prevents players from using all the configured commands to open menus.Among the defined commands, only the first one in the list displays the latest version of the menu. The other commands display an outdated version of the menu, from the last server restart.
This bug occurs only when the
register_command: true
option is enabled for a menu.Steps to reproduce the bug:
open_command:
and enable theregister_command: true
option./dm reload
.Expected behavior:
All listed commands should display the current menu, not an outdated version of this menu.
Additional information:
1.14.1-DEV-PR--ee7573d0
/caisse
command, so the first command defined./caisses
command, so the second command defined.2025-01-12.01-11-44.mp4
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: