1
0
mirror of https://e.coding.net/circlecloud/TellRaw.git synced 2024-11-16 00:48:50 +00:00

修复TellRaw的ProtocolLib库解析错误的问题...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2016-01-13 16:15:17 +08:00
parent dc07323f4d
commit c6f9bdcae4

View File

@ -235,6 +235,9 @@ public abstract class FancyMessage implements JsonRepresentedObject, Cloneable,
}
}
}
if (getNMSsaveNBTMethod == null || nmsNBTTagCompound == null) {
throw new ClassNotFoundException("Can't find the NBTMethod or NBTTagCompound class");
}
if (!useProtocolLib) {
Bukkit.getLogger().info("[TellRawLib] 使用ChatSerializer序列化类处理...");
} else {