multiply_drops
Multiplies the item drops from an event, either by a flat multiplier or by simulating a fortune level.
Categories: inventory
Required arguments
| Key(s) | Description | Type |
|---|
multiplier \| fortune | Either a flat drop multiplier or a fortune level to simulate. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
on_items | A list of items to restrict drop multiplication to. Defaults to all drops. | ITEM_LIST | [] |
Trigger parameters required
Example
effects:
- id: multiply_drops
args:
multiplier: 1 + %level% * 0.1
on_items: <value> # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |