add_points

Permanently increases a player's point counter while the holder is active.

Categories: economy, points

Required arguments

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

Example

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

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue