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.
shuffled: trueintervall
The interval indicates when a message is sent.
# intervall in seconds
intervall: 300Default configuration
broadcast.yml
random:
shuffled: true
# intervall in seconds
intervall: 300Last updated