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