VZone Plugins/VHoppers/menus/player_select.yml

Config

This page mirrors the default menus/player_select.yml file from the plugin.

menus/player_select.yml
# ============================================================================
# VHopper add player menu
# ============================================================================
gui-version: 3
title: "&0VHopper > Add Player"
rows: 6

items:
  background:
    material: BLACK_STAINED_GLASS_PANE
    action: decoration
    slots:
      - "0-9"
      - 17
      - 18
      - 26
      - 27
      - 35
      - 36
      - 44
      - "45-47"
      - "51-53"
    display_name: " "

  decoration:
    material: TINTED_GLASS
    action: decoration
    slots:
      - 48
      - 50
    display_name: " "

  player:
    material: PLAYER_HEAD
    action: add-player
    slots:
      - "10-16"
      - "19-25"
      - "28-34"
      - "39-43"
    display_name: "&a&l{player-name}"
    lore:
      - "&8View-only Access"
      - ""
      - "&fAdds this player without"
      - "&finteraction permissions."
      - ""
      - "&7Click to add"

  back:
    material: ARROW
    action: back
    slot: 49
    display_name: "&#FF0000← Back"