give_task_xp

Categories: economy

Required arguments

Key(s)DescriptionType
taskThe ID of the task to give experience towards.STRING
questThe ID of the quest that contains the task.STRING
xpThe amount of task experience to give.EXPRESSION

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_task_xp
    args:
      task: chop_10_logs
      quest: mining_master
      xp: 10 + %level% * 5

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue