WordFilterPlugin
功能
- 禁止特定的玩家名
- 过滤聊天消息
- 在出现特定聊天消息时自动封禁
配置
在 extra_cfg.yml 中启用该插件
extra_cfg.yml
EnablePlugins:
- WordFilterPlugin
参考配置
所有匹配模式均为正则表达式。如果你不知道什么是正则表达式,强烈建议先去了解一下。
plugin_word_filter_cfg.yml
# Username patterns it won't be possible to join with
ProhibitedUsernamePatterns:
- "^Player$"
- "^RLD!$"
- "^Traffic \\d+"
# Chat message patterns that will not be broadcasted to other players
ProhibitedChatPatterns:
- "^DRIFT-STRUCTION POINTS:"
- "^ACP: App not active$"
- "^D&O Racing APP:"
# Chat message patterns that will automatically ban the player on sending them
BannableChatPatterns:
- "nicecar"
- "fallout"