fix NoSuchMethodError while tabcompleting /cw on spigot

This commit is contained in:
2022-03-13 15:09:25 +01:00
parent cacc09365b
commit fd5bccc985
6 changed files with 24 additions and 11 deletions
+4 -4
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>eu.endermite.commandwhitelist</groupId>
<artifactId>CommandWhitelist</artifactId>
<version>2.2.5</version>
<version>2.2.6</version>
</parent>
<artifactId>Bukkit</artifactId>
@@ -34,7 +34,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
@@ -92,7 +92,7 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
@@ -110,7 +110,7 @@
<dependency>
<groupId>org.bstats</groupId>
<artifactId>bstats-bukkit</artifactId>
<version>2.2.1</version>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>