**This is an old revision of the document!**
How to use it
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
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>