VZone Plugins/VHoppers/menus/main.yml

Config

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

menus/main.yml
# ============================================================================
# VHopper main menu
# ============================================================================
gui-version: 3
title: "&0VHopper | Control Panel"
rows: 5

items:
  background:
    material: BLACK_STAINED_GLASS_PANE
    action: decoration
    slots:
      - "0-1"
      - "7-9"
      - 27
      - "36-37"
      - 17
      - 35
      - "43-44"
    display_name: " "

  modules:
    material: REDSTONE
    action: modules
    slot: 19
    display_name: "&b&lModules"
    lore:
      - "&8Automation Core"
      - ""
      - "&7Install, remove, and manage"
      - "&7this hopper's module slots."
      - ""
      - "&eClick to open"


  upgrades:
    material: ANVIL
    action: upgrades
    slot: 20
    display_name: "&6&lUpgrades"
    lore:
      - "&8Progression"
      - ""
      - "&7Improve range, capacity,"
      - "&7and automation behavior."
      - ""
      - "&eClick to open"

  trusted_players:
    material: PLAYER_HEAD
    action: trusted-players
    slot: 22
    display_name: "&a&lTrusted Players"
    lore:
      - "&8Access Control"
      - ""
      - "&7View and manage players who"
      - "&7can access this VHopper."
      - ""
      - "&eClick to open"



  analytics:
    material: SPYGLASS
    action: analytics
    slot: 24
    display_name: "&b&lAnalytics"
    lore:
      - "&8Statistics"
      - ""
      - "&7View item flow, activity,"
      - "&7chunk state, and module stats."
      - ""
      - "&eClick to open"


  pickup:
    material: HOPPER
    action: pickup
    slot: 25
    display_name: "&e&lPick Up VHopper"
    lore:
      - "&8Safe Removal"
      - ""
      - "&7Returns the VHopper and all"
      - "&7installed modules safely."
      - ""
      - "&eClick to confirm"