On this page

🏗️ The Menu Builder Interface

The Menu Builder is your logic workspace. Open it with /nxmenu editor.

Menu Builder Workspace


🔝 Top Toolbar (Left to Right)

  • NXMENU STUDIO — The brand badge.
  • ⌨ DOCS — Opens an in-app quick reference.
  • ⇣ IMPORT — Upload a .zip or .json package shared by another creator. A 3-column picker lets you choose which menus, textures, and widgets to merge.
  • ⇡ EXPORT — Bundle selected menus + textures + widgets into a shareable .zip package.
  • ☰ HIERARCHY / INSPECTOR — Toggle visibility of the side panels (useful on smaller screens).
  • CLEAR — ⚠️ Nukes ALL local data. Use only when you want a clean slate.
  • ⟳ SYNC — Re-reads textures and widgets from your browser's storage. Click this after saving icons in Texture Studio so they appear in the Menu Builder dropdowns.
  • TEXTURE STUDIO — Opens the pixel-art editor in a new tab.
  • DEPLOY — Compiles your workspace and gives you a sync command for in-game.

A list of every menu in your workspace. Each one becomes a .json file the plugin loads.

  • Click an entry to select it.
  • The button next to a menu deletes it (and the plugin will remove the file on next deploy).
  • + CREATE at the bottom adds a fresh menu. New menus default to a 3-row layout.

🎨 Center Canvas — The Live GUI Preview

A pixel-perfect emulation of the in-game chest GUI. The bottom rows showing 27 inventory + 9 hotbar slots are cosmetic only — you can't configure them; they're just visual reference.

Mouse Controls

ActionBehavior
Left-Click slotSelect that slot for editing.
Ctrl+Click slotAdd to multi-selection. Edits apply to ALL selected slots simultaneously.
Drag slot → slotSwap items between slots.
Right-Click on slotContext menu: Copy / Paste / Clear.
Right-Click on empty areaHold and drag to pan the canvas.
Scroll wheelZoom in/out.
Hover itemLive tooltip preview with name + lore.

The Inspector has two regions:

  • Menu Properties (top) — Always visible. Configure menu-wide settings (ID, title, rows, requirements). Click the button to collapse this section if you only want to edit slots.
  • Slot Workspace (bottom) — Appears only when a slot is selected. Has 7 tabs covering visuals, all 5 click types, and conditional states.

The full breakdown of every Inspector field lives in the next sections.

Last updated July 11, 2026