Current API
MChat API
import ca.q0r.mchat.MChat; //Use something like this to check if MChat is installed: MChat mPlugin = (MChat) Bukkit.getServer().getPluginManager().getPlugin("MChat"); if (mPlugin != null) { doStuffWithMChat(); }
MChat now has its own Doxygen Javadocs
Javadocs are created for each Dev build that is built using my Jenkins build server.