Shield Event

This event will spawn a shield around the mob

Required arguments

What it does

Whenever the event is triggered, the mob will get a shield for a specified amount of seconds. The mob won't be able to get attacked until the shield goes down

Example usage

actions:
  speak:
    events:
      - shield 20 100
    commands: []

Last updated