for OLDER Minecraft versions (not supported):
1.13 and below
You can define menus open from hotbar, it supports
1. running commands ✔
2. open sub-menus ✔
3. display text in chat ✔
4. switch servers over BungeeCord ✔
The only command:
/menu - Restore the hotbar menu items in case you cleared them.
/menu reload (OP) - Reload menu configurations.
Button examples:
Spoiler
Plugin config folder structure:
/ <LobbyMenu>
|--config.yml
|--menus
| |--some_menu.yml
Configuration Examples:
The first item in hotbar is diamond, which will open menu "test".
"test" menu contains three buttons defined in file "menus/test.yml".
config.yml
Spoiler
# COMMENT: open a menu from hotbar
0:
material: DIAMOND
amount: 1
menu: test
name: "&eTest Menu"
lore:
- "Welcome! "
# COMMENT: run a command (as player) from hotbar
1:
material: DIAMOND
amount: 1
menu: "cmd:spawn"
name: "&eTest Menu"
lore:
- "Welcome! "
Code (Text):
# COMMENT: open a menu from hotbar
0:
material: DIAMOND
amount: 1
menu: test
name: "&eTest Menu"
lore:
- "Welcome! "
# COMMENT: run a command (as player) from hotbar
1:
material: DIAMOND
amount: 1
menu: "cmd:spawn"
name: "&eTest Menu"
lore:
- "Welcome! "
menu guis, eg. menus/test.yml
Spoiler
title: "Test Menu"
size: 18
buttons:
0:
material: DIAMOND_PICKAXE
name: "Button to run command"
lore:
- "Blah"
# choose from: command/server/menu
type: command
value: "suicide"
1:
material: BOOK
name: "get some info maybe? "
lore:
- "blah"
message:
- "This will send to client chat"
- "And another line"
2:
material: DIAMOND_PICKAXE
name: "Button to switch server"
lore:
- "Requires BungeeCord"
# choose from: command/server/menu
type: server
value: "lobby"
3:
material: DIAMOND_PICKAXE
name: "Button to open another menu"
lore:
- "Just an example"
# choose from: command/server/menu
type: menu
value: "not-defined-menu"
Code (Text):
title: "Test Menu"
size: 18
buttons:
0:
material: DIAMOND_PICKAXE
name: "Button to run command"
lore:
- "Blah"
# choose from: command/server/menu
type: command
value: "suicide"
1:
material: BOOK
name: "get some info maybe? "
lore:
- "blah"
message:
- "This will send to client chat"
- "And another line"
2:
material: DIAMOND_PICKAXE
name: "Button to switch server"
lore:
- "Requires BungeeCord"
# choose from: command/server/menu
type: server
value: "lobby"
3:
material: DIAMOND_PICKAXE
name: "Button to open another menu"
lore:
- "Just an example"
# choose from: command/server/menu
type: menu
value: "not-defined-menu"
Please consider giving a 5 star if you feel this resource is useful, thank you!
This project is sponsored by ApexMinecraftHosting,
please checkout their services.
Quality servers from just $6/mo!
please checkout their services.
Quality servers from just $6/mo!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
[1.13-1.14] ✨LobbyMenu✨ :: the easiest way to make menus! is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14. Downloaded 6,417 times (via Spigot). Download it and open it directly in the game.