Description
This mod allows servers to modify the content of the chat sent by players by using Minecraft's Chat Preview feature, which was introduced in 1.19. Currently, this mod supports fully customizable chat content replacement, which also supports regular expressions. Chat content replacement is useful for a variety of features:
- Replace special words with unicode characters, like `:smiley:` by ☺
- Automatically replace commonly misspelled words with their correct variant, like `theyre` by `they're`
- Replace certain symbols with a § symbol (which, normally, cannot be typed or sent into the chat by players) to allow players to make use of color codes when chatting, like `$$` by `§`
More information can be found in the mod's configuration file, which is located in the `world/serverconfig` folder.
This is a Forge mod, a Fabric port may happen in the future (if there is demand).
This mod is serverside only (meaning that it only needs to be installed on the server to work).