give_job_xp
Gives the player experience in the specified job.
Categories: economy, player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The amount of job experience to give to the player. | EXPRESSION |
job | The id of the job to give experience for. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: give_job_xp
args:
amount: %level% * 10
job: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |