StatusPingEvent, support Legacy Ping

This commit is contained in:
LOOHP
2020-08-08 19:15:37 +08:00
parent e6005abc5a
commit 9c760b88ce
4 changed files with 159 additions and 17 deletions
+6
View File
@@ -49,6 +49,7 @@
</configuration>
</plugin>
</plugins>
<finalName>${project.artifactId}</finalName>
</build>
<repositories>
@@ -64,6 +65,11 @@
<artifactId>NBT</artifactId>
<version>5.5</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>