Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Developer API

kangarko edited this page Dec 11, 2017 · 11 revisions

If you are a developer, ChatControl offers you several method to implement its functionality into your plugin. See the following classes to learn how you can benefit from ChatControl's API.

At present, the vast majority of the API focuses on the chat channels and rules.

Download

You can grab official ChatControl Pro API for the 7.6.x+ generation at: https://kangarko.com/api/ChatControl.jar

Alternatively, you can just use the latest ChatControl Pro full version and add it to your imports in your IDE.

Usage

You are feel free to decompile the jar above to research the possibilities by yourself. We recommend starting with class ChannelAPI and seeing the events in the events package.

Clone this wiki locally