Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
plugin:connectorplugin:usage:start [2020/10/16 19:01] – created phoenix616plugin:connectorplugin:usage:start [2021/10/10 19:09] – [Examples] Add links to bridge sources phoenix616
Line 1: Line 1:
 # How to use it # How to use it
 +
 +[Javadocs](https://docs.phoenix616.dev/connectorplugin/)
  
 ## Examples ## Examples
  
-TODO+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.
  
 ## Maven Info ## Maven Info
  
-```xml+<code xml>
 <repository> <repository>
     <id>minebench-repo</id>     <id>minebench-repo</id>
     <url>https://repo.minebench.de/</url>     <url>https://repo.minebench.de/</url>
 </repository> </repository>
-```+</code>
  
-```xml+<code xml>
 <dependency> <dependency>
     <groupId>de.themoep.connectorplugin</groupId>     <groupId>de.themoep.connectorplugin</groupId>
     <artifactId>[bukkit|bungee]</artifactId>     <artifactId>[bukkit|bungee]</artifactId>
-    <version>1.0-SNAPSHOT</version>+    <version>1.3-1SNAPSHOT</version>
     <scope>provided</scope>     <scope>provided</scope>
 </dependency> </dependency>
-```+</code>