Advertisement
Guest User

Untitled

a guest
Apr 24th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.28 KB | None | 0 0
  1. [22:04:25] [Server thread/INFO]: Il_Picasso issued server command: /bal
  2. [22:04:27] [Server thread/INFO]: [HubShop] Executing "inventory mascotas" as DesmondPlay
  3. [22:04:27] [Server thread/INFO]: [HubShop] Executing "updatescb" as DesmondPlay
  4. [22:04:31] [Server thread/INFO]: Il_Picasso issued server command: /mascotas
  5. [22:04:39] [Server thread/INFO]: [HubShop] Executing "spplayerperms add Il_Picasso propack.pet.ocelot" as CONSOLE
  6. [22:04:39] [Server thread/INFO]: propack.pet.ocelot has been added to Il_Picasso!
  7. [22:04:39] [Server thread/INFO]: [HubShop] Executing "spreloadpermissions" as CONSOLE
  8. [22:04:39] [Server thread/INFO]: This server's permissions have been reloaded from the permissions.yml file and MySQL database!
  9. [22:04:39] [Server thread/INFO]: [HubShop] Executing "updatescb" as CONSOLE
  10. [22:04:39] [Server thread/ERROR]: Could not pass event InventoryClickEvent to HubShop v0.1
  11. org.bukkit.event.EventException
  12. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  13. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  14. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  15. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  16. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:1588) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  17. at net.minecraft.server.v1_8_R1.PacketPlayInWindowClick.a(SourceFile:31) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  18. at net.minecraft.server.v1_8_R1.PacketPlayInWindowClick.a(SourceFile:9) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  19. at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  20. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_75]
  21. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_75]
  22. at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:696) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  23. at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  24. at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  25. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537) [Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  26. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_75]
  27. Caused by: org.bukkit.command.CommandException: Unhandled exception executing command 'updatescb' in plugin AventuracraftLobby v1.5.1
  28. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  29. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  30. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  31. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:575) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  32. at org.articlezero.shop.Events.click(Events.java:118) ~[?:?]
  33. at sun.reflect.GeneratedMethodAccessor122.invoke(Unknown Source) ~[?:?]
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  35. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  36. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  37. ... 14 more
  38. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_8_R1.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
  39. at com.comugamers.mc.lobbytools.main.onCommand(main.java:362) ~[?:?]
  40. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  41. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  42. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:646) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  43. at org.bukkit.Bukkit.dispatchCommand(Bukkit.java:575) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  44. at org.articlezero.shop.Events.click(Events.java:118) ~[?:?]
  45. at sun.reflect.GeneratedMethodAccessor122.invoke(Unknown Source) ~[?:?]
  46. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_75]
  47. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_75]
  48. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[Spigot183.jar:git-Spigot-c3c767f-33d5de3]
  49. ... 14 more
  50. [22:04:47] [Server thread/INFO]: DesmondPlay issued server command: /ne
  51. [22:04:56] [Server thread/INFO]: DesmondPlay issued server command: /ne prefix DesmondPlay &c&lSR ADMIN
  52. [22:04:56] [Server thread/INFO]: [NametagEdit] Loading with 1.8 support
  53. [22:05:00] [Server thread/INFO]: DesmondPlay issued server command: /ne prefix DesmondPlay &c&lSR ADMIN &f
  54. [22:05:06] [Server thread/INFO]: <Il_Picasso> ghm
  55. [22:05:32] [Server thread/INFO]: <Il_Picasso> aaah
  56. [22:05:37] [Server thread/INFO]: <Il_Picasso> cierto
  57. [22:05:39] [Server thread/INFO]: <Il_Picasso> que este lobby
  58. [22:05:44] [Server thread/INFO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement