set_item_level

Sets the triggered item's level directly, rather than granting XP towards it.

Categories: inventory

Required arguments

Key(s)DescriptionType
idThe ID of the level type to set.STRING
levelThe level to set the item to. Supports expressions.EXPRESSION

Example

effects:
  - id: set_item_level
    args:
      id: mining
      level: %level% + 1

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse