Explode Event

The mob will cause an explosion

Required arguments

What it does

Whenever the event is triggered, an explosion will occur at the mob location with a specified explosion radius.

Example usage

actions:
  speak:
    events:
      - explode 5 100
    commands: []

The explosion will use some decent amount of server CPU, be reasonable with the explosion radius!

Last updated