WordFilter v2.1.0

Details

  • Filename
    WordFilter.jar
  • Uploaded by
  • Uploaded
    Jun 17, 2012
  • Size
    31.94 KB
  • Downloads
    720
  • MD5
    1dfec8cb3d934151cd1258733e0ed4ae

Supported Bukkit Versions

  • CB 1.2.5-R4.0

Changelog

v2.1.0 supports the REPLACE filter method.

This method, instead of flat-out preventing an offensive message from being sent, replaces it with a randomly selected phrase that you can define.

Define phrases in "phrase list.txt" at ".../plugins/WordFilter/phrase\ list.txt".

One phrase per line, ex:

I just said something bad.
I'm not saying nice things.

Do not leave blank lines or extra whitespace at the beginning or ends of lines. You may use CraftBukkit color codes to color the messages.

To enable REPLACE mode, edit the config.txt file, where the line says: "filterMode = SUPPRESS" change it to "filterMode = REPLACE"

None.