give_skill_xp

Gives the player a flat amount of xp for the given skill.

Categories: economy, player

Required arguments

Key(s)DescriptionType
amountThe amount of xp to give.EXPRESSION
skillThe skill to give xp for.STRING

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_skill_xp
    args:
      amount: 10 + %level%
      skill: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue