give_job_xp

Gives the player experience in the specified job.

Categories: economy, player

Required arguments

Key(s)DescriptionType
amountThe amount of job experience to give to the player.EXPRESSION
jobThe id of the job to give experience for.STRING

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_job_xp
    args:
      amount: %level% * 10
      job: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue