give_pet_xp

Gives the player experience towards the specified pet.

Categories: economy, player

Required arguments

Key(s)DescriptionType
amountThe amount of pet experience to give.EXPRESSION
petThe ID of the pet to give experience to.STRING

Trigger parameters required

  • PLAYER

Example

effects:
  - id: give_pet_xp
    args:
      amount: %level% * 10
      pet: <value>

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue