bungee command blocker (no tab complete block yet)

This commit is contained in:
youhavetrouble
2020-07-31 15:32:43 +02:00
parent 86faeb8aeb
commit 6d2eb27ef3
6 changed files with 191 additions and 1 deletions
+7 -1
View File
@@ -6,7 +6,7 @@
<groupId>eu.endermite</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<name>CommandWhitelist</name>
@@ -71,5 +71,11 @@
<version>1.16.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.15-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>