CussBlock
CussBlock
There are other cursing, cussing, bad word plugins out there. Why another? This plugin ties into PlayerWarn and helps to centralize the warnings and punishments of players. We strive to detect bad words everywhere they can be used, not just in public chat.
Features
Works best in combination with PlayerWarn. Please download and install it.
- Configurable patterns of detection
- Detects bad words in chat and on signs
- Can define white-list patterns for each bad word and globally.
Command Basics
- List cusses:
- /cb cuss list
- Add a cuss word:
- /cb cuss add (cussword)
- Delete a cuss word:
- /cb cuss delete (cussword)
More information
Road Map
We plan to add:
Monitoring of signs- monitoring of books (possible?)
- Monitoring of private messages (possible?)
Plugin Metrics
We are including metrics that sends data to mcstats.org. Metrics can be viewed at http://mcstats.org/ and you can always opt-out by changing opt-out to true in the config.yml in the PluginMetrics directory.
What is read/sent by Metrics? (Copy from the metrics website)
It is not possible for Metrics to control the plugin in any way except for plugin-specific code the plugin author implements. Nothing is downloaded, so what you get is what the plugin author implemented.
The following data is read from the server in some way or another:
- File Contents of plugins/Plugin Metrics/config.yml (created if not existent)
- Players currently online (not max player count)
- Server version string (the same version string you see in /version)
- Plugin version of the metrics-supported plugin
- Mineshafter status - it does not properly propagate Metrics requests however it is a very simple check and does not read the filesystem
The following data is sent to http://mcstats.org:
- Metrics revision of the implementing class
- Server's GUID
- Players currently online (not max player count)
- Server version string (the same version string you see in /version)
- Plugin version of the metrics-supported plugin
- Any custom data the supporting plugin implements. This is variable and I am not responsible for this however usually it is just plugin-specific data (e.g for LWC, the database type: MySQL or SQLite, and Locale used (english, german)).

Comments