give_skill_xp_naturally
Gives the player xp for the given skill as if it was gained naturally, applying xp multipliers.
Categories: economy, player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The base amount of xp to give before multipliers are applied. | EXPRESSION |
skill | The skill to give xp for. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: give_skill_xp_naturally
args:
amount: 10 + %level%
skill: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |