multiply_global_points
Multiplies a global point counter by the specified amount.
Categories: economy, points
Required arguments
| Key(s) | Description | Type |
|---|---|---|
type | The global point type to multiply. | STRING |
multiplier | The multiplier to apply to the global point counter. Supports expressions. | EXPRESSION |
Example
effects:
- id: multiply_global_points
args:
type: <value>
multiplier: 1 + %level% * 0.1
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |
| Permanent | false |