> For the complete documentation index, see [llms.txt](https://bloodmoon.pseudonova.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bloodmoon.pseudonova.com/events/stop-event.md).

# Stop Event

## Required arguments

| Order | Type    | Argument                 |
| ----- | ------- | ------------------------ |
| 1     | decimal | percentage of occurrence |

## 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

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