/LobbyMenu

A nice little plugin to open GUI menus or run commands right in your hotbar!

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

LobbyMenu

Create menus in your hotbar, NOOB-proof!!

Can be used in:

  • Hub servers
  • Any server which needs a easy-to-use menu system

Main Configuration

hotbar:
  # 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! "