hotbar.yml

lobby:
  quickplay:
    name: "&aQuick Play &7(Right Click)"
    item: EMERALD
    custom-model-data: 0
    slot: 4
    action: QUICK_PLAY
    command: ""
    enabled: true
  games:
    name: "&bMap Selector &7(Right Click)"
    item: BOOK
    custom-model-data: 0
    slot: 6
    action: MAP_SELECTOR
    command: ""
    enabled: true
queue:
  leave:
    name: "&cLeave Queue &7(Right Click)"
    item: REDSTONE
    custom-model-data: 0
    slot: 8
    action: LEAVE
    command: ""
    enabled: true
game:
  leave:
    name: "&cLeave Game &7(Right Click)"
    item: REDSTONE
    custom-model-data: 0
    slot: 8
    action: LEAVE
    command: ""
    enabled: true
spectator:
  players:
    name: "&aAlive Players &7(Right Click)"
    item: PLAYER_HEAD
    custom-model-data: 0
    slot: 0
    action: ALIVE_PLAYERS
    command: ""
    enabled: true
  leave:
    name: "&cLeave Game &7(Right Click)"
    item: REDSTONE
    custom-model-data: 0
    slot: 8
    action: LEAVE
    command: ""
    enabled: true

Last updated