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

Vanish Event

This will cause your mob to vanish for some time

Required arguments

Order

Type

Argument

1

number

duration

2

decimal

percentage of occurrence

What it does

Whenever the event is triggered, the mob will vanish for a specified amount of time

Example usage

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

Last updated

Was this helpful?