basic velocity support

This commit is contained in:
YouHaveTrouble
2020-12-16 05:32:29 +01:00
parent 2a93f8c636
commit 103a793a63
9 changed files with 258 additions and 11 deletions
+11 -1
View File
@@ -6,7 +6,7 @@
<groupId>eu.endermite</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>1.5.2</version>
<version>1.6.0-BETA</version>
<packaging>jar</packaging>
<name>CommandWhitelist</name>
@@ -74,6 +74,10 @@
<id>papermc</id>
<url>https://papermc.io/repo/repository/maven-public/</url>
</repository>
<repository>
<id>velocity</id>
<url>https://repo.velocitypowered.com/snapshots/</url>
</repository>
</repositories>
<dependencies>
@@ -95,6 +99,12 @@
<version>1.16-R0.4-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.velocitypowered</groupId>
<artifactId>velocity-api</artifactId>
<version>1.1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.comphenix.protocol</groupId>
<artifactId>ProtocolLib</artifactId>