Skip to main content
Version: 0.0.54

WordFilterPlugin

Features

  • Disallow certain player names
  • Filter chat messages
  • Autoban on certain chat messages

Configuration

Enable the plugin in extra_cfg.yml

EnablePlugins:
- WordFilterPlugin

Example configuration (add to bottom of extra_cfg.yml)
All patterns are regular expressions. If you don't know what regular expressions are I'd highly recommend reading about them first.

---
!WordFilterConfiguration
# Username patterns it won't be possible to join with
ProhibitedUsernamePatterns:
- "^Player$"
- "^RLD!$"
- "^Traffic \\d+"
# Chat message patterns that will automatically ban the player on sending them
BannableChatPatterns:
- "nicecar"
- "fallout"
# Chat message patterns that will not be broadcasted to other players
ProhibitedChatPatterns:
- "^DRIFT-STRUCTION POINTS:"
- "^ACP: App not active$"
- "^D&O Racing APP:"