Could not pass event EntityChangeBlockEvent
LadyCailinBot opened this issue ยท 12 comments
WORLDGUARD-2381 - Reported by -.-
Spigot build 298 (on build 285 worldguard works normal).
2012-12-05 19:02:13 [SEVERE] Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:468)
at org.bukkit.craftbukkit.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:452)
at net.minecraft.server.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
at net.minecraft.server.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
at net.minecraft.server.EntityLiving.bl(EntityLiving.java:1429)
at net.minecraft.server.EntitySheep.bl(EntitySheep.java:44)
at net.minecraft.server.EntityLiving.c(EntityLiving.java:1231)
at net.minecraft.server.EntityAgeable.c(EntityAgeable.java:68)
at net.minecraft.server.EntityAnimal.c(SourceFile:33)
at net.minecraft.server.EntitySheep.c(EntitySheep.java:52)
at net.minecraft.server.EntityLiving.j_(EntityLiving.java:508)
at net.minecraft.server.World.tickEntity(World.java:1459)
at net.minecraft.server.World.entityJoinedWorld(World.java:1421)
at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:569)
at net.minecraft.server.World.playerJoinedWorld(World.java:1411)
at net.minecraft.server.World.tickEntities(World.java:1289)
at net.minecraft.server.WorldServer.tickEntities(WorldServer.java:463)
at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:564)
at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:478)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:413)
at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
... 25 more
Comment by Bob
Yup. Become bukkit it a update in the EntityFormBlockEvent for FallingBlocks here the link of the update: Bukkit/CraftBukkit@8ab8744
Comment by D3C0D3R
Sorry it show's as resolved, but how does that github link relate to the actual .jar? Is the process to fix this to use the 285 version of Spigot?
Comment by BigMac
Okay I get the same things here and yes I do have the most up to date World Guard and World Edit. I saw how to fix it but can not get it to open in Eclipse. Any suggestion for a noob?
Comment by wizjany
you download the fucking precompiled dev build that is designed for noobs -_-
Comment by BigMac
I am trying to open the .class file to edit it as suggested but can not get it to open in Eclipse. What am I missing? That is my question.
Comment by wizjany
you are missing the fact that you have absolutely no idea what you are doing and should not be doing it
Comment by BigMac
Okay than can you point me to the correct build for World Guard so I can get this fixed?
Comment by Florian.Mornet
I think it's here :http://build.sk89q.com/job/WorldGuard/
Choose Last Build !