Menu Configuration
File Location
/plugins/PhantomDungeons/menus/Basic Structure
inventory:
# Required Properties
title: '&8My Custom Menu'
slots: 54
# Optional Properties
on-open:
- '[sound] ENTITY_EXPERIENCE_ORB_PICKUP 1.0 1.0'
on-close:
- '[sound] BLOCK_CHEST_CLOSE 1.0 1.0'
variables:
selected_tier: '1'
current_page: '1'
parent-menu: 'main-menu'
update-interval: 20
# Optional: Background decoration
fillers:
glass-border:
slots: [0, 1, 7, 8, 36, 37, 43, 44]
material: 'BLACK_STAINED_GLASS_PANE'
name: ' '
# Required: Interactive items
menu-items:
'item-id':
slot: '10'
material: 'DIAMOND'
name: '&b&lExample Item'
lore:
- '&7Click to do something!'
any-click-actions:
- '[message] &aYou clicked!'Configuration Properties
Inventory Section
Property
Required
Type
Description
Title Configuration
On-Open / On-Close Actions
Variables Configuration
Parent Menu
Update Interval
Fillers Configuration
Menu Items Configuration
Item Properties
Property
Required
Description
Slot Notation
Material Types
Standard Materials
Custom Player Heads
Item Flags
Last updated