This plugin is a basic swear filter which can be setup and running in minutes. This plugin allows server admins to block certain words from chat no-matter if they are in capital letters or even hidden within special characters. You can easily add to the list of words in-game through a command or through the configuration file. Another added feature is the ability to send a personalised message automatically when someone swears.
When a word that is on the list of banned words is detected it is automatically stared out. For example, When a player says "This is really dope" and the word "dope" is on your list of banned word the chat message will actually be "This is really *".
All of the commands in the game are under the /sf command.
/sf add <word> - Allows you to add a word to the list in-game
/sf reload - This command allows you to reload the list of words from the config file if changed out of game
There is only 1 permission node which is for the /sf command, this will allow the group to use all /sf command including add and reload:
sf.use
This is what the configuration file looks like:
WarningMessage: Hey [Player], Please don't swear Words: - put - words - here
The WarningMessage is the message that will be sent to the player when they use words that you have filtered. The word [Player] can be used to insert the players name into the message that is sent. If you set the value of WarningMessage to "none" (without speech marks) then a message wont be sent to the player.
Under Words, you can insert words manually into the config. You can also use the /sf add <word> command to add a word to the list in-game.
If you feel that you have benefited from this plugin then please consider donating. This helps me to fund further Minecraft related plugins and game modes. To donate you can either click the link above that says Donate or the PayPall button bellow. Thanks