Compatibility
Minecraft: Java Edition
1.21.6-pre4
1.21–1.21.5
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.2
Platforms
Details
Licensed ARR
Published 9 months ago
Updated 3 weeks ago
Changelog
✅ Added customizable slot support
You can now use flexible formats to define item slots.
YAML Examples:
deco_left:
material: BLACK_STAINED_GLASS_PANE
slot: 0
display_name: " "
lore:
- "&8Open collective menu"
You can also use multiple slots:
slots: 1-5
or:
slots: [10-12, 16, 22-24]
There's no difference — both are valid.
🧾 Also added: command and message execution
You can run commands as the player, console, and/or show a message.
YAML Format:
commands:
- "player: borderplus reload" # executed as the player
- "console: borderplus reload" # executed as console
- "[MESSAGE] &#c39e9e&lHello!" # sends a colored message to the player