give_global_points

Adds points to a global (server-wide) point counter when triggered.

Categories: economy, points

Required arguments

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

Optional arguments

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

Example

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

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse