About ChatFormatter Plugin
This plugin prevents text pollution that some troll players can create in the in-game chat.
ChatFormatter will format words correctly and clearly according to the language you set in the in-game chat. ( Works only with BetterChat Plugin )
Configuration:
If you don't have your own language here, you can add a language like in "another-language" and set it according to your own language rules.
By default, the plugin is in tr. You can then select the language you want the plugin to work in, for example "Language": "tr".
You can enable or disable the blocking of repeated words or large texts.
If you want, you can specify which oxide groups you don't want to be affected.
{
"Language": "en",
"CharacterMappings": {
"en": {
"ı": "i",
"ş": "s",
"Ş": "S",
"ğ": "g",
"Ğ": "G",
"ü": "u",
"Ü": "U",
"ö": "o",
"Ö": "O",
"ç": "c",
"Ç": "C",
"İ": "I"
},
"another-language": {
"ı": "i"
}
},
"RemoveRepeatingEnabled": true,
"CapitalizationEnabled": true,
"ExemptGroups": [
"admin"
]
}