VZone Plugins/VContainer/menus/members.yml

Config

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

menus/members.yml
# ============================================================================
# VContainer members GUI
# ----------------------------------------------------------------------------
# Opened from a personal storage block by its owner.
#
# Text values support legacy colors, hex colors, and MiniMessage tags.
#
# Important action keys:
# - member-toggle = one repeated entry per online player
# - decoration    = static filler/decorative item
# - back          = return to the storage menu
# ============================================================================
gui-version: 2
title: "&0Storage Members"
rows: 6
page-size: 45

items:
  member_entry:
    # Repeated player entry item.
    # The current GUI engine uses page-size for the amount of player slots.
    Material: PLAYER_HEAD
    Action: member-toggle
    HeadOwner: "{player}"
    Slots:
      - "0-44"
    Name: "&f{player}"
    MemberLore:
      - "&aAdded"
      - "&7Click to remove"
    NotMemberLore:
      - "&cNot added"
      - "&7Click to add"

  filler:
    # Decorative filler item for the bottom control row.
    Material: BLACK_STAINED_GLASS_PANE
    Action: decoration
    Slots:
      - "45-53"
    Name: " "

  back:
    # Returns to the storage menu.
    Material: ARROW
    Action: back
    Slot: 49
    Name: "&c← ʙᴀᴄᴋ"
    Lore:
      - "&7Return to storage"