Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
library:hook:start [2020/10/16 19:39] – [Maven information] phoenix616library:hook:start [2021/06/11 22:45] – Add velocity phoenix616
Line 3: Line 3:
 Library to simplify hooking into other plugins. Library to simplify hooking into other plugins.
  
-Currently (directly) support Bukkit and Bungee, adding your own is easily possible though.+Currently (directly) support BukkitBungee and Velocity, adding your own is easily possible though.
  
 ## How to use it ## How to use it
Line 81: Line 81:
     <groupId>de.themoep.hook</groupId>     <groupId>de.themoep.hook</groupId>
     <artifactId>hook-bungee</artifactId>     <artifactId>hook-bungee</artifactId>
 +    <version>1.0-SNAPSHOT<version>
 +    <scope>compile</scope>
 +</dependency>
 +</code>
 +
 +#### Velocity adapter:
 +
 +<code xml>
 +<dependency>
 +    <groupId>de.themoep.hook</groupId>
 +    <artifactId>hook-velocity</artifactId>
     <version>1.0-SNAPSHOT<version>     <version>1.0-SNAPSHOT<version>
     <scope>compile</scope>     <scope>compile</scope>