xp_multiplier
Multiplies the amount of XP the player gains from natural sources and telekinesis drops.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
multiplier | The multiplier to apply. Supports expressions. | EXPRESSION |
Example
effects:
- id: xp_multiplier
args:
multiplier: 1.5
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |