Advertisement
Guest User

Error bukkit

a guest
Dec 3rd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. 2012-12-03 20:07:12 [SEVERE] Could not pass event EntityExplodeEvent to WorldGuard v644-6df9c36
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  7. at net.minecraft.server.Explosion.a(Explosion.java:219)
  8. at net.minecraft.server.World.createExplosion(World.java:1610)
  9. at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:771)
  10. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:446)
  11. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:442)
  12. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:454)
  13. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:450)
  14. at me.desht.chesscraft.chess.BoardView.notifyMoveDone(BoardView.java:419)
  15. at chesspresso.position.AbstractMutablePosition.fireMoveDone(AbstractMutablePosition.java:236)
  16. at chesspresso.position.Position.doMove(Position.java:941)
  17. at me.desht.chesscraft.chess.ChessGame.doMove(ChessGame.java:842)
  18. at me.desht.chesscraft.chess.ChessGame.checkAIPlayer(ChessGame.java:1564)
  19. at me.desht.chesscraft.chess.ChessGame.checkForAIActivity(ChessGame.java:1541)
  20. at me.desht.chesscraft.chess.ChessGame.clockTick(ChessGame.java:485)
  21. at me.desht.chesscraft.ChessTickTask$1.run(ChessTickTask.java:23)
  22. at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:53)
  23. at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
  24. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:529)
  25. at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
  26. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
  27. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
  28. at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
  29. Caused by: java.lang.NullPointerException
  30. at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEntityExplode(WorldGuardEntityListener.java:486)
  31. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  33. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  34. at java.lang.reflect.Method.invoke(Unknown Source)
  35. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
  36. ... 25 more
  37. 2012-12-03 20:07:29 [SEVERE] Could not pass event EntityExplodeEvent to WorldGuard v644-6df9c36
  38. org.bukkit.event.EventException
  39. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:341)
  40. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  41. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  42. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  43. at net.minecraft.server.Explosion.a(Explosion.java:219)
  44. at net.minecraft.server.World.createExplosion(World.java:1610)
  45. at net.minecraft.server.WorldServer.createExplosion(WorldServer.java:771)
  46. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:446)
  47. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:442)
  48. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:454)
  49. at org.bukkit.craftbukkit.CraftWorld.createExplosion(CraftWorld.java:450)
  50. at me.desht.chesscraft.chess.BoardView.notifyMoveDone(BoardView.java:419)
  51. at chesspresso.position.AbstractMutablePosition.fireMoveDone(AbstractMutablePosition.java:236)
  52. at chesspresso.position.Position.doMove(Position.java:941)
  53. at me.desht.chesscraft.chess.ChessGame.doMove(ChessGame.java:842)
  54. at me.desht.chesscraft.chess.ChessGame.checkAIPlayer(ChessGame.java:1564)
  55. at me.desht.chesscraft.chess.ChessGame.checkForAIActivity(ChessGame.java:1541)
  56. at me.desht.chesscraft.chess.ChessGame.clockTick(ChessGame.java:485)
  57. at me.desht.chesscraft.ChessTickTask$1.run(ChessTickTask.java:23)
  58. at org.bukkit.craftbukkit.scheduler.CraftTask.run(CraftTask.java:53)
  59. at org.bukkit.craftbukkit.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
  60. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:529)
  61. at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:222)
  62. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:493)
  63. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:426)
  64. at net.minecraft.server.ThreadServerApplication.run(SourceFile:856)
  65. Caused by: java.lang.NullPointerException
  66. at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEntityExplode(WorldGuardEntityListener.java:486)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  69. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  70. at java.lang.reflect.Method.invoke(Unknown Source)
  71. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:339)
  72. ... 25 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement