⚙️ Commands
| Command | Description |
|---|---|
/nxmenu editor |
Generates a secure URL to open your Menu Builder workspace. |
/nxmenu applyedit <uuid> |
Downloads and syncs menu layout changes from the cloud. Generated by clicking DEPLOY. |
/nxmenu open <menuId> [args...] |
Opens a specific menu manually. Useful for NPC commands, citizens scripts, or right-click block events. Args become %arg1%, %arg2%, etc. |
/nxmenu reload |
Reloads local JSON menu files and plugin configuration without restarting. |
Triggers vs. Manual Open
You have two ways to open menus in-game:
- TRIGGER field: Set in the Inspector. Becomes a global slash command (e.g. set TRIGGER to
shop→ players run/shop). Triggers can pass args automatically. - /nxmenu open: The universal opener. Works for any menu regardless of trigger setting. Useful when you want submenus that aren't directly callable, or for triggering menus from NPCs/blocks.
Examples
/shop— Player runs the trigger, opens the shop./nxmenu open profile_menu Notch— Opens profile menu for Notch./nxmenu open quest_menu daily— Opens quest menu with arg1=daily (you can use this in conditions).