give_mcmmo_xp
Gives the player raw XP in a specified McMMO skill.
Categories: economy
Required arguments
| Key(s) | Description | Type |
|---|---|---|
amount | The amount of raw XP to give. Supports expressions. | EXPRESSION |
skill | The McMMO skill name to give XP for, e.g. mining. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: give_mcmmo_xp
args:
amount: 1
skill: <value>
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |