File Details
CurseBan 2.3.1b
- B
- Feb 13, 2012
- 36.41 KB
- 1.3K
- CB 1.1-R3
File Name
CurseBan.jar
Supported Versions
- CB 1.1-R3
- 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

