Fix StackOverflow when attempting to serialize ItemMeta with nested maps.

This removes the JSON library included with PlayerVaults and uses
SimpleJSON included with Bukkit.
This commit is contained in:
Byteflux
2016-03-08 13:47:35 -08:00
parent 1421c2bf15
commit 415b06a4c3
7 changed files with 14 additions and 2960 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.3-R0.1-SNAPSHOT</version>
<version>1.8.8-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.milkbowl.vault</groupId>