VZone Plugins/VHoppers/menus/pickup.yml

Config

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

menus/pickup.yml
# ============================================================================
# VHopper pickup confirmation menu
# ============================================================================
gui-version: 3
title: "&0VHopper > Pickup"
rows: 5

items:
  background:
    material: BLACK_STAINED_GLASS_PANE
    action: decoration
    slots:
      - "0-9"
      - 18
      - 27
      - "36-38"
      - 8
      - 17
      - 26
      - 35
      - "42-44"
    display_name: " "

  decoration:
    material: TINTED_GLASS
    action: decoration
    slots:
      - 39
      - 41
    display_name: " "



  confirm:
    material: LIME_WOOL
    action: confirm-pickup
    slot: 20
    display_name: "&a&lConfirm Pickup"
    lore:
      - "&8Safe Removal"
      - ""
      - "&fThe VHopper item will return."
      - "&fThe installed modules remain in the hopper."
      - ""
      - "&7Click to pick up"

  cancel:
    material: RED_WOOL
    action: cancel
    slot: 24
    display_name: "&c&lCancel"
    lore:
      - "&8Go Back"
      - ""
      - "&fLeave this VHopper placed."
      - ""
      - "&7Click to cancel"

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