✅ Added customizable slot support
You can now use flexible formats to define item slots.
Code (YAML):
deco_left:
material
: BLACK_STAINED_GLASS_PANE
slot
: 0
display_name
:
" "
lore
:
-
"&8Open collective menu"
You can also use multiple slots:
or:
Code (YAML):
slots
:
[10-12, 16, 22-24
]
Both formats work the same.
---
Also added: command and message execution
You can run commands as the
player,
console, and/or send a
message.
Code (YAML):
commands:
- "player
: borderplus reload
" # executed as the player
- "console
: borderplus reload
" # executed as console
- "
[MESSAGE
] &
#c39e9e&lHello!" # sends a colored message to the player