Advertisement
Guest User

Untitled

a guest
Dec 28th, 2014
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. [14:20:09] [Server thread/INFO]: preceptor_teeth issued server command: /kill
  2. [14:20:09] [Server thread/ERROR]: Could not pass event PlayerDeathEvent to SavageDeathChest v1.3
  3. org.bukkit.event.EventException
  4. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-47b1dff-f233e7d]
  5. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-47b1dff-f233e7d]
  6. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  7. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  8. at org.bukkit.craftbukkit.v1_8_R1.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:381) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  9. at net.minecraft.server.v1_8_R1.EntityPlayer.die(EntityPlayer.java:407) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  10. at net.minecraft.server.v1_8_R1.EntityLiving.damageEntity(EntityLiving.java:774) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  11. at net.minecraft.server.v1_8_R1.EntityHuman.damageEntity(EntityHuman.java:801) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  12. at net.minecraft.server.v1_8_R1.EntityPlayer.damageEntity(EntityPlayer.java:486) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  13. at net.minecraft.server.v1_8_R1.EntityLiving.G(EntityLiving.java:95) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  14. at net.minecraft.server.v1_8_R1.CommandKill.execute(SourceFile:29) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  15. at org.bukkit.craftbukkit.v1_8_R1.command.VanillaCommandWrapper.dispatchVanillaCommand(VanillaCommandWrapper.java:91) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  16. at org.bukkit.craftbukkit.v1_8_R1.command.VanillaCommandWrapper.execute(VanillaCommandWrapper.java:42) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  17. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  18. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:645) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  19. at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  20. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  21. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  22. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  23. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  24. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
  25. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
  26. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  27. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  28. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  29. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot.jar:git-Spigot-47b1dff-f233e7d]
  30. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  31. Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldguard/bukkit/WGBukkit
  32. at com.winterhaven_mc.deathchest.PermissionManager.wgPermission(PermissionManager.java:99) ~[?:?]
  33. at com.winterhaven_mc.deathchest.ChestUtilities.isValidSingleLocation(ChestUtilities.java:364) ~[?:?]
  34. at com.winterhaven_mc.deathchest.ChestUtilities.findValidSingleChestLocation(ChestUtilities.java:227) ~[?:?]
  35. at com.winterhaven_mc.deathchest.ChestManager.deploySingleChest(ChestManager.java:357) ~[?:?]
  36. at com.winterhaven_mc.deathchest.ChestManager.deployChest(ChestManager.java:333) ~[?:?]
  37. at com.winterhaven_mc.deathchest.PlayerEventListener.onPlayerDeath(PlayerEventListener.java:76) ~[?:?]
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  41. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  42. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-47b1dff-f233e7d]
  43. ... 26 more
  44. [14:20:09] [Server thread/INFO]: preceptor_teeth fell out of the world
  45. [14:20:09] [Server thread/INFO]: [preceptor_teeth: Killed preceptor_teeth]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement