Configuration
Default file
# #################################################################
# ┌─────────────────────────────────────────────────────────────┐ #
# │                    Show Ender Chest Menu                    │ #
# └─────────────────────────────────────────────────────────────┘ #
# #################################################################
# General menu configuration
menu:
  # Enable/disable the menu (and command)
  enabled: true
  # Menu title
  title: "&7%player_name%'s enderchest"
  # Number of slots
  slots: 36
  # Glass (decorative items)
  glass:
    # Material
    # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    material: "GRAY_STAINED_GLASS_PANE"
    # Display name for decorative items
    display_name: " "
    # Slots configuration
    slots:
      start: 27
      end: 36
  # Center item (decorative item)
  head:
    # The slot of the item
    slot: 31
    # Material
    # https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
    material: "PLAYER_HEAD"
    # The item display name
    display_name: "Information about %player_name%"
    # The description of the item
    lore:
      - "Name: %player%"
      - "UUID: %uuid%"
      - "Current Health: %health%"
      - "Level: %level%"
# Ender chest configuration
ender:
  # Slots for ender chest items
  slots:
    start: 0
    end: 27Menu configuration
General
Enabled: Enable/disable the menu
Title: The title of the menu
Slots: The slots of the menu
Glass
Material: The material of the glass items
Display_name: The displayname of the items
Slots: The glass slots
Start: The start slot
End: The end slot
Head
Slot: The item slot
Material: The item material
Display_name: The item displayname
Lore: The item lore
Ender configuration
Slots
Start: The start slot for ender chest items
End: The end slot for ender chest items
Last updated