Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 507 Bytes

File metadata and controls

29 lines (26 loc) · 507 Bytes

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