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