HomeJavaMods[1.13-1.14] ✨LobbyMenu✨ :: the easiest way to make menus!
[1.13-1.14] ✨LobbyMenu✨ :: the easiest way to make menus!
ModsJava

[1.13-1.14] ✨LobbyMenu✨ :: the easiest way to make menus!

⬇ Download on Spigot
cooltext333965316578194.png

lm1.jpg

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.


Demo Server
sponsored by ApexMinecraftHosting
evilcraft.apexmc.co

Button examples:
Spoiler
lm-c.jpg lm2.jpg lm-m.jpg

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
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
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!

[​IMG]


[​IMG]

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

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.

Explore more