give_points

Adds points to a specific player point type when triggered.

Categories: economy, points

Required arguments

Key(s)DescriptionType
typeThe player point type to add to.STRING

Optional arguments

Key(s)DescriptionTypeDefault
amountThe amount of points to add to the player. Supports expressions. Defaults to 0.EXPRESSION0

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_points
    args:
      type: <value>
      amount: %level% * 10 # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue