Join Items
The Join Items entry distributes specific items to players when they join.
Configuration
items
"> List of items to give.
Join Item Properties
item — Item
The item template to give.
slot — Int
Inventory slot index (0-8 for hotbar).
permission — String
If set, item is only given if player has this permission.
leftClickCommand — String
Command executed when left-clicking the item.
rightClickCommand — String
Command executed when right-clicking the item.
Item Flags
flags
">
INVENTORY_MODIFY: Prevent moving/clicking.SELF_DROPS: Prevent dropping.DEATH_KEEP: Keep on death.CLEAR_SLOT: Clear slot before giving.