📢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 and interval are in seconds
# If you want to disable an announce, just remove it from the list, 
# remember that in yaml [] is an empty list
# If you specify a permission, only players with that permission will see the announce. 
# Keep it empty to make it public
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
  interval: 300

To disable announces 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