cmi默认传送是有粒子特效的,然后不知道啥原因每次有人用tpa或者tpahere等传送命令时,后台会出现线程错误以及不会出现传送粒子特效,别的子服可以正常运行,初步觉得是别的插件原因,但是本人找不到是啥具体原因,望大佬解答
服务器核心:spigot
版本:1.18.1
cmi版本:9.1.3.0
插件截图
后台报错
[23:46:45] [Server thread/INFO]: Yyy666 issued server command: /cmi tpa huaying [23:46:51] [Server thread/INFO]: [[0;37;1mworld[0;37;1m][0;37;1m[ [0;36;1myy的关爱 [0;37;1m] 来接一下[m [23:46:55] [Server thread/INFO]: huaying issued server command: /cmi tpaccept Yyy666 tpa [23:46:55] [Server thread/ERROR]: null org.bukkit.command.CommandException: Unhandled exception executing command 'cmi' in plugin CMI v9.1.3.0 at org.bukkit.command.PluginCommand.execute(PluginCommand.java:47) ~[spigot-api-1.18.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149) ~[spigot-api-1.18.1-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_18_R1.CraftServer.dispatchCommand(CraftServer.java:800) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1938) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1777) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1758) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:46) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.network.protocol.game.PacketPlayInChat.a(PacketPlayInChat.java:1) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.network.protocol.PlayerConnectionUtils.lambda$0(PlayerConnectionUtils.java:30) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.TickTask.run(SourceFile:18) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:151) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.c(SourceFile:23) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1158) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.MinecraftServer.c(MinecraftServer.java:1) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.util.thread.IAsyncTaskHandler.y(SourceFile:125) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.MinecraftServer.bf(MinecraftServer.java:1137) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1130) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:134) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1114) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1038) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304) ~[spigot-1.18.1-R0.1-SNAPSHOT.jar:3360-Spigot-f65de01-c2e0bbd] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: java.lang.NoSuchMethodError: 'net.Zrips.CMILib.Effects.CMIEffect net.Zrips.CMILib.Effects.CMIEffectManager$CMIParticle.getCMIEffect(java.lang.String)' at com.Zrips.CMI.Modules.Particl.ParticleManager.getParticleAnimation(ParticleManager.java:631) ~[?:?] at com.Zrips.CMI.Modules.Particl.ParticleManager$CMIPresetAnimations.getInter(ParticleManager.java:427) ~[?:?] at com.Zrips.CMI.Modules.Particl.CMIVisualEffect.(CMIVisualEffect.java:27) ~[?:?] at com.Zrips.CMI.Modules.CmdWarmUp.WarmUpManager.startTeleportUsage(WarmUpManager.java:174) ~[?:?] at com.Zrips.CMI.commands.list.tpaccept.perform(tpaccept.java:79) ~[?:?] at com.Zrips.CMI.commands.CommandsHandler.onCommand(CommandsHandler.java:396) ~[?:?] at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[spigot-api-1.18.1-R0.1-SNAPSHOT.jar:?] ... 21 more |