Death Event

This event will directly kill the bloodmoon mob.

Required arguments

Order

Type

Argument

1

decimal

percentage of occurrence

What it does

Whenever the event is triggered, it will instantly kill the mob that executed the action. The life cycle will come to its end.

Example usage

actions:
  death:
    events:
      - instant-kill 100
    commands: []

Last updated