> For the complete documentation index, see [llms.txt](https://wiki-en.herrtechniker.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki-en.herrtechniker.eu/bungeesystem/module/autobroadcast.md).

# AutoBroadcast

## broadcast.yml

### shuffle

If shuffled is set to `true`, the messages are sent randomly.\
If shuffled is set to `false`, the messages are sent in sequence.

```yaml
shuffled: true
```

### intervall

The interval indicates when a message is sent.

```yaml
# intervall in seconds
intervall: 300
```

## Default configuration

### broadcast.yml

```
random:
  shuffled: true
  # intervall in seconds
  intervall: 300
```

{% file src="/files/MA0colUa3zqqQWP4MVcx" %}
