add_points
Permanently increases a player's point counter while the holder is active.
Categories: economy, points
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The player point type to add to. | STRING |
amount | The amount of points to add. Supports expressions. | EXPRESSION |
Example
effects:
- id: add_points
args:
type: <value>
amount: %level% * 5
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |