add_stat

Adds a flat amount to one of the player's stats while the holder is active.

Categories: player

Required arguments

Key(s)DescriptionType
statThe stat to modify.STRING
amountThe amount to add to the stat. Use a negative value to remove.EXPRESSION

Example

effects:
  - id: add_stat
    args:
      stat: <value>
      amount: 5 + %level%

Behaviour

SettingValue
Run orderSTART
Supports delaytrue
Reloads on plugin reloadtrue