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)DescriptionType
amountThe base amount of xp to give before multipliers are applied.EXPRESSION
skillThe skill to give xp for.STRING

Trigger parameters required

  • PLAYER

Example

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

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue