mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-08 19:51:05 +00:00
Fixed version and JsonBuilder
This commit is contained in:
parent
582fa5dadc
commit
af3b6612b1
2
pom.xml
2
pom.xml
@ -7,7 +7,7 @@
|
|||||||
<groupId>de.epiceric</groupId>
|
<groupId>de.epiceric</groupId>
|
||||||
<artifactId>ShopChest</artifactId>
|
<artifactId>ShopChest</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.10</version>
|
<version>1.10.0</version>
|
||||||
<name>ShopChest</name>
|
<name>ShopChest</name>
|
||||||
<url>https://www.spigotmc.org/resources/shopchest.11431/</url>
|
<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>
|
<description>Let your players create their own nice-looking shops to sell their stuff to other players!</description>
|
||||||
|
@ -25,7 +25,7 @@ public class JsonBuilder {
|
|||||||
if (Utils.getServerVersion().equals("v1_8_R1")) {
|
if (Utils.getServerVersion().equals("v1_8_R1")) {
|
||||||
chatSerializerClass = Utils.getNMSClass("ChatSerializer");
|
chatSerializerClass = Utils.getNMSClass("ChatSerializer");
|
||||||
} else {
|
} else {
|
||||||
chatSerializerClass = Utils.getNMSClass("ChatBaseComponent$ChatSerializer");
|
chatSerializerClass = Utils.getNMSClass("IChatBaseComponent$ChatSerializer");
|
||||||
}
|
}
|
||||||
|
|
||||||
Class[] requiredClasses = new Class[] {
|
Class[] requiredClasses = new Class[] {
|
||||||
|
Loading…
Reference in New Issue
Block a user