🗣️
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

🤬ANTISWEAR/ANTIFLOOD

Filter words

PreviousAnnouncement systemNextDiscord hook

Last updated 7 months ago

Was this helpful?

CtrlK
CtrlK
  • Configs
  • Rate limit or cooldown

Was this helpful?

Censor bad words in chat replacing them with asterisk

Configs

regex_blacklist

regex_blacklist:
- (?i)whatever
- (?i)you
- (?i)want
- (?i)Napoli
- (?i)Naples
- (?i)Nap0l1
- (?i)N4poli

https://regexr.com/ - This could be useful. Select PCRE as Regex Engine (top right of the page)

Rate limit or cooldown

config.yml
# Here you can set the number of messages that a player can send without being rate limited
rate_limit: 1
# Here you can set the time in seconds that a player can send the number of messages specified in rate_limit
rate_limit_time_seconds: 2