Advertisement
Guest User

error

a guest
May 5th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.17 KB | None | 0 0
  1. : [21:26:59] [Server thread/INFO]: Yakulong issued server command: /pc
  2. [21:27:22] [Server thread/INFO]: Yakulong issued server command: /petrelease pig
  3. [21:27:22] [Server thread/ERROR]: null
  4. org.bukkit.command.CommandException: Unhandled exception executing command 'petrelease' in plugin MyPet v1.2.1
  5. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[PluginCommand.class:?]
  6. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[SimpleCommandMap.class:?]
  7. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:717) ~[CraftServer.class:?]
  8. at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:1347) [nh.class:?]
  9. at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:1129) [nh.class:?]
  10. at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:38) [ir.class:?]
  11. at net.minecraft.network.play.client.C01PacketChatMessage.func_148833_a(C01PacketChatMessage.java:53) [ir.class:?]
  12. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:244) [ej.class:?]
  13. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [nc.class:?]
  14. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:980) [MinecraftServer.class:?]
  15. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423) [lt.class:?]
  16. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:798) [MinecraftServer.class:?]
  17. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:658) [MinecraftServer.class:?]
  18. at java.lang.Thread.run(Unknown Source) [?:1.7.0_60]
  19. Caused by: java.lang.NoSuchFieldError: dead
  20. at de.Keyle.MyPet.entity.types.MyPet.removePet(MyPet.java:406) ~[?:?]
  21. at de.Keyle.MyPet.entity.types.MyPet.removePet(MyPet.java:398) ~[?:?]
  22. at de.Keyle.MyPet.commands.CommandRelease.onCommand(CommandRelease.java:220) ~[?:?]
  23. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[PluginCommand.class:?]
  24. ... 13 more
  25. [21:27:47] [Server thread/INFO]: CONSOLE: Stopping the server..
  26. [21:27:47] [Server thread/INFO]: Stopping server
  27. [21:27:47] [Server thread/INFO]: [MythicDrops] Disabling MythicDrops v3.0.1-b346-STABLE
  28. [21:27:47] [Server thread/INFO]: [HealthBar] Disabling HealthBar v1.8.2
  29. [21:27:47] [Server thread/INFO]: HealthBar disabled, all the health bars have been removed.
  30. [21:27:47] [Server thread/INFO]: [MyPet] Disabling MyPet v1.2.1
  31. [21:27:47] [Server thread/INFO]: Saving players
  32. [21:27:47] [Server thread/INFO]: Yakulong lost connection: Server closed
  33. [21:27:47] [Server thread/INFO]: Yakulong left the game.
  34. [21:27:47] [Server thread/INFO]: Saving worlds
  35. [21:27:47] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  36. [21:27:48] [Server thread/INFO]: Saving chunks for level 'DIM1'/The End
  37. [21:27:48] [Server thread/INFO]: Saving chunks for level 'DIM-1'/Nether
  38. [21:27:48] [Server thread/INFO]: Unloading dimension 0
  39. [21:27:48] [Server thread/INFO]: Unloading dimension -1
  40. [21:27:48] [Server thread/INFO]: Unloading dimension 1
  41. [21:27:48] [Server thread/INFO]: Applying holder lookups
  42. [21:27:48] [Server thread/INFO]: Holder lookups applied
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement