Fixed version and JsonBuilder

This commit is contained in:
Eric 2016-08-16 19:59:45 +02:00
parent 582fa5dadc
commit af3b6612b1
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<groupId>de.epiceric</groupId>
<artifactId>ShopChest</artifactId>
<packaging>jar</packaging>
<version>1.10</version>
<version>1.10.0</version>
<name>ShopChest</name>
<url>https://www.spigotmc.org/resources/shopchest.11431/</url>
<description>Let your players create their own nice-looking shops to sell their stuff to other players!</description>

View File

@ -25,7 +25,7 @@ public class JsonBuilder {
if (Utils.getServerVersion().equals("v1_8_R1")) {
chatSerializerClass = Utils.getNMSClass("ChatSerializer");
} else {
chatSerializerClass = Utils.getNMSClass("ChatBaseComponent$ChatSerializer");
chatSerializerClass = Utils.getNMSClass("IChatBaseComponent$ChatSerializer");
}
Class[] requiredClasses = new Class[] {