2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2026-04-16 03:40:27 +00:00

Initial support for BungeeCord 1.7 server list ping changes.

This commit is contained in:
Tux
2013-10-28 22:42:26 -04:00
parent bce3f0ffb7
commit 23944f7313
3 changed files with 15 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
<groupId>com.imaginarycode.minecraft</groupId>
<artifactId>RedisBungee</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
<repositories>
<repository>
@@ -106,7 +106,7 @@
<dependency>
<groupId>net.md-5</groupId>
<artifactId>bungeecord-api</artifactId>
<version>1.6.2-SNAPSHOT</version>
<version>1.7-SNAPSHOT</version>
<type>jar</type>
<scope>provided</scope>
</dependency>