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:
parent
dc07323f4d
commit
c6f9bdcae4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user