For the complete documentation index, see llms.txt. This page is also available as Markdown.

Explode Event

The mob will cause an explosion

Required arguments

Order

Type

Argument

1

number

radius

2

decimal

percentage of occurrence

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: []

Last updated

Was this helpful?