Skip to content

CrimsonMods/CrimsonChatFilter

Repository files navigation

CrimsonChatFilter

Server side only mod to filter unwanted words (or urls) from chat. The sending user will see their messages unfiltered, but all other clients will.

If you use CrimsonLog, it will also retain a log of filtered & removed messages.

Installation

  • Install BepInEx

  • Extract CrimsonChatFilter.dll into (VRising server folder)/BepInEx/plugins

  • Run server to generate (VRising server folder)/BepInEx/plugins/CrimsonChatFilter/filtered_words.json

  • Edit filtered_words.json to modify the words that should be filtered

The Filtered Words list supports literals and wildcards for example

  • "shit" will filter = "shit".
  • "shit*" will filter = "shit", "shitface".
  • "*shit" will filter = "shit", "fuckshit".
  • "*shit*" will filter = "shit", "shitface", "fuckshit".

Configurable Values

[CrimsonChatFilter]

## Enable or disable chat filtering
# Setting type: boolean
# Default value: true
EnableMode = true

## If enabled, others won't see the message, otherwise replaces filtered words with ****
# Setting type: boolean
# Default value: false
FullRemove = false

## Includes .com and server addresses in filter list
# Setting type: boolean
# Default value: true
FilterURLs = true

Support

Want to support my V Rising Mod development?

Donations Accepted with Ko-Fi

I also do paid mod work. Want a custom mod? DM me on Discord! (skytech6)

Or buy/play my games!

Train Your Minibot

Boring Movies FREE TO PLAY

*I do paid commission mods. Contact me on Discord (skytech6) for all your Unity game modding needs!

About

VRising Mod to Filter Server's Chat

Resources

Stars

Watchers

Forks

Languages