VZone Plugins/VHoppers/menus/trusted_permissions.yml

Config

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

menus/trusted_permissions.yml
# ============================================================================
# VHopper trusted player permissions menu
# ============================================================================
gui-version: 3
title: "&0VHopper > Permissions"
rows: 5

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

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

  player_info:
    material: PLAYER_HEAD
    action: remove-player
    slot: 4
    display_name: "&f{player-name}"
    lore:
      - "&8Danger"
      - ""
      - "&fRemoves this player from"
      - "&fthe trusted list."
      - ""
      - "&7Click to remove"

  upgrade:
    material: ANVIL
    action: toggle-upgrade
    slot: 19
    display_name: "&6&lUpgrades"
    lore:
      - "&8Permission"
      - ""
      - "&fAllows buying VHopper upgrades."
      - ""
      - "&fState: {state}"
      - ""
      - "&7Click to toggle"

  module_insert:
    material: HOPPER_MINECART
    action: toggle-module-insert
    slot: 21
    display_name: "&b&lInsert Modules"
    lore:
      - "&8Permission"
      - ""
      - "&fAllows placing modules into slots."
      - ""
      - "&fState: {state}"
      - ""
      - "&7Click to toggle"

  module_remove:
    material: MINECART
    action: toggle-module-remove
    slot: 23
    display_name: "&d&lRemove Modules"
    lore:
      - "&8Permission"
      - ""
      - "&fAllows removing installed modules."
      - ""
      - "&fState: {state}"
      - ""
      - "&7Click to toggle"

  pickup:
    material: HOPPER
    action: toggle-pickup
    slot: 25
    display_name: "&e&lPickup"
    lore:
      - "&8Permission"
      - ""
      - "&fAllows picking up the VHopper."
      - ""
      - "&fState: {state}"
      - ""
      - "&7Click to toggle"



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