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