CurseBan 2.3.1b

Details

  • Filename
    CurseBan.jar
  • Uploaded by
  • Uploaded
    Feb 13, 2012
  • Size
    36.41 KB
  • Downloads
    1,154
  • MD5
    431b8d53d4bc7386aef2d873aff34344

Supported Bukkit Versions

  • CB 1.1-R3

Changelog

  • Added support for regex
  • Switched around some stuff in the config file: <<code yaml>>literal-match: <true/false><</code> became <<code yaml>>matching: <default/default-ignorecase/literal/literal-ignorecase/regex/regex-all-lower><</code> Old entries should be automatically converted

About the new matching types;

  • default: Just your regular old matching (will also match ass in grass, etc)
  • literal: Will match only whitespace-seperated words (ass, but not dumbass)
  • regex; Will match according to these rules: http://www.regular-expressions.info/tutorial.html

The suffix -ignorecase (or -all-lower for regex) enables case-insensitive matching. For regex, all letters in the pattern should be lowercase.

This is a beta release, use on your own risk