CommandHelper

CommandHelper

46.5k Downloads

"Could not pass PlayerMoveEvent to CommandHelper" Error

LadyCailinBot opened this issue ยท 3 comments

commented

CMDHELPER-3013 - Reported by Murreey

In the process of updating my server to 1.8, and hit this error. It spams console every time someone moves.

org.bukkit.event.EventException
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:297) ~[craftbukkit-1.8.jar:git-Bukkit-7658819]
	at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit-1.8.jar:git-Bukkit-7658819]
	at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36) ~[craftbukkit-1.8.jar:git-Bukkit-7658819]
	at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:501) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:242) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at net.minecraft.server.v1_8_R1.PacketPlayInFlying.a(SourceFile:126) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at net.minecraft.server.v1_8_R1.PacketPlayInPosition.a(SourceFile:57) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
	at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
	at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:643) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:284) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:598) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:506) [craftbukkit-1.8.jar:git-Bukkit-7658819]
	at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
Caused by: java.lang.IncompatibleClassChangeError: Found interface com.sk89q.worldguard.protection.ApplicableRegionSet, but class was expected
	at com.zeoldcraft.dev.DevListener.onRgMove(DevListener.java:47) ~[?:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
	at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
	at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:295) ~[craftbukkit-1.8.jar:git-Bukkit-7658819]
	... 15 more

I'm running Bukkit version git-bukkit-7658819 (compiled today so should be the newest one I believe), CommandHelper version 3.3.1-snapshot.2817-. Apparently it's something to do with WorldGuard, which is version 6.0.0-snapshot.1510-.

commented

Comment by PseudoKnight

That CH extension is not yet compatible with WG6.
https://github.com/lukecfairchild/CHWorldGuard

commented

Comment by Murreey

Ah, thanks. Is there any version that is or will I just have to find workarounds for stuff that uses those functions?

commented

Comment by LadyCailin

Given that this is a problem with the extension, I'm going to close this bug. Contact kookster if you have further questions.