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