VZone Plugins/VHoppers/menus/players.yml

Config

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

menus/players.yml
# ============================================================================
# VHopper trusted players menu
# ============================================================================
gui-version: 3
title: "&0VHopper > Players"
rows: 6

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

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


  owner:
    material: PLAYER_HEAD
    action: owner-info
    slot: 4
    display_name: "&7Owner: &b{owner-name}"

  trusted_player:
    material: PLAYER_HEAD
    action: trusted-player
    slots:
      - "10-16"
      - "19-25"
      - "28-34"
      - "37-43"
    display_name: "&f{player-name}"
    lore:
      - "&8Edit Permissions"
      - ""
      - "&fEdit the permissions"
      - "&fof the added player."
      - ""
      - "&7Click to open"


  add_player:
    material: EMERALD
    action: add-player
    slot: 52
    display_name: "&a&lAdd Player"
    lore:
      - "&8Access Control"
      - ""
      - "&fOpen the online player list."
      - "&fNew players start as view-only."
      - ""
      - "&7Click to add"

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