Advertisement
Guest User

Untitled

a guest
Apr 12th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. [03:37:41 ERROR]: Could not pass event PlayerMoveEvent to WorldeditRegions v1.0.4
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-529ff99-2acb9e4]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-529ff99-2acb9e4]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  7. at net.minecraft.server.v1_8_R2.PlayerConnection.a(PlayerConnection.java:265) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  8. at net.minecraft.server.v1_8_R2.PacketPlayInFlying.a(SourceFile:126) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  9. at net.minecraft.server.v1_8_R2.PacketPlayInFlying$PacketPlayInPosition.a(SourceFile:57) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  10. at net.minecraft.server.v1_8_R2.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_75]
  12. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_75]
  13. at net.minecraft.server.v1_8_R2.SystemUtils.a(SourceFile:60) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  14. at net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:710) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  15. at net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  16. at net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  17. at net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554) [spigot.jar:git-Spigot-529ff99-2acb9e4]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
  19. Caused by: java.lang.NoSuchMethodError: me.ryanhamshire.GriefPrevention.Claim.isManager(Ljava/lang/String;)Z
  20. at com.empcraft.wrg.regions.GriefPreventionFeature.getcuboid(GriefPreventionFeature.java:34) ~[?:?]
  21. at com.empcraft.wrg.util.RegionHandler.setMask(RegionHandler.java:94) ~[?:?]
  22. at com.empcraft.wrg.listener.PlayerListener.onPlayerMove(PlayerListener.java:152) ~[?:?]
  23. at sun.reflect.GeneratedMethodAccessor34.invoke(Unknown Source) ~[?:?]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  25. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-529ff99-2acb9e4]
  27. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement