Advertisement
kreezxil

PlayerTeleportEvent to HealthBar

Jun 17th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. 17.06 08:48:59 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
  2. 17.06 08:48:59 [Server] INFO at java.lang.reflect.Method.invoke(Unknown Source)
  3. 17.06 08:48:59 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  4. 17.06 08:48:59 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  5. 17.06 08:48:59 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. 17.06 08:48:59 [Server] INFO at com.gmail.filoghost.healthbar.MiscListeners.playerTeleport(MiscListeners.java:79)
  7. 17.06 08:48:59 [Server] INFO at com.gmail.filoghost.healthbar.MiscListeners.updateScoreboard(MiscListeners.java:154)
  8. 17.06 08:48:59 [Server] INFO at org.bukkit.craftbukkit.v1_5_R3.entity.CraftPlayer.setScoreboard(CraftPlayer.java:991)
  9. 17.06 08:48:59 [Server] INFO Caused by: java.lang.IllegalStateException: Cannot set scoreboard for invalid CraftPlayer
  10. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
  11. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
  12. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
  13. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
  14. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
  15. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
  16. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
  17. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115)
  18. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:297)
  19. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:697)
  20. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.PlayerList.disconnect(PlayerList.java:264)
  21. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.World.kill(World.java:974)
  22. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.EntityPlayer.mount(EntityPlayer.java:446)
  23. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.EntityPlayer.setPassengerOf(EntityPlayer.java:457)
  24. 17.06 08:48:59 [Server] INFO at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:441)
  25. 17.06 08:48:59 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
  26. 17.06 08:48:59 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
  27. 17.06 08:48:59 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  28. 17.06 08:48:59 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
  29. 17.06 08:48:59 [Server] INFO org.bukkit.event.EventException
  30. 17.06 08:48:59 [Server] SEVERE Could not pass event PlayerTeleportEvent to HealthBar v1.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement