mirror of
https://e.coding.net/circlecloud/TellRaw.git
synced 2024-12-27 07:28:51 +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) {
|
if (!useProtocolLib) {
|
||||||
Bukkit.getLogger().info("[TellRawLib] 使用ChatSerializer序列化类处理...");
|
Bukkit.getLogger().info("[TellRawLib] 使用ChatSerializer序列化类处理...");
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user