⚡ Make Your First Menu in 5 Minutes
Let's build a simple /spawn menu with a teleport button and a server info button.
Step 1: Open the Editor
In-game, type:
/nxmenu editor
Click the secure link in chat. Your studio loads instantly.
Step 2: Configure the Menu
The default main menu is already loaded. In the right Inspector panel:
- Set FILE ID to
spawn_menu - Set TRIGGER to
spawn(this becomes the slash command that opens it) - Set DISPLAY TITLE to
&8&l» &fSpawn Menu - Set ROWS to
3
Step 3: Add the Teleport Button
Click slot 11 on the GUI canvas (second row, third slot). The Slot Workspace appears on the right.
In the VISUAL tab:
- Material:
ENDER_PEARL - Name:
&b&lTeleport to Spawn - Lore:
&7Click to warp home! - Check GLOW
Switch to the LEFT tab. Click + to add a [player] command, set it to spawn. Add another action [sound] ENTITY_ENDERMAN_TELEPORT. Add [close] to close the menu after.
Step 4: Add the Info Button
Click slot 15. Set Material to BOOK, Name to &e&lServer Info, and add a [message] action with text &aWelcome to my server, %player%!.
Step 5: Deploy
Click the blue DEPLOY button in the top right. A modal appears with a command like:
/nxmenu applyedit a3f8e2c1
Copy it, paste in-game. The plugin downloads your menu instantly. Now type /spawn in-game — your menu opens! 🎉