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/12 00:08] – [Maven Info] Use correct version phoenix616plugin:connectorplugin:usage:start [2021/10/13 00:18] – [Examples] phoenix616
Line 8: Line 8:
  
 Check out the [Bukkit](https://github.com/Phoenix616/ConnectorPlugin/blob/master/bukkit/src/main/java/de/themoep/connectorplugin/bukkit/Bridge.java) and [Bungee](https://github.com/Phoenix616/ConnectorPlugin/blob/master/bungee/src/main/java/de/themoep/connectorplugin/bungee/Bridge.java) bridge utility source for example implementations of the messaging. Check out the [Bukkit](https://github.com/Phoenix616/ConnectorPlugin/blob/master/bukkit/src/main/java/de/themoep/connectorplugin/bukkit/Bridge.java) and [Bungee](https://github.com/Phoenix616/ConnectorPlugin/blob/master/bungee/src/main/java/de/themoep/connectorplugin/bungee/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 ## Maven Info