Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
plugin:connectorplugin:usage:start [2021/10/14 21:47] – Add velocity phoenix616plugin:connectorplugin:usage:start [2023/02/12 13:54] (current) – [Maven Info] Update version phoenix616
Line 10: Line 10:
  
 See the [GlobalWarps plugin](https://github.com/Phoenix616/GlobalWarps/) for an example on how to use (parts of) the bridge. See the [GlobalWarps plugin](https://github.com/Phoenix616/GlobalWarps/) for an example on how to use (parts of) the bridge.
- 
 ## Maven Info ## Maven Info
  
Line 24: Line 23:
     <groupId>de.themoep.connectorplugin</groupId>     <groupId>de.themoep.connectorplugin</groupId>
     <artifactId>[bukkit|bungee|velocity]</artifactId>     <artifactId>[bukkit|bungee|velocity]</artifactId>
-    <version>1.2-1SNAPSHOT</version>+    <version>1.5-1SNAPSHOT</version>
     <scope>provided</scope>     <scope>provided</scope>
 </dependency> </dependency>
 </code> </code>