bungee tabcomplete blocker for waterfall

This commit is contained in:
youhavetrouble
2020-08-01 01:14:29 +02:00
parent 6d2eb27ef3
commit 55ec366804
12 changed files with 85 additions and 34 deletions
+11
View File
@@ -62,6 +62,10 @@
<id>sonatype</id>
<url>https://oss.sonatype.org/content/groups/public/</url>
</repository>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
@@ -77,5 +81,12 @@
<version>1.15-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.PaperMC</groupId>
<artifactId>Waterfall</artifactId>
<version>1.16</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/waterfall-366.jar</systemPath>
</dependency>
</dependencies>
</project>