Advertisement
Guest User

Untitled

a guest
Aug 26th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. 2012-08-21 13:24:25 [INFO] [PLAYER_COMMAND] DHunter: /warp sandbabk
  2. 2012-08-21 13:24:34 [INFO] [PLAYER_COMMAND] DHunter: /warp sandbank
  3. 2012-08-21 13:24:51 [SEVERE] Could not pass event PlayerChatEvent to Herochat
  4. org.bukkit.event.EventException
  5. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  8. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  9. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:515)
  10. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
  11. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
  12. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
  13. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  14. Caused by: java.lang.RuntimeException: Chatter (DHunter) not found.
  15. at com.dthielke.herochat.MessageHandler.handle(MessageHandler.java:79)
  16. at com.dthielke.herochat.HCPlayerListener.onPlayerChat(HCPlayerListener.java:19)
  17. at sun.reflect.GeneratedMethodAccessor175.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:616)
  20. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
  21. ... 8 more
  22. 2012-08-21 13:24:51 [INFO] <DHunter> DHunter fell out of the world
  23. 2012-08-21 13:25:02 [INFO] [NoCheatPlus] Zclup failed Knockback: tried to do a knockback but wasn't technically sprinting. VL 50.
  24. 2012-08-21 13:26:33 [WARNING] supertobi moved too quickly! 0.0,12.616791573624369,-0.008278069374227925 (0.0, 12.616791573624369, 0.008278069374227925)
  25. 2012-08-21 13:26:33 [WARNING] supertobi moved too quickly! 0.0,20.896815224269005,0.0 (0.0, 20.896815224269005, 0.0)
  26. 2012-08-21 13:26:33 [WARNING] supertobi moved too quickly! 0.0,12.402997603189704,0.0 (0.0, 12.402997603189704, 0.0)
  27. 2012-08-21 13:26:34 [WARNING] supertobi moved too quickly! 0.0,28.936418967746107,0.0 (0.0, 28.936418967746107, 0.0)
  28. 2012-08-21 13:26:34 [WARNING] supertobi moved too quickly! 0.0,13.258619290693616,0.0 (0.0, 13.258619290693616, 0.0)
  29. 2012-08-21 13:26:34 [WARNING] supertobi moved too quickly! 0.0,20.612012752812234,0.0 (0.0, 20.612012752812234, 0.0)
  30. 2012-08-21 13:26:34 [WARNING] supertobi moved too quickly! 0.0,35.15472739520864,0.0 (0.0, 35.15472739520864, 0.0)
  31. 2012-08-21 13:26:35 [WARNING] supertobi moved too quickly! 0.0,25.104841938704254,0.0 (0.0, 25.104841938704254, 0.0)
  32. 2012-08-21 13:26:35 [WARNING] supertobi moved too quickly! 0.0,25.45333754529552,0.0 (0.0, 25.45333754529552, 0.0)
  33. 2012-08-21 13:26:35 [WARNING] supertobi moved too quickly! 0.0,18.368596067925985,0.0 (0.0, 18.368596067925985, 0.0)
  34. 2012-08-21 13:26:35 [WARNING] supertobi moved too quickly! 0.0,15.525970532471888,0.0 (0.0, 15.525970532471888, 0.0)
  35. 2012-08-21 13:26:38 [INFO] [§6Info§f]: Hast du hunger? /kits food
  36. 2012-08-21 13:26:49 [INFO] [PLAYER_COMMAND] supertobi: /kits food
  37. 2012-08-21 13:26:51 [INFO] flo157[/*********************] logged in with entity id 634823 at ([freebuild] 1907.1281539964557, 4.0, -1111.5102917633847)
  38. 2012-08-21 13:26:54 [SEVERE] Could not pass event PlayerChatEvent to Herochat
  39. org.bukkit.event.EventException
  40. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
  41. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  42. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  43. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  44. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:515)
  45. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
  46. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
  47. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
  48. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  49. Caused by: java.lang.NullPointerException
  50. at com.dthielke.herochat.StandardChannel.trimRecipients(StandardChannel.java:525)
  51. at com.dthielke.herochat.StandardChannel.processChat(StandardChannel.java:356)
  52. at com.dthielke.herochat.MessageHandler.handle(MessageHandler.java:128)
  53. at com.dthielke.herochat.HCPlayerListener.onPlayerChat(HCPlayerListener.java:19)
  54. at sun.reflect.GeneratedMethodAccessor175.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  56. at java.lang.reflect.Method.invoke(Method.java:616)
  57. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
  58. ... 8 more
  59. 2012-08-21 13:26:54 [INFO] [User]Zclup: hi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement