give_points
Adds points to a specific player point type when triggered.
Categories: economy, points
Required arguments
| Key(s) | Description | Type |
|---|
type | The player point type to add to. | STRING |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
amount | The amount of points to add to the player. Supports expressions. Defaults to 0. | EXPRESSION | 0 |
Trigger parameters required
Example
effects:
- id: give_points
args:
type: <value>
amount: %level% * 10 # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |