Hammer those spammers!
- Punishment based on messages/time
- Punishment based on repeated messages
- Mute
- Kick
- Ban
- Unmute / Unban / Reset stats
- Permissions
- Bypass punishments
- Issue reset/unmute/reload
- Bukkit 1.4.6 or later
- v3.0.2.1: clean up some warnings, including deprecation due to player name instead of UUID usage
- v3.0.1.18: fix the plugin breaking in Spigot 1.12 due to removed methods
- v3.0.1.17: distinguish between chat muting and command muting
- v3.0.1.16: add a caps limiter
- v3.0.1.15: add config setting to remain silent -> no logging!
- v3.0.0.14: micro optimization, build against CB 1.5.2-0.1
- v3.0.0.13: compile against Bukkit 1.4.7-R1.0
- v3.0.0.12: add console output for eventual investigation (false positives?)
- v3.0.0.11: add URL and IP checks for chat
- v3.0.0.10: first kick, then ban (displays the proper ban message)
- v3.0.0.9: finally read the language file
- v3.0.0.8: fix an NPE when muting a player
- v3.0.0.7: commit the player kick on the main thread
- v3.0.0.6: add event logging
- v3.0.0.5: add JavaDocs, update POM to automated versioning
- v3.0.0.4: refactor abstract class to interface
- v3.0.0.3: remove debug spam
- v3.0.0.2: re-add config comments, clean up code, add language file (not being read atm)
- v3.0.0.1: re-write to get rid of the former PluginBase system which was not really used anyways
I am developing this plugin in my free time, so if you have an issue, please create an issue describing the problem in detail. I will do my best to reply as soon as possible, but that can take a few days sometimes.
For some problems, it might be easier to join the [Discord](https://discord.gg/DSNfjYA) and open a ticket there. It allows for quicker transfer of log files, debug files and so on. Moreover, simple questions can be answered more quickly there rather than opening an issue for them.
Joining the Discord Server gets you early access to latest builds, and maybe it is your preferred method to interact with me? Be my guest!
- -----------------------------------------------------------------------------------------------------------------------
- dumptruckman for creating this plugin
- zyxep for his beta Jenkins