VZone Plugins/VHoppers/menus/modules.yml

Config

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

menus/modules.yml
# ============================================================================
# VHopper module menu
# ============================================================================
gui-version: 3
title: "&0VHopper > Modules"
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: " "

  module_slot:
    material: LIGHT_GRAY_STAINED_GLASS_PANE
    action: module-slot
    # These are the real GUI positions used for module slots.
    # Change this list to move module slots anywhere in this menu.
    # The plugin uses them in this exact order.
    #
    # Current v1 storage supports up to 10 module slots.
    # config.yml settings.max-module-slots can lower the active maximum.
    slots:
      - 20
      - 21
      - 22
      - 23
      - 24
      - 29
      - 30
      - 31
      - 32
      - 33

  empty_slot:
    material: LIME_STAINED_GLASS_PANE
    action: empty-module-slot
    display_name: "&a&lEmpty Module Slot"
    lore:
      - "&8Available"
      - ""
      - "&7Click a module in your inventory"
      - "&7or place one with your cursor."

  locked_slot:
    material: RED_STAINED_GLASS_PANE
    action: locked-module-slot
    display_name: "&c&lLocked Module Slot"
    lore:
      - "&8Locked"
      - ""
      - "&7Upgrade &fModule Slots &7to"
      - "&7unlock this position."

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