kangarko / ChatControl-Pro

The ultimate chat solution. Prevent spam, ads, swears and even bots on your server. Replaced by ChatControl Red: https://mineacademy.org/chatcontrol-red
Other
65 stars 7 forks source link
anti-ad anti-spam anti-swear antiad antispam antiswear bukkit bungee bungeecord chatcontrol craftbukkit java javascript minecraft plugin regex regular-expressions spigot spigot-plugin spigot-resource

We're still active and have migrated away from SpigotMC. Read more here.

Learn Java, code Minecraft plugins and launch a unique network from the ground up in 20 days (without experience):

ChatControl Pro

ChatControl Pro is an expanded version of the popular ChatControl plugin, bringing many enhancements and improvements over the free version, along with exclusive features such as

You are welcome to read the ChatControl Wikipedia, where you fill find tons of information about the installation, configuring and using this plugin.

If you have any questions or bugs to report, try seeing if those can be resolved quickly by yourself. If that does not help, you are welcome to fill an issue. Please read the Getting Help the Best Way to obtain help as quickly as possible.


Dave Thomas, founder of OTI, godfather of the Eclipse strategy:

Clean code can be read, and enhanced by a developer other than its original author. It has unit and acceptance tests. It has meaningful names. It provides one way rather than many ways for doing one thing. It has minimal dependencies, which are explicitly defined, and provides a clear and minimal API. Code should be literate since depending on the language, not all necessary information can be expressed clearly in code alone.