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