# How to use it
[Javadocs](https://docs.phoenix616.dev/connectorplugin/)
The most useful classes will be the [Connector](https://docs.phoenix616.dev/connectorplugin/de/themoep/connectorplugin/connector/Connector.html) and the Bridge utilities ([Bukkit](https://docs.phoenix616.dev/connectorplugin/de/themoep/connectorplugin/bukkit/Bridge.html), [Bungee](https://docs.phoenix616.dev/connectorplugin/de/themoep/connectorplugin/bungee/Bridge.html), [Velocity](https://docs.phoenix616.dev/connectorplugin/de/themoep/connectorplugin/velocity/Bridge.html)). Both can be accessed via the getters in the plugin's main class.
## Examples
Check out the [Bukkit](https://github.com/Phoenix616/ConnectorPlugin/blob/master/bukkit/src/main/java/de/themoep/connectorplugin/bukkit/Bridge.java), [Bungee](https://github.com/Phoenix616/ConnectorPlugin/blob/master/bungee/src/main/java/de/themoep/connectorplugin/bungee/Bridge.java) and [Velocity](https://github.com/Phoenix616/ConnectorPlugin/blob/master/velocity/src/main/java/de/themoep/connectorplugin/velocity/Bridge.java) bridge utility source for example implementations of the messaging.
See the [GlobalWarps plugin](https://github.com/Phoenix616/GlobalWarps/) for an example on how to use (parts of) the bridge.
## Maven Info
minebench-repo
https://repo.minebench.de/
de.themoep.connectorplugin
[bukkit|bungee|velocity]
1.5-1SNAPSHOT
provided