Stop Event

This event will stop the bloodmoon when it's activated.

Required arguments

What it does

Whenever this event is triggered, the bloodmoon for that world will stop without further actions. This will result in the despawn of all custom mobs and executing the stop commands and or messages.

Example usage

actions:
  stop:
    events:
      - stop-bloodmoon 100
    commands: []

Last updated