set_global_points
Sets a global point counter to a specific value.
Categories: economy, points
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The global point type to set. | STRING |
amount | The value to set the global point counter to. Supports expressions. | EXPRESSION |
Example
effects:
- id: set_global_points
args:
type: <value>
amount: %level% * 10
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |