Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
plugin:connectorplugin:usage:start [2021/10/10 19:09] – [Examples] Add links to bridge sources phoenix616plugin:connectorplugin:usage:start [2021/10/10 19:14] – Add useful javadocs links phoenix616
Line 2: Line 2:
  
 [Javadocs](https://docs.phoenix616.dev/connectorplugin/) [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)). Both can be accessed via the getters in the plugin's main class.
  
 ## Examples ## Examples