give_battlepass_task_exp

Gives the player progress towards a specific battlepass task.

Categories: economy

Required arguments

Key(s)DescriptionType
amountThe amount of task progress to give.EXPRESSION
taskThe ID of the task to give progress towards.STRING
questThe ID of the quest that the task belongs to.STRING
battlepassThe ID of the battlepass that the quest belongs to.STRING

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_battlepass_task_exp
    args:
      amount: %level% * 10
      task: click_doors
      quest: mining
      battlepass: halloween_pass

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue