promotional bannermobile promotional banner
premium banner
This mod will censor words you input into the config client sided, it also has a toggle command with /censor toggle

Description

I'm not a mod developer by any means, I just needed a mod and had the ability to follow instructions like a good soldier, if you find this helpful great. if you dont, that's unfortunate! I hope that it helps those who need this though.

 

commands:

/censor on

/censor off

/censor reload

/censor toggle

 

it uses the words you put inside the config which is called simplecensor.json 

{
  "enabled": true,
  "words": [
    "exampleword"
  ],
  "ignoreCase": true
}

 

it also has a second feature which is the ability to add and remove words to the filter whilst in-game using the command

/censor addword

/censor removeword 

you can also list all words currently in the list with 

/censor listwords

 

the words you add inside the config do not show up inside the in-game commands one. this is so you can add words you dont want to be removable from the mod in the main config and add the other ones inside the in-game one. might be helpful to no one but it fits my usecase