WordFilter v2.2.0

Details

  • Filename
    WordFilter.zip
  • Uploaded by
  • Uploaded
    Jun 18, 2012
  • Size
    54.87 KB
  • Downloads
    1,959
  • MD5
    a7761ed75397d8990545d1e7248370fd

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

This update introduces a new permission node and a new filter mode.

The permission node is wf.bypass and allows a player with the node to be ignored by the filter.

The filter mode is "SUBSTITUTE" and will, when a message is found to violate your rules, instead of suppressing or replacing the message, will replace offending words with words you define in the file "replacement map,txt".

Note that, for a word to be replaced by its mapping, the word MUST be added to your blacklist or fuzzylist first. If you want to strictly map certain words, use the blacklist.

To define a mapping add it to the file "replacement map.txt", the syntax is as follows:

badword => replacementword.
secondbadword => secondreplacement
third => thirdreplacement
etc

If badword is on your blacklist or fuzzylist, and the filter mode is set to SUBSTITUTE, whenever the word is found it will be replaced by replacementword.

You can also edit your mappings on the fly with in-game commands.

/wf map
/wf map word replacement
/wf map word

The first will list help, the second will map "word" to "replacement", and the third will clear the mapping for "word".

None.