Heal Event

This event will heal a mob.

Required arguments

What it does

Whenever the event is triggered, it will set the health of the mob to the specified amount.

Example usage

actions:
  heal:
    events:
      - heal 10 100
    commands: []

Last updated