Skip to main content
The Join Items entry distributes specific items to players when they join.

Configuration

items
List<JoinItem>
List of items to give.

Join Item Properties

item
Item
required
The item template to give.
slot
Int
required
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
List<String>
  • INVENTORY_MODIFY: Prevent moving/clicking.
  • SELF_DROPS: Prevent dropping.
  • DEATH_KEEP: Keep on death.
  • CLEAR_SLOT: Clear slot before giving.