set_item_points

Sets a point value on the trigger item to a specific amount.

Categories: economy, points

Required arguments

Key(s)DescriptionType
typeThe item point type to set.STRING
amountThe value to set the item point counter to. Supports expressions.EXPRESSION

Trigger parameters required

  • ITEM

Example

effects:
  - id: set_item_points
    args:
      type: <value>
      amount: %level% * 10

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue