๐Ÿ—ฃ๏ธ
RedisChat
๐Ÿ—ฃ๏ธ
RedisChat
  • โš ๏ธIntroduction
  • ๐Ÿ“ฉInstallation
  • ๐ŸšฐLINKS
  • ๐ŸŽ“Advanced use-case
  • Common issues
  • ๐Ÿ–‡๏ธALL permissions
  • UNIQUE FEATURES
    • ๐ŸฅกCustom PlaceholderAPI placeholders
    • ๐Ÿ–ฅ๏ธDisplay items in chat
    • ๐Ÿ“WebUI to edit configs
    • #๏ธโƒฃ#๏ธโƒฃ Emoji placeholders
    • ๐Ÿ”—URLs formatting
    • ๐Ÿ“งMails
    • ๐ŸšซIgnore public messages
    • ๐ŸชEdit items in-game
  • Features
    • ๐Ÿ’ฌChat formats
    • โ˜„๏ธComponents
    • ๐Ÿ’ญPrivate messages
    • ๐ŸŽจChat color
    • ๐ŸงญLegacy color codes
    • ๐ŸŽญChannels
    • ๐Ÿ”–Local "Proximity" chat
    • ๐ŸŒ@Mentions
    • ๐Ÿฅ…Filters
    • ๐Ÿ”‡Ignore private messages
    • โ—ป๏ธIgnore whitelist
    • ๐Ÿ”ŠBroadcast messages
    • ๐Ÿ“ขAnnouncement system
    • ๐ŸคฌANTISWEAR/ANTIFLOOD
    • ๐ŸจDiscord hook
    • ๐ŸคMute chat
    • ๐Ÿ•ต๏ธSpy Chat
    • ๐Ÿ˜ŽJoin and quit messages
    • ๐Ÿ—’๏ธClear chat
    • ๐Ÿ“€Oraxen & ItemsAdder placeholders
    • โŒจ๏ธChat completions
    • ๐Ÿ“ŠTelemetry system
    • โญStaff chat
Powered by GitBook
On this page
Edit on GitHub
  1. Features

๐Ÿ“ขAnnouncement system

Recurrent announcements

PreviousBroadcast messagesNextANTISWEAR/ANTIFLOOD

Last updated 8 months ago

Was this helpful?

CtrlK
CtrlK
  • Commands
  • /announcer <start/stop> <announcementName>
  • Configs

Was this helpful?

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: 

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: []
'<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