jobs_xp_multiplier
Multiplies XP earned from Jobs for one or all jobs while the holder is active.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|
multiplier | The XP multiplier. Supports expressions. | EXPRESSION |
Optional arguments
| Key(s) | Description | Type | Default |
|---|
jobs | List of job names to apply the multiplier to. If omitted, applies to all jobs. | STRING_LIST | |
Example
effects:
- id: jobs_xp_multiplier
args:
multiplier: 1.5
jobs:
- <value> # ← Optional
Behaviour
| Setting | Value |
|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |