๐Ÿ“ขAnnouncement system

Recurrent announcements

Commands

/announcer <start/stop> <announcementName>

You can use it with redischat.announcer permission.

"start" - starts the clock to send the announcement defined in the config section

"stop" - stops the clock

"announcementName" - the name of the announcer to start/stop defined in the config section

Configs

announcer (list)

config.yml
# 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: 5

To disable announcements set announcer to "[]" (empty list)

# Announcer configurations
# If you want to disable an announce, just remove it from the list,
# remember that in yaml [] is an empty list
announcer: []

Last updated