Hey,
I've been having an issue in which whenever I try to set a menu to register_command: true it doesn't actually action this change on reload.
Previously I've had commands that do work, but no new command seems to be working, as if other plugins are blocking the functionality in some way.
Set my debug level to LOWEST and checked the logs on reload and can see
[DeluxeMenus] Successfully unregistered command: settings
[DeluxeMenus] Registered command: settings for menu: settings
Weirdly, one command that previously was registered has never unregistered, but I can't use it, it's almost like the plugin is not registering at all when it should, or as I said, some other plugin is conflicting, but I can't see how it would.
I've tried removing all configs, making new menus that are almost entirely empty, check startup logs for any errors/conflicts, but can't find anything of note.