give_item_points

Adds points to a specific point type on the triggering item.

Categories: economy, points

Required arguments

Key(s)DescriptionType
typeThe item point type to add to.STRING
amountThe amount of points to add to the item. Supports expressions.EXPRESSION

Example

effects:
  - id: give_item_points
    args:
      type: <value>
      amount: %level% * 5

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse