+ fix JSON

This commit is contained in:
坏黑
2018-11-08 23:42:14 +08:00
parent b8ab5ebc1a
commit 47faa031eb
8 changed files with 309 additions and 41 deletions

14
pom.xml
View File

@@ -237,6 +237,20 @@
<scope>system</scope>
<systemPath>${basedir}/libs/BossBarAPI.jar</systemPath>
</dependency>
<dependency>
<groupId>viaversion</groupId>
<artifactId>viaversion</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${basedir}/libs/ViaVersion.jar</systemPath>
</dependency>
<dependency>
<groupId>protocolsupport</groupId>
<artifactId>protocolsupport</artifactId>
<version>1</version>
<scope>system</scope>
<systemPath>${basedir}/libs/ProtocolSupport.jar</systemPath>
</dependency>
<dependency>
<groupId>deprecated</groupId>
<artifactId>deprecated</artifactId>