give_item_level_xp

Grants XP to the triggered item's level system.

Categories: inventory

Required arguments

Key(s)DescriptionType
idThe ID of the level type to grant XP for.STRING
xpThe amount of XP to grant to the item. Supports expressions. Negative values remove XP.EXPRESSION

Example

effects:
  - id: give_item_level_xp
    args:
      id: <value>
      xp: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse