**This is an old revision of the document!**

How to use it

Javadocs

The most useful classes will be the Connector and the Bridge utilities (bukkit, bungee). Both can be accessed via the getters in the plugin's main class.

Examples

Check out the Bukkit and Bungee bridge utility source for example implementations of the messaging.

Maven Info

<repository>
    <id>minebench-repo</id>
    <url>https://repo.minebench.de/</url>
</repository>
<dependency>
    <groupId>de.themoep.connectorplugin</groupId>
    <artifactId>[bukkit|bungee]</artifactId>
    <version>1.2-1SNAPSHOT</version>
    <scope>provided</scope>
</dependency>