Pular para o conteúdo principal

Join Items

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

Configuration

items

"> List of items to give.

Join Item Properties

itemItem

The item template to give.

slotInt

Inventory slot index (0-8 for hotbar).

permissionString

If set, item is only given if player has this permission.

leftClickCommandString

Command executed when left-clicking the item.

rightClickCommandString

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.