π’Announcement system
Recurrent announcements
Commands
/announcer <start/stop> <announcementName>
Configs
# Announcer configurations
# delay is in seconds, how many seconds between each announcement
# channelName is the channel on which the announcement will be sent
# If you want to disable an announcement, just remove it from the list,
# Remember that in yaml [] is an empty list
announcer:
- announcementName: default
message: '<yellow>RedisChat</yellow> <gray>Β»</gray><red>To EssentialsX and CMI users:
<aqua><br>disable <gold>/msg, /reply, /broadcast, /ignore, etc</gold> commands
inside CMI and EssentialsX<br>Or RedisChat commands <red>will <u>not</u> work</red>!!!</aqua>'
channelName: public
delay: 5Last updated