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

How to use it

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.3-1SNAPSHOT</version>
    <scope>provided</scope>
</dependency>