Status Response

StatusChangeEvent, Properly implement status response, allow changing through event, Supports legacy 0xFE ping
This commit is contained in:
LOOHP
2020-08-08 19:36:47 +08:00
parent f1ee9fb078
commit 81d47810f3
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>