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