Advertisement
Guest User

Bukkit Crash

a guest
Sep 6th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.31 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 06/09/12 17:03
  5. Description: Exception in server tick loop
  6.  
  7. org.bukkit.command.CommandException: Unhandled exception executing command 'reset' in plugin DispNameChanger v5.7.0
  8. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
  9. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
  10. at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
  11. at org.bukkit.craftbukkit.CraftServer.dispatchServerCommand(CraftServer.java:488)
  12. at net.minecraft.server.DedicatedServer.ah(DedicatedServer.java:248)
  13. at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
  14. at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
  15. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
  16. at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
  17. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.command.ColouredConsoleSender cannot be cast to org.bukkit.entity.Player
  18. at me.captain.dnc.DispNameCE.reset(DispNameCE.java:520)
  19. at me.captain.dnc.DispNameCE.onCommand(DispNameCE.java:290)
  20. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
  21. ... 8 more
  22.  
  23. Relevant Details:
  24. - Minecraft Version: 1.3.1
  25. - Operating System: Windows 7 (amd64) version 6.1
  26. - Java Version: 1.7.0_04, Oracle Corporation
  27. - Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  28. - Memory: 738550144 bytes (704 MB) / 1029046272 bytes (981 MB) up to 1029046272 bytes (981 MB)
  29. - JVM Flags: 2 total; -Xmx1024M -Xms1024M
  30. - CraftBukkit Information:
  31. Running: CraftBukkit version git-Bukkit-1.3.1-R2.0-b2340jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.0) true
  32. Plugins: { PhysicalShop v9.2.0 com.wolvereness.physicalshop.PhysicalShop [Wolvereness], BookShelf v1.2 me.Pew446.BookShelf.BookShelf [], DispNameChanger v5.7.0 me.captain.dnc.DispNameChanger [captainawesome7, itsatacoshop247, Daxiongmao87, Luke Zwekii, Sammy, SniperFodder], MagicSpells v2.8.2 com.nisovin.magicspells.MagicSpells [nisovin], BookManager v0.3 com.LRFLEW.bukkit.book.Plugin [LRFLEW], PearlXP v1.4 PearlXP.PearlXP [], DisguiseCraft v3.3 pgDev.bukkit.DisguiseCraft.DisguiseCraft [PG Dev Team, Tux2, DrKabob, Devil Boy], Appleseed v0.7.2 redsgreens.Appleseed.Appleseed [],}
  33. Warnings: DEFAULT
  34. Threads: { TIMED_WAITING Connection #1 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:38)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)], RUNNABLE Thread-5: [org.fusesource.jansi.internal.Kernel32._getch(Native Method), org.fusesource.jansi.internal.WindowsSupport.readByte(WindowsSupport.java:46), jline.WindowsTerminal.readByte(WindowsTerminal.java:184), jline.WindowsTerminal.access$000(WindowsTerminal.java:53), jline.WindowsTerminal$1.read(WindowsTerminal.java:151), java.io.FilterInputStream.read(Unknown Source), jline.console.ConsoleReader$1.read(ConsoleReader.java:167), jline.internal.InputStreamReader.read(InputStreamReader.java:267), jline.internal.InputStreamReader.read(InputStreamReader.java:204), jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), jline.console.ConsoleReader.readLine(ConsoleReader.java:1167), net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:31)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.FileIOThread.b(SourceFile:43), net.minecraft.server.FileIOThread.run(SourceFile:22), java.lang.Thread.run(Unknown Source)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Unknown Source), org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:28), net.minecraft.server.CrashReport.a(CrashReport.java:43), net.minecraft.server.CrashReport.g(CrashReport.java:38), net.minecraft.server.CrashReport.<init>(CrashReport.java:28), net.minecraft.server.MinecraftServer.run(MinecraftServer.java:423), net.minecraft.server.ThreadServerApplication.run(SourceFile:539)], WAITING Ebean-DispNameChanger.0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75), java.lang.Thread.run(Unknown Source)], RUNNABLE Connection #4 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:86), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:326), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)], TIMED_WAITING EbeanBackgroundThread: [java.lang.Thread.sleep(Native Method), com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:170), java.lang.Thread.run(Unknown Source)], TIMED_WAITING Thread-4: [java.lang.Thread.sleep(Native Method), net.minecraft.server.ThreadSleepForever.run(SourceFile:44)], RUNNABLE Listen thread: [java.net.DualStackPlainSocketImpl.accept0(Native Method), java.net.DualStackPlainSocketImpl.socketAccept(Unknown Source), java.net.AbstractPlainSocketImpl.accept(Unknown Source), java.net.PlainSocketImpl.accept(Unknown Source), java.net.ServerSocket.implAccept(Unknown Source), java.net.ServerSocket.accept(Unknown Source), net.minecraft.server.DedicatedServerConnectionThread.run(DedicatedServerConnectionThread.java:62)], RUNNABLE Connection #3 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:86), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:326), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)], RUNNABLE Attach Listener: [], TIMED_WAITING Thread-6: [java.lang.Object.wait(Native Method), org.bukkit.craftbukkit.scheduler.CraftScheduler.run(CraftScheduler.java:94), java.lang.Thread.run(Unknown Source)], RUNNABLE DestroyJavaVM: [], WAITING Thread-11: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(Unknown Source), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), org.bukkit.craftbukkit.ChunkCompressionThread.run(ChunkCompressionThread.java:40), java.lang.Thread.run(Unknown Source)], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Unknown Source), java.util.TimerThread.run(Unknown Source)], RUNNABLE Connection #3 write thread: [java.net.SocketOutputStream.socketWrite0(Native Method), java.net.SocketOutputStream.socketWrite(Unknown Source), java.net.SocketOutputStream.write(Unknown Source), org.bouncycastle.crypto.io.CipherOutputStream.write(Unknown Source), java.io.BufferedOutputStream.flushBuffer(Unknown Source), java.io.BufferedOutputStream.write(Unknown Source), java.io.DataOutputStream.write(Unknown Source), net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:100), net.minecraft.server.Packet.a(Packet.java:127), net.minecraft.server.NetworkManager.h(NetworkManager.java:121), net.minecraft.server.NetworkManager.d(NetworkManager.java:330), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:21)], RUNNABLE Connection #4 write thread: [java.net.SocketOutputStream.socketWrite0(Native Method), java.net.SocketOutputStream.socketWrite(Unknown Source), java.net.SocketOutputStream.write(Unknown Source), org.bouncycastle.crypto.io.CipherOutputStream.write(Unknown Source), java.io.BufferedOutputStream.flushBuffer(Unknown Source), java.io.BufferedOutputStream.write(Unknown Source), java.io.DataOutputStream.write(Unknown Source), net.minecraft.server.Packet51MapChunk.a(Packet51MapChunk.java:100), net.minecraft.server.Packet.a(Packet.java:127), net.minecraft.server.NetworkManager.h(NetworkManager.java:121), net.minecraft.server.NetworkManager.d(NetworkManager.java:330), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:21)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.ReferenceQueue.remove(Unknown Source), java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)], RUNNABLE Connection #1 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(Unknown Source), java.net.SocketInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), org.bouncycastle.crypto.io.CipherInputStream.a(Unknown Source), org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source), java.io.FilterInputStream.read(Unknown Source), net.minecraft.server.Packet.a(Packet.java:86), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:326), net.minecraft.server.NetworkReaderThread.run(SourceFile:93)],}
  35. - Type: Dedicated Server
  36. - Is Modded: Definitely; 'craftbukkit'
  37. - Profiler Position: N/A (disabled)
  38. - Player Count: 3 / 30; [EntityPlayer['Aethling'/424, l='world', x=157.09, y=72.00, z=264.62](Aethling at 157.08881638564148,72.0,264.6165838336268), EntityPlayer['LadyTilda'/722, l='world', x=150.74, y=71.00, z=296.83](LadyTilda at 150.7369837381391,71.0,296.83199913354173), EntityPlayer['simondb'/798, l='world', x=173.15, y=76.77, z=268.73](simondb at 173.14795207956533,76.76636799395752,268.73406896038057)]
  39. - World world Entities: 619 total; [EntitySheep['Sheep'/0, l='world', x=-196.90, y=63.00, z=-202.11], EntitySheep['Sheep'/1, l='world', x=-205.68, y=67.00, z=-35.56], EntitySheep['Sheep'/2, l='world', x=-206.47, y=67.00, z=-24.16], EntitySheep['Sheep'/3, l='world', x=-202.23, y=63.00, z=73.94], EntitySheep['Sheep'/4, l='world', x=-203.85, y=63.00, z=76.25], EntityCow['Cow'/5, l='world', x=-200.31, y=62.45, z=134.44], EntityCow['Cow'/6, l='world', x=-194.04, y=65.00, z=156.85], EntityItem['item.tile.sapling.oak'/7, l='world', x=-193.51, y=66.13, z=164.21], EntityItem['item.tile.sapling.oak'/8, l='world', x=-193.88, y=77.13, z=167.13], EntityItem['item.tile.sapling.oak'/9, l='world', x=-205.13, y=66.13, z=162.63], EntityItem['item.tile.sapling.oak'/10, l='world', x=-201.01, y=79.13, z=167.94], EntitySheep['Sheep'/11, l='world', x=-206.06, y=68.00, z=186.11], EntitySheep['Sheep'/12, l='world', x=-196.42, y=71.00, z=178.80], EntitySheep['Sheep'/13, l='world', x=-185.45, y=69.00, z=-152.82], EntityChicken['Chicken'/14, l='world', x=-176.35, y=67.00, z=-120.65], EntitySheep['Sheep'/15, l='world', x=-178.91, y=68.00, z=-119.87], EntitySheep['Sheep'/16, l='world', x=-176.15, y=67.00, z=-114.57], EntitySheep['Sheep'/17, l='world', x=-176.20, y=72.00, z=-51.58], EntitySheep['Sheep'/18, l='world', x=-186.84, y=68.00, z=-50.33], EntityCow['Cow'/19, l='world', x=-177.03, y=71.00, z=-48.87], EntitySheep['Sheep'/20, l='world', x=-186.53, y=66.00, z=-45.77], EntityCow['Cow'/21, l='world', x=-185.18, y=68.00, z=-20.82], EntitySheep['Sheep'/22, l='world', x=-176.18, y=70.00, z=-26.42], EntityPig['Pig'/23, l='world', x=-186.12, y=65.00, z=-9.11], EntitySheep['Sheep'/24, l='world', x=-181.85, y=65.00, z=-11.26], EntitySheep['Sheep'/25, l='world', x=-176.16, y=68.00, z=-15.98], EntitySheep['Sheep'/26, l='world', x=-182.11, y=68.00, z=-14.12], EntitySheep['Sheep'/27, l='world', x=-186.18, y=69.00, z=0.11], EntitySheep['Sheep'/28, l='world', x=-176.99, y=68.00, z=7.83], EntityItem['item.item.egg'/29, l='world', x=-176.17, y=68.13, z=9.40], EntityItem['item.item.egg'/30, l='world', x=-176.24, y=68.13, z=9.99], EntityItem['item.item.egg'/31, l='world', x=-176.08, y=68.13, z=8.93], EntityChicken['Chicken'/32, l='world', x=-176.19, y=69.00, z=16.72], EntityChicken['Chicken'/33, l='world', x=-177.43, y=62.00, z=43.84], EntitySheep['Sheep'/34, l='world', x=-176.01, y=63.00, z=46.02], EntitySheep['Sheep'/35, l='world', x=-179.72, y=64.00, z=47.85], EntityPig['Pig'/36, l='world', x=-188.15, y=64.00, z=37.61], EntitySheep['Sheep'/37, l='world', x=-181.06, y=64.00, z=46.91], EntityItem['item.item.egg'/38, l='world', x=-177.05, y=63.13, z=85.83], EntityItem['item.item.egg'/39, l='world', x=-176.78, y=63.13, z=83.00], EntityItem['item.item.egg'/40, l='world', x=-176.56, y=63.13, z=86.00], EntityChicken['Chicken'/41, l='world', x=-176.53, y=63.00, z=85.85], EntityCow['Cow'/42, l='world', x=-184.84, y=64.00, z=115.94], EntityCow['Cow'/43, l='world', x=-184.14, y=65.00, z=124.05], EntityCow['Cow'/44, l='world', x=-176.59, y=63.00, z=156.26], EntityItem['item.item.egg'/45, l='world', x=-176.25, y=63.13, z=156.41], EntityItem['item.item.egg'/46, l='world', x=-176.56, y=63.13, z=156.28], EntityItem['item.item.egg'/47, l='world', x=-176.22, y=63.13, z=157.25], EntityItem['item.item.egg'/48, l='world', x=-176.44, y=63.13, z=156.72], EntityItem['item.item.egg'/49, l='world', x=-176.28, y=63.13, z=155.75], EntityItem['item.item.egg'/50, l='world', x=-176.09, y=63.13, z=155.91], EntityItem['item.item.egg'/51, l='world', x=-176.09, y=63.13, z=157.03], EntityItem['item.item.egg'/52, l='world', x=-176.47, y=63.13, z=156.00], EntityItem['item.item.egg'/53, l='world', x=-176.22, y=63.13, z=156.13], EntityItem['item.item.egg'/54, l='world', x=-176.28, y=63.13, z=157.16], EntityItem['item.item.egg'/55, l='world', x=-176.19, y=63.13, z=155.81], EntityChicken['Chicken'/56, l='world', x=-191.47, y=64.00, z=152.55], EntityCow['Cow'/57, l='world', x=-186.34, y=65.00, z=152.53], EntityCow['Cow'/58, l='world', x=-179.81, y=61.30, z=171.45], EntityChicken['Chicken'/59, l='world', x=-176.48, y=61.58, z=172.15], EntityCow['Cow'/60, l='world', x=-184.17, y=67.00, z=174.46], EntitySheep['Sheep'/61, l='world', x=-173.31, y=68.00, z=-106.47], EntitySheep['Sheep'/62, l='world', x=-175.87, y=70.00, z=-47.30], EntityCow['Cow'/63, l='world', x=-166.45, y=70.00, z=-42.66], EntitySheep['Sheep'/64, l='world', x=-171.70, y=66.00, z=70.76], EntityCow['Cow'/65, l='world', x=-169.18, y=63.00, z=188.80], EntitySheep['Sheep'/66, l='world', x=-175.13, y=64.00, z=188.84], EntityChicken['Chicken'/67, l='world', x=-150.52, y=70.00, z=-21.47], EntitySheep['Sheep'/68, l='world', x=-153.14, y=72.00, z=8.83], EntitySheep['Sheep'/69, l='world', x=-155.87, y=70.00, z=77.67], EntityCow['Cow'/70, l='world', x=-158.56, y=67.00, z=129.44], EntitySheep['Sheep'/71, l='world', x=-140.45, y=72.00, z=17.45], EntitySheep['Sheep'/72, l='world', x=-140.84, y=72.00, z=19.55], EntitySheep['Sheep'/73, l='world', x=-141.55, y=72.00, z=18.20], EntityChicken['Chicken'/74, l='world', x=-135.14, y=69.00, z=129.55], EntityItem['item.item.egg'/75, l='world', x=-138.88, y=72.13, z=128.77], EntitySheep['Sheep'/76, l='world', x=-138.13, y=73.00, z=140.95], EntityChicken['Chicken'/77, l='world', x=-131.55, y=70.00, z=161.41], EntityChicken['Chicken'/78, l='world', x=-137.50, y=67.00, z=176.40], EntitySheep['Sheep'/79, l='world', x=-118.01, y=67.00, z=-101.03], EntitySheep['Sheep'/80, l='world', x=-126.29, y=67.00, z=-100.15], EntitySheep['Sheep'/81, l='world', x=-115.88, y=68.00, z=-97.90], EntityChicken['Chicken'/82, l='world', x=-117.63, y=79.00, z=-73.22], EntityChicken['Chicken'/83, l='world', x=-122.53, y=58.00, z=-28.50], EntityChicken['Chicken'/84, l='world', x=-118.50, y=60.45, z=-31.15], EntitySheep['Sheep'/85, l='world', x=-120.85, y=65.00, z=-30.68], EntitySheep['Sheep'/86, l='world', x=-123.92, y=65.00, z=-29.55], EntitySheep['Sheep'/87, l='world', x=-125.54, y=65.00, z=-28.24], EntitySheep['Sheep'/88, l='world', x=-113.85, y=71.00, z=3.95], EntitySheep['Sheep'/89, l='world', x=-119.82, y=71.00, z=4.27], EntitySheep['Sheep'/90, l='world', x=-124.82, y=72.00, z=5.22], EntitySheep['Sheep'/91, l='world', x=-118.92, y=70.00, z=72.99], EntityCow['Cow'/92, l='world', x=-99.52, y=78.00, z=-199.75], EntitySheep['Sheep'/93, l='world', x=-104.14, y=79.00, z=8.14], EntitySheep['Sheep'/94, l='world', x=-110.10, y=65.00, z=30.46], EntitySheep['Sheep'/95, l='world', x=-104.45, y=74.00, z=67.64], EntityChicken['Chicken'/96, l='world', x=-105.51, y=70.00, z=160.48], EntityCow['Cow'/97, l='world', x=-83.46, y=80.00, z=-168.77], EntitySheep['Sheep'/98, l='world', x=-81.32, y=76.00, z=-107.44], EntitySheep['Sheep'/99, l='world', x=-81.82, y=65.00, z=-71.25], EntitySheep['Sheep'/100, l='world', x=-95.25, y=89.00, z=-71.89], EntityChicken['Chicken'/101, l='world', x=-82.62, y=68.00, z=14.50], EntitySheep['Sheep'/102, l='world', x=-91.17, y=73.00, z=82.10], EntitySheep['Sheep'/103, l='world', x=-82.52, y=72.00, z=101.24], EntityChicken['Chicken'/104, l='world', x=-90.52, y=80.00, z=103.45], EntitySheep['Sheep'/105, l='world', x=-81.21, y=72.00, z=101.42], EntitySheep['Sheep'/106, l='world', x=-89.02, y=69.00, z=162.98], EntityCow['Cow'/107, l='world', x=-78.16, y=71.00, z=-182.95], EntitySheep['Sheep'/108, l='world', x=-71.56, y=69.00, z=-94.68], EntitySheep['Sheep'/109, l='world', x=-74.23, y=66.00, z=-76.00], EntitySheep['Sheep'/110, l='world', x=-63.77, y=66.00, z=-63.54], EntitySheep['Sheep'/111, l='world', x=-64.16, y=67.00, z=-47.89], EntitySheep['Sheep'/112, l='world', x=-66.69, y=64.00, z=-1.85], EntitySheep['Sheep'/113, l='world', x=-75.29, y=75.00, z=33.27], EntityChicken['Chicken'/114, l='world', x=-71.60, y=76.00, z=36.40], EntitySheep['Sheep'/116, l='world', x=-77.43, y=72.00, z=63.68], EntitySheep['Sheep'/117, l='world', x=-64.11, y=70.00, z=84.94], EntitySheep['Sheep'/118, l='world', x=-74.22, y=68.00, z=101.63], EntityChicken['Chicken'/119, l='world', x=-78.63, y=70.00, z=109.51], EntityItem['item.item.egg'/120, l='world', x=-78.04, y=70.13, z=109.65], EntitySheep['Sheep'/121, l='world', x=-78.87, y=68.00, z=118.45], EntitySheep['Sheep'/123, l='world', x=-72.50, y=69.00, z=176.77], EntityChicken['Chicken'/124, l='world', x=-66.54, y=73.00, z=182.50], EntitySheep['Sheep'/125, l='world', x=-56.38, y=63.00, z=-86.46], EntitySheep['Sheep'/126, l='world', x=-54.50, y=63.00, z=-75.49], EntitySheep['Sheep'/127, l='world', x=-47.54, y=67.00, z=-74.69], EntitySheep['Sheep'/128, l='world', x=-58.82, y=66.00, z=-51.48], EntitySheep['Sheep'/129, l='world', x=-62.46, y=67.00, z=-48.75], EntitySheep['Sheep'/130, l='world', x=-62.44, y=68.00, z=-29.32], EntitySheep['Sheep'/131, l='world', x=-59.32, y=70.00, z=0.44], EntityChicken['Chicken'/132, l='world', x=-55.43, y=70.00, z=135.57], EntityChicken['Chicken'/133, l='world', x=-61.53, y=70.00, z=139.49], EntitySheep['Sheep'/134, l='world', x=-61.31, y=72.00, z=152.49], EntitySheep['Sheep'/135, l='world', x=-35.49, y=67.00, z=-182.69], EntityCow['Cow'/136, l='world', x=-43.98, y=64.00, z=-182.91], EntitySheep['Sheep'/137, l='world', x=-42.66, y=64.00, z=-176.07], EntitySheep['Sheep'/138, l='world', x=-40.58, y=63.00, z=-110.56], EntitySheep['Sheep'/139, l='world', x=-35.20, y=68.00, z=-96.47], EntitySheep['Sheep'/140, l='world', x=-34.96, y=70.00, z=-85.41], EntityChicken['Chicken'/141, l='world', x=-42.52, y=70.00, z=-77.43], EntityItem['item.item.egg'/142, l='world', x=-42.69, y=70.13, z=-76.94], EntitySheep['Sheep'/143, l='world', x=-43.02, y=74.00, z=34.98], EntitySheep['Sheep'/144, l='world', x=-41.20, y=71.00, z=61.53], EntityChicken['Chicken'/145, l='world', x=-42.60, y=76.00, z=182.60], EntitySheep['Sheep'/146, l='world', x=-18.17, y=69.00, z=-176.25], EntitySheep['Sheep'/147, l='world', x=-22.12, y=68.00, z=-182.95], EntitySheep['Sheep'/148, l='world', x=-27.52, y=63.00, z=-117.48], EntitySheep['Sheep'/149, l='world', x=-23.15, y=70.00, z=-85.68], EntitySheep['Sheep'/150, l='world', x=-19.32, y=69.00, z=-94.55], EntityItem['item.item.cookie'/151, l='world', x=-27.80, y=76.13, z=-15.60], EntitySheep['Sheep'/152, l='world', x=-21.76, y=69.00, z=59.89], EntitySheep['Sheep'/153, l='world', x=-19.48, y=64.00, z=49.69], EntitySheep['Sheep'/154, l='world', x=-26.48, y=65.00, z=53.17], EntitySheep['Sheep'/155, l='world', x=-23.56, y=74.00, z=79.68], EntitySheep['Sheep'/156, l='world', x=-17.55, y=26.00, z=80.35], EntityChicken['Chicken'/157, l='world', x=-22.45, y=75.00, z=92.50], EntitySheep['Sheep'/158, l='world', x=-16.53, y=63.00, z=86.54], EntityItem['item.item.egg'/159, l='world', x=-18.41, y=75.13, z=92.02], EntitySheep['Sheep'/160, l='world', x=-29.35, y=74.00, z=101.76], EntityPig['Pig'/161, l='world', x=-8.08, y=63.00, z=-198.71], EntitySheep['Sheep'/162, l='world', x=-10.68, y=66.00, z=-207.44], EntityPig['Pig'/163, l='world', x=-14.70, y=69.00, z=-183.57], EntitySheep['Sheep'/164, l='world', x=-1.68, y=66.00, z=-185.84], EntitySheep['Sheep'/165, l='world', x=-15.77, y=64.00, z=-140.50], EntitySheep['Sheep'/166, l='world', x=-1.48, y=67.00, z=-132.26], EntitySheep['Sheep'/167, l='world', x=-0.98, y=69.00, z=-120.07], EntitySheep['Sheep'/168, l='world', x=-5.47, y=72.00, z=-72.74], EntitySheep['Sheep'/169, l='world', x=-14.55, y=53.00, z=65.89], EntitySheep['Sheep'/170, l='world', x=-12.47, y=68.00, z=72.21], EntitySheep['Sheep'/171, l='world', x=-4.69, y=68.00, z=65.48], EntitySheep['Sheep'/172, l='world', x=-4.68, y=68.00, z=80.44], EntitySheep['Sheep'/173, l='world', x=-12.48, y=72.00, z=116.74], EntitySheep['Sheep'/174, l='world', x=-13.54, y=58.00, z=139.23], EntityChicken['Chicken'/175, l='world', x=-11.48, y=64.00, z=144.51], EntitySheep['Sheep'/176, l='world', x=-0.55, y=78.00, z=176.55], EntitySheep['Sheep'/177, l='world', x=10.48, y=63.00, z=-207.55], EntityPig['Pig'/178, l='world', x=12.24, y=66.00, z=-192.18], EntitySheep['Sheep'/179, l='world', x=1.26, y=67.00, z=-182.51], EntitySheep['Sheep'/180, l='world', x=10.80, y=67.00, z=-144.53], EntitySheep['Sheep'/181, l='world', x=5.95, y=70.00, z=-104.99], EntitySheep['Sheep'/182, l='world', x=9.45, y=70.00, z=-2.69], EntitySheep['Sheep'/183, l='world', x=6.62, y=55.00, z=36.83], EntitySheep['Sheep'/184, l='world', x=11.45, y=54.19, z=51.45], EntitySheep['Sheep'/185, l='world', x=10.05, y=67.00, z=61.93], EntityChicken['Chicken'/186, l='world', x=13.48, y=67.00, z=49.49], EntityChicken['Chicken'/187, l='world', x=8.52, y=66.00, z=86.51], EntitySheep['Sheep'/188, l='world', x=11.56, y=67.00, z=88.68], EntityChicken['Chicken'/189, l='world', x=4.62, y=67.00, z=87.45], EntityItem['item.item.egg'/190, l='world', x=12.62, y=66.13, z=87.14], EntityItem['item.item.egg'/191, l='world', x=4.78, y=67.13, z=88.15], EntityChicken['Chicken'/192, l='world', x=2.46, y=72.00, z=122.47], EntitySheep['Sheep'/193, l='world', x=8.89, y=71.00, z=120.94], EntitySheep['Sheep'/194, l='world', x=0.68, y=72.00, z=179.58], EntitySheep['Sheep'/195, l='world', x=18.15, y=67.00, z=-185.11], EntityPig['Pig'/196, l='world', x=16.47, y=67.00, z=-177.25], EntitySheep['Sheep'/197, l='world', x=16.81, y=68.00, z=-175.12], EntitySheep['Sheep'/198, l='world', x=19.93, y=67.00, z=-112.16], EntitySheep['Sheep'/199, l='world', x=24.70, y=66.00, z=-127.19], EntitySheep['Sheep'/200, l='world', x=23.50, y=67.00, z=-95.50], EntitySheep['Sheep'/201, l='world', x=17.63, y=68.00, z=-92.16], EntitySheep['Sheep'/202, l='world', x=18.20, y=74.00, z=-65.47], EntitySheep['Sheep'/203, l='world', x=20.48, y=69.00, z=36.53], EntitySheep['Sheep'/204, l='world', x=24.81, y=67.00, z=32.54], EntityChicken['Chicken'/205, l='world', x=16.40, y=67.00, z=45.46], EntityItem['item.item.egg'/206, l='world', x=16.87, y=67.13, z=45.36], EntityChicken['Chicken'/207, l='world', x=23.46, y=68.00, z=79.47], EntityChicken['Chicken'/208, l='world', x=26.47, y=63.00, z=153.48], EntitySheep['Sheep'/209, l='world', x=37.83, y=65.00, z=-183.50], EntitySheep['Sheep'/210, l='world', x=33.17, y=67.00, z=-176.90], EntitySheep['Sheep'/211, l='world', x=46.39, y=65.00, z=-165.28], EntitySheep['Sheep'/212, l='world', x=34.01, y=68.00, z=-139.98], EntitySheep['Sheep'/213, l='world', x=38.08, y=64.00, z=-113.99], EntitySheep['Sheep'/214, l='world', x=34.59, y=64.00, z=-110.24], EntitySheep['Sheep'/215, l='world', x=34.31, y=73.00, z=-60.42], EntitySheep['Sheep'/216, l='world', x=47.11, y=70.00, z=-54.81], EntitySheep['Sheep'/217, l='world', x=45.50, y=67.00, z=-23.62], EntitySheep['Sheep'/218, l='world', x=35.75, y=68.00, z=-29.35], EntitySheep['Sheep'/219, l='world', x=42.27, y=66.00, z=-9.64], EntitySheep['Sheep'/220, l='world', x=46.78, y=66.00, z=-2.85], EntitySheep['Sheep'/221, l='world', x=41.45, y=64.00, z=-5.65], EntityChicken['Chicken'/222, l='world', x=40.61, y=64.00, z=2.43], EntityItem['item.item.egg'/223, l='world', x=40.71, y=64.13, z=1.95], EntityChicken['Chicken'/224, l='world', x=42.55, y=64.00, z=91.56], EntityItem['item.item.egg'/225, l='world', x=43.15, y=64.13, z=92.35], EntityCow['Cow'/226, l='world', x=44.91, y=64.00, z=141.97], EntitySheep['Sheep'/227, l='world', x=37.05, y=65.00, z=167.94], EntitySheep['Sheep'/228, l='world', x=50.20, y=66.00, z=-183.88], EntitySheep['Sheep'/229, l='world', x=55.44, y=66.00, z=-160.56], EntitySheep['Sheep'/230, l='world', x=59.49, y=65.00, z=-126.22], EntitySheep['Sheep'/231, l='world', x=58.58, y=64.00, z=-114.56], EntitySheep['Sheep'/232, l='world', x=59.50, y=73.00, z=-37.50], EntitySheep['Sheep'/233, l='world', x=59.50, y=73.00, z=-37.50], EntitySheep['Sheep'/234, l='world', x=60.89, y=65.00, z=17.91], EntityVillager['Villager'/235, l='world', x=56.07, y=65.00, z=84.53], EntityChicken['Chicken'/236, l='world', x=59.58, y=66.00, z=90.52], EntitySheep['Sheep'/237, l='world', x=52.52, y=66.00, z=100.74], EntityChicken['Chicken'/238, l='world', x=58.39, y=65.00, z=131.47], EntitySheep['Sheep'/239, l='world', x=78.50, y=70.00, z=30.50], EntityChicken['Chicken'/240, l='world', x=66.58, y=69.00, z=94.39], EntityChicken['Chicken'/241, l='world', x=74.51, y=68.00, z=156.52], EntityItem['item.item.egg'/242, l='world', x=74.24, y=68.13, z=157.33], EntitySheep['Sheep'/243, l='world', x=83.14, y=64.00, z=-184.88], EntitySheep['Sheep'/244, l='world', x=95.07, y=70.00, z=53.85], EntitySheep['Sheep'/245, l='world', x=84.09, y=71.00, z=71.97], EntityChicken['Chicken'/246, l='world', x=87.52, y=72.00, z=74.53], EntityItem['item.item.egg'/247, l='world', x=87.04, y=72.13, z=75.33], EntityChicken['Chicken'/248, l='world', x=86.49, y=73.00, z=106.48], EntitySheep['Sheep'/249, l='world', x=103.92, y=64.00, z=-178.90], EntitySheep['Sheep'/250, l='world', x=96.53, y=64.00, z=-64.31], EntitySheep['Sheep'/251, l='world', x=101.32, y=69.00, z=31.43], EntitySheep['Sheep'/252, l='world', x=96.84, y=67.00, z=22.09], EntitySheep['Sheep'/253, l='world', x=104.55, y=75.00, z=84.66], EntitySheep['Sheep'/254, l='world', x=108.91, y=73.00, z=98.45], EntityChicken['Chicken'/255, l='world', x=105.58, y=65.00, z=146.51], EntityCow['Cow'/256, l='world', x=98.28, y=65.00, z=157.49], EntityItem['item.item.egg'/257, l='world', x=106.43, y=64.13, z=146.56], EntitySheep['Sheep'/258, l='world', x=108.47, y=64.00, z=169.69], EntityChicken['Chicken'/259, l='world', x=112.51, y=69.00, z=18.48], EntitySheep['Sheep'/260, l='world', x=115.09, y=68.00, z=119.84], EntityChicken['Chicken'/261, l='world', x=121.35, y=67.00, z=130.41], EntityItem['item.item.egg'/262, l='world', x=121.77, y=67.13, z=130.13], EntitySkeleton['Skeleton'/263, l='world', x=107.75, y=64.00, z=166.70], EntitySheep['Sheep'/264, l='world', x=131.12, y=65.00, z=-71.69], EntitySheep['Sheep'/265, l='world', x=132.46, y=67.00, z=47.91], EntityCreeper['Creeper'/266, l='world', x=130.26, y=64.00, z=161.51], EntitySheep['Sheep'/267, l='world', x=156.50, y=77.00, z=-162.50], EntitySheep['Sheep'/268, l='world', x=153.94, y=70.00, z=-157.06], EntitySheep['Sheep'/269, l='world', x=158.66, y=66.00, z=-60.45], EntitySheep['Sheep'/270, l='world', x=159.43, y=66.00, z=-61.64], EntitySheep['Sheep'/271, l='world', x=155.95, y=73.00, z=-19.99], EntitySheep['Sheep'/272, l='world', x=148.45, y=65.00, z=9.84], EntitySheep['Sheep'/273, l='world', x=154.65, y=71.00, z=43.55], EntitySheep['Sheep'/274, l='world', x=149.17, y=70.00, z=50.57], EntitySheep['Sheep'/275, l='world', x=159.32, y=68.00, z=69.43], EntityChicken['Chicken'/276, l='world', x=147.62, y=69.00, z=88.51], EntityVillager['Villager'/277, l='world', x=156.91, y=67.00, z=82.47], EntityChicken['Chicken'/278, l='world', x=157.48, y=67.00, z=115.53], EntitySheep['Sheep'/279, l='world', x=149.31, y=68.00, z=109.55], EntitySheep['Sheep'/280, l='world', x=158.50, y=64.00, z=156.50], EntitySheep['Sheep'/281, l='world', x=160.00, y=69.00, z=-165.19], EntitySheep['Sheep'/282, l='world', x=173.82, y=68.00, z=-132.26], EntitySheep['Sheep'/283, l='world', x=166.50, y=74.00, z=-131.50], EntitySheep['Sheep'/284, l='world', x=166.13, y=69.00, z=-129.72], EntitySheep['Sheep'/285, l='world', x=161.88, y=69.00, z=-128.37], EntitySmallFireball['entity.SmallFireball.name'/286, l='world', x=170.20, y=124.55, z=-101.27], EntitySheep['Sheep'/287, l='world', x=168.47, y=63.00, z=-77.46], EntitySheep['Sheep'/288, l='world', x=164.17, y=67.00, z=0.75], EntitySheep['Sheep'/289, l='world', x=172.51, y=67.00, z=4.17], EntityChicken['Chicken'/290, l='world', x=170.51, y=64.00, z=23.50], EntitySheep['Sheep'/291, l='world', x=164.13, y=66.00, z=19.05], EntityChicken['Chicken'/292, l='world', x=163.43, y=71.00, z=44.61], EntityChicken['Chicken'/293, l='world', x=160.62, y=65.00, z=89.52], EntitySheep['Sheep'/294, l='world', x=171.97, y=70.00, z=119.00], EntityChicken['Chicken'/295, l='world', x=167.46, y=70.00, z=131.54], EntityItem['item.item.egg'/296, l='world', x=164.69, y=70.13, z=131.95], EntitySheep['Sheep'/297, l='world', x=162.61, y=64.00, z=158.74], EntitySheep['Sheep'/298, l='world', x=189.50, y=71.00, z=-82.50], EntitySheep['Sheep'/299, l='world', x=186.52, y=63.00, z=-71.50], EntitySheep['Sheep'/300, l='world', x=190.00, y=66.00, z=-61.39], EntitySheep['Sheep'/301, l='world', x=191.55, y=67.00, z=-37.20], EntitySheep['Sheep'/302, l='world', x=185.98, y=70.00, z=-30.07], EntitySheep['Sheep'/303, l='world', x=188.94, y=69.00, z=-24.90], EntitySheep['Sheep'/304, l='world', x=181.13, y=72.00, z=-20.87], EntitySheep['Sheep'/305, l='world', x=189.30, y=67.00, z=-13.43], EntitySheep['Sheep'/306, l='world', x=180.32, y=67.00, z=6.85], EntitySheep['Sheep'/307, l='world', x=188.48, y=63.00, z=20.51], EntityChicken['Chicken'/308, l='world', x=180.37, y=68.00, z=29.98], EntityItem['item.item.slimeball'/309, l='world', x=178.75, y=16.13, z=54.83], EntitySmallFireball['entity.SmallFireball.name'/310, l='world', x=190.03, y=104.87, z=57.13], EntityChicken['Chicken'/311, l='world', x=191.48, y=65.00, z=99.84], EntityChicken['Chicken'/312, l='world', x=191.47, y=65.00, z=143.50], EntityItem['item.item.egg'/313, l='world', x=190.70, y=65.13, z=143.45], EntityItem['item.item.cookie'/422, l='world', x=-26.39, y=76.13, z=-15.78], EntityItem['item.item.apple'/423, l='world', x=189.39, y=71.13, z=270.96], EntityPlayer['Aethling'/424, l='world', x=157.09, y=72.00, z=264.62](Aethling at 157.08881638564148,72.0,264.6165838336268), EntityChicken['Chicken'/425, l='world', x=-8.53, y=69.00, z=272.46], EntityChicken['Chicken'/426, l='world', x=-3.18, y=69.00, z=415.57], EntityCow['Cow'/427, l='world', x=-8.11, y=69.00, z=415.90], EntityCow['Cow'/428, l='world', x=-11.75, y=69.00, z=415.79], EntityChicken['Chicken'/429, l='world', x=8.43, y=63.00, z=300.50], EntityItem['item.item.egg'/430, l='world', x=7.65, y=61.13, z=301.41], EntityItem['item.item.egg'/431, l='world', x=13.36, y=63.13, z=319.42], EntityChicken['Chicken'/432, l='world', x=13.44, y=64.00, z=320.54], EntitySheep['Sheep'/433, l='world', x=5.31, y=70.00, z=375.51], EntityCow['Cow'/434, l='world', x=1.45, y=70.00, z=405.72], EntityChicken['Chicken'/435, l='world', x=22.52, y=66.00, z=192.55], EntitySheep['Sheep'/436, l='world', x=24.93, y=66.00, z=199.03], EntityItem['item.item.egg'/437, l='world', x=23.00, y=66.13, z=192.38], EntitySheep['Sheep'/438, l='world', x=23.26, y=62.00, z=216.55], EntitySheep['Sheep'/439, l='world', x=16.31, y=64.00, z=218.47], EntityChicken['Chicken'/440, l='world', x=20.55, y=66.00, z=211.45], EntityChicken['Chicken'/441, l='world', x=18.57, y=45.00, z=239.56], EntityChicken['Chicken'/443, l='world', x=19.52, y=51.00, z=236.52], EntityChicken['Chicken'/444, l='world', x=28.38, y=57.00, z=226.49], EntityChicken['Chicken'/445, l='world', x=28.54, y=54.00, z=236.47], EntityChicken['Chicken'/447, l='world', x=17.39, y=64.00, z=259.48], EntityItem['item.item.egg'/448, l='world', x=17.82, y=64.13, z=260.04], EntityCow['Cow'/450, l='world', x=17.22, y=71.00, z=293.48], EntityChicken['Chicken'/452, l='world', x=16.52, y=64.00, z=325.53], EntityItem['item.item.egg'/453, l='world', x=16.88, y=66.13, z=333.24], EntityChicken['Chicken'/454, l='world', x=24.52, y=62.58, z=390.44], EntityItem['item.item.egg'/455, l='world', x=24.81, y=62.13, z=389.48], EntityCow['Cow'/456, l='world', x=33.45, y=61.00, z=212.28], EntitySkeleton['Skeleton'/457, l='world', x=38.87, y=68.00, z=225.70], EntitySkeleton['Skeleton'/458, l='world', x=43.50, y=65.00, z=251.50], EntitySkeleton['Skeleton'/459, l='world', x=32.56, y=71.00, z=293.08], EntitySpider['Spider'/460, l='world', x=45.82, y=70.00, z=278.69], EntityCow['Cow'/462, l='world', x=42.78, y=66.00, z=390.73], EntityCreeper['Creeper'/463, l='world', x=61.70, y=37.29, z=210.30], EntityChicken['Chicken'/464, l='world', x=51.44, y=60.00, z=214.50], EntityChicken['Chicken'/465, l='world', x=56.47, y=63.00, z=222.51], EntityItem['item.item.egg'/466, l='world', x=51.88, y=60.13, z=214.13], EntitySkeleton['Skeleton'/467, l='world', x=63.91, y=15.00, z=260.57], EntityCreeper['Creeper'/469, l='world', x=54.50, y=71.00, z=341.50], EntityChicken['Chicken'/472, l='world', x=78.17, y=64.00, z=211.33], EntityItem['item.item.egg'/473, l='world', x=78.40, y=64.13, z=210.99], EntityZombie['Zombie'/474, l='world', x=76.50, y=71.00, z=316.50], EntityChicken['Chicken'/475, l='world', x=79.39, y=74.00, z=358.50], EntityItem['item.item.arrow'/478, l='world', x=86.79, y=64.13, z=241.85], EntityItem['item.item.bone'/479, l='world', x=84.37, y=64.13, z=242.85], EntityCow['Cow'/481, l='world', x=91.23, y=70.00, z=430.79], EntityItem['item.item.arrow'/482, l='world', x=102.13, y=63.13, z=208.25], EntityItem['item.item.bone'/483, l='world', x=103.15, y=64.13, z=208.54], EntityItem['item.item.arrow'/484, l='world', x=104.00, y=64.13, z=237.02], EntityItem['item.item.arrow'/485, l='world', x=103.58, y=64.13, z=225.34], EntityIronGolem['Iron Golem'/486, l='world', x=120.74, y=64.00, z=229.86], EntityItem['item.item.rottenFlesh'/487, l='world', x=104.91, y=64.13, z=236.00], EntityIronGolem['Iron Golem'/488, l='world', x=122.80, y=64.00, z=234.35], EntityItem['item.item.rottenFlesh'/489, l='world', x=108.48, y=64.13, z=241.45], EntityIronGolem['Iron Golem'/490, l='world', x=96.45, y=64.00, z=281.95], EntityCreeper['Creeper'/491, l='world', x=99.71, y=75.00, z=359.48], EntityItem['item.item.arrow'/494, l='world', x=121.38, y=63.13, z=207.60], EntityItem['item.item.arrow'/495, l='world', x=122.80, y=63.13, z=213.76], EntityItem['item.item.bone'/496, l='world', x=121.88, y=63.13, z=212.43], EntityCow['Cow'/497, l='world', x=130.35, y=63.00, z=214.22], EntityCreeper['Creeper'/498, l='world', x=115.50, y=64.00, z=234.50], EntityItem['item.item.string'/499, l='world', x=113.90, y=64.13, z=232.66], EntityZombie['Zombie'/500, l='world', x=121.31, y=63.00, z=252.93], EntityItem['item.item.bone'/501, l='world', x=112.71, y=64.13, z=241.22], EntityIronGolem['Iron Golem'/502, l='world', x=115.68, y=66.00, z=269.04], EntityIronGolem['Iron Golem'/503, l='world', x=127.02, y=61.00, z=276.00], EntityItem['item.item.rottenFlesh'/504, l='world', x=121.43, y=65.13, z=281.88], EntitySpider['Spider'/505, l='world', x=122.70, y=56.00, z=288.70], EntitySpider['Spider'/506, l='world', x=124.30, y=56.00, z=289.64], EntitySpider['Spider'/507, l='world', x=119.70, y=57.00, z=290.61], EntitySpider['Spider'/508, l='world', x=123.34, y=56.00, z=291.63], EntitySpider['Spider'/509, l='world', x=119.87, y=57.00, z=293.87], EntitySkeleton['Skeleton'/510, l='world', x=114.71, y=34.00, z=321.82], EntityItem['item.item.spiderEye'/511, l='world', x=123.28, y=71.13, z=306.33], EntityZombie['Zombie'/512, l='world', x=114.30, y=34.00, z=322.70], EntityZombie['Zombie'/513, l='world', x=121.08, y=35.00, z=308.53], EntitySkeleton['Skeleton'/514, l='world', x=116.30, y=34.18, z=326.23], EntityChicken['Chicken'/515, l='world', x=122.51, y=72.00, z=346.48], EntityItem['item.item.egg'/516, l='world', x=122.04, y=72.13, z=345.84], EntityPig['Pig'/517, l='world', x=115.71, y=65.00, z=419.48], EntityChicken['Chicken'/518, l='world', x=128.95, y=63.00, z=203.94], EntityIronGolem['Iron Golem'/519, l='world', x=142.34, y=63.00, z=232.13], EntityCreeper['Creeper'/520, l='world', x=131.50, y=33.00, z=266.50], EntityCreeper['Creeper'/521, l='world', x=132.50, y=33.00, z=266.50], EntityCreeper['Creeper'/522, l='world', x=141.50, y=27.00, z=287.50], EntitySkeleton['Skeleton'/523, l='world', x=133.39, y=70.00, z=308.88], EntityZombie['Zombie'/524, l='world', x=137.60, y=71.00, z=346.09], EntityCreeper['Creeper'/525, l='world', x=132.50, y=73.00, z=402.50], EntitySkeleton['Skeleton'/526, l='world', x=138.50, y=64.00, z=408.50], EntitySpider['Spider'/527, l='world', x=151.39, y=63.00, z=202.55], EntitySkeleton['Skeleton'/528, l='world', x=153.50, y=63.00, z=199.50], EntitySpider['Spider'/529, l='world', x=150.30, y=63.00, z=200.12], EntityChicken['Chicken'/530, l='world', x=159.52, y=63.00, z=208.53], EntityCreeper['Creeper'/531, l='world', x=154.50, y=13.00, z=267.50], EntityCreeper['Creeper'/532, l='world', x=152.14, y=62.00, z=262.79], EntityZombie['Zombie'/533, l='world', x=155.88, y=57.00, z=262.54], EntityCreeper['Creeper'/534, l='world', x=158.33, y=45.00, z=280.94], EntitySkeleton['Skeleton'/535, l='world', x=153.33, y=45.00, z=280.82], EntityCreeper['Creeper'/536, l='world', x=153.52, y=45.00, z=287.03], EntityCreeper['Creeper'/537, l='world', x=155.78, y=38.00, z=281.95], EntityCreeper['Creeper'/538, l='world', x=154.78, y=48.00, z=290.69], EntitySpider['Spider'/539, l='world', x=162.19, y=47.00, z=290.40], EntitySkeleton['Skeleton'/540, l='world', x=149.36, y=21.00, z=319.89], EntityZombie['Zombie'/541, l='world', x=149.24, y=38.00, z=326.90], EntitySkeleton['Skeleton'/542, l='world', x=148.37, y=38.00, z=326.14], EntitySkeleton['Skeleton'/543, l='world', x=150.22, y=38.00, z=326.30], EntityCreeper['Creeper'/544, l='world', x=148.50, y=38.00, z=325.30], EntityCreeper['Creeper'/547, l='world', x=144.50, y=70.00, z=423.50], EntityCreeper['Creeper'/548, l='world', x=169.78, y=35.00, z=244.09], EntityItem['item.tile.gravel'/549, l='world', x=172.82, y=61.13, z=251.88], EntityItem['item.tile.wood.oak'/550, l='world', x=175.44, y=69.13, z=261.46], EntityItem['item.tile.stonebrick'/551, l='world', x=172.88, y=69.13, z=259.44], EntityItem['item.tile.log.oak'/552, l='world', x=174.55, y=68.13, z=258.50], EntityItem['item.tile.wood.oak'/553, l='world', x=173.22, y=69.13, z=259.78], EntityItem['item.tile.wood.oak'/554, l='world', x=173.42, y=70.13, z=260.88], EntityZombie['Zombie'/555, l='world', x=163.62, y=45.00, z=276.94], EntitySkeleton['Skeleton'/556, l='world', x=165.49, y=38.00, z=276.17], EntityEnderman['Enderman'/557, l='world', x=171.85, y=45.00, z=290.03], EntitySpider['Spider'/558, l='world', x=167.77, y=51.00, z=285.73], EntityCreeper['Creeper'/559, l='world', x=155.00, y=53.00, z=280.53], EntityZombie['Zombie'/560, l='world', x=167.50, y=31.00, z=293.50], EntityVillager['Villager'/561, l='world', x=164.81, y=65.00, z=308.52], EntityChicken['Chicken'/562, l='world', x=174.78, y=64.00, z=305.04], EntityItem['item.item.egg'/563, l='world', x=175.86, y=64.13, z=306.84], EntityChicken['Chicken'/564, l='world', x=174.78, y=64.00, z=304.50], EntityChicken['Chicken'/565, l='world', x=175.55, y=64.00, z=305.59], EntityItem['item.item.egg'/566, l='world', x=174.75, y=64.13, z=304.96], EntityVillager['Villager'/567, l='world', x=170.49, y=65.00, z=304.21], EntityVillager['Villager'/568, l='world', x=161.55, y=65.00, z=304.18], EntityChicken['Chicken'/569, l='world', x=175.00, y=64.00, z=306.36], EntityChicken['Chicken'/570, l='world', x=172.35, y=71.00, z=353.42], EntityCreeper['Creeper'/571, l='world', x=171.83, y=68.00, z=371.13], EntityCreeper['Creeper'/572, l='world', x=181.37, y=63.00, z=216.05], EntityCreeper['Creeper'/573, l='world', x=181.50, y=63.00, z=211.50], EntitySkeleton['Skeleton'/574, l='world', x=179.89, y=86.00, z=257.30], EntitySkeleton['Skeleton'/575, l='world', x=182.50, y=31.00, z=259.50], EntityItem['item.item.apple'/577, l='world', x=186.15, y=71.13, z=271.56], EntityChicken['Chicken'/578, l='world', x=180.50, y=64.00, z=303.78], EntityChicken['Chicken'/579, l='world', x=177.50, y=64.00, z=303.78], EntityChicken['Chicken'/580, l='world', x=179.50, y=64.00, z=303.78], EntityItem['item.item.egg'/581, l='world', x=180.88, y=64.13, z=303.75], EntityItem['item.item.egg'/582, l='world', x=176.87, y=64.13, z=303.75], EntityMinecart['Minecart'/583, l='world', x=176.81, y=58.69, z=309.50], EntityChicken['Chicken'/584, l='world', x=178.50, y=64.00, z=307.22], EntityChicken['Chicken'/585, l='world', x=181.22, y=64.00, z=304.68], EntityItem['item.item.egg'/586, l='world', x=179.77, y=64.13, z=305.52], EntityChicken['Chicken'/587, l='world', x=181.22, y=64.00, z=304.15], EntityChicken['Chicken'/588, l='world', x=177.50, y=64.00, z=307.22], EntityChicken['Chicken'/589, l='world', x=181.22, y=64.00, z=306.16], EntityChicken['Chicken'/590, l='world', x=179.50, y=64.00, z=307.22], EntityItem['item.item.egg'/591, l='world', x=178.70, y=64.13, z=304.99], EntityItem['item.item.egg'/592, l='world', x=179.85, y=64.13, z=306.26], EntityItem['item.item.egg'/593, l='world', x=178.66, y=64.13, z=304.37], EntityItem['item.item.egg'/594, l='world', x=176.16, y=64.13, z=307.23], EntityItem['item.item.egg'/595, l='world', x=180.04, y=64.13, z=307.25], EntityItem['item.item.egg'/596, l='world', x=177.72, y=64.13, z=307.25], EntityChicken['Chicken'/597, l='world', x=180.40, y=64.00, z=304.50], EntityItem['item.item.egg'/598, l='world', x=181.25, y=64.13, z=305.36], EntityChicken['Chicken'/599, l='world', x=175.50, y=64.00, z=303.78], EntityZombie['Zombie'/600, l='world', x=188.50, y=68.00, z=341.70], EntityChicken['Chicken'/601, l='world', x=189.44, y=77.00, z=421.59], EntityItem['item.item.egg'/602, l='world', x=189.77, y=77.13, z=421.60], EntityChicken['Chicken'/603, l='world', x=198.65, y=65.00, z=111.83], EntityChicken['Chicken'/604, l='world', x=197.41, y=64.00, z=100.56], EntitySheep['Sheep'/605, l='world', x=195.24, y=66.00, z=143.51], EntitySkeleton['Skeleton'/607, l='world', x=197.50, y=53.00, z=150.50], EntitySkeleton['Skeleton'/608, l='world', x=198.50, y=53.00, z=150.50], EntityCreeper['Creeper'/609, l='world', x=193.50, y=53.00, z=149.50], EntityCreeper['Creeper'/610, l='world', x=196.50, y=64.00, z=156.50], EntityZombie['Zombie'/611, l='world', x=201.53, y=60.00, z=197.30], EntitySpider['Spider'/612, l='world', x=203.61, y=16.00, z=293.26], EntityCreeper['Creeper'/614, l='world', x=204.50, y=64.00, z=288.50], EntitySheep['Sheep'/616, l='world', x=210.77, y=64.00, z=104.94], EntityChicken['Chicken'/617, l='world', x=223.48, y=64.00, z=117.52], EntityItem['item.item.egg'/618, l='world', x=222.70, y=64.13, z=117.31], EntityChicken['Chicken'/619, l='world', x=216.48, y=64.00, z=128.63], EntityChicken['Chicken'/621, l='world', x=223.48, y=31.00, z=213.55], EntityItem['item.item.egg'/622, l='world', x=223.88, y=31.13, z=213.86], EntityPig['Pig'/623, l='world', x=213.51, y=64.00, z=227.07], EntityPig['Pig'/624, l='world', x=212.07, y=64.00, z=229.52], EntityPig['Pig'/625, l='world', x=212.07, y=64.00, z=228.38], EntityMushroomCow['Mooshroom'/626, l='world', x=213.32, y=64.00, z=239.07], EntityMushroomCow['Mooshroom'/627, l='world', x=221.44, y=64.00, z=239.07], EntityMushroomCow['Mooshroom'/628, l='world', x=222.55, y=64.00, z=239.07], EntityMushroomCow['Mooshroom'/629, l='world', x=212.07, y=64.00, z=239.45], EntityPig['Pig'/630, l='world', x=213.23, y=64.00, z=230.30], EntitySheep['Sheep'/631, l='world', x=213.27, y=64.00, z=240.40], EntityMushroomCow['Mooshroom'/632, l='world', x=222.93, y=64.00, z=245.55], EntitySheep['Sheep'/633, l='world', x=218.22, y=64.00, z=245.22], EntitySheep['Sheep'/634, l='world', x=216.96, y=64.00, z=245.93], EntityMushroomCow['Mooshroom'/635, l='world', x=216.95, y=64.00, z=243.93], EntitySheep['Sheep'/636, l='world', x=212.07, y=64.00, z=241.45], EntitySheep['Sheep'/637, l='world', x=221.73, y=64.00, z=244.79], EntitySheep['Sheep'/638, l='world', x=220.93, y=64.00, z=240.27], EntitySpider['Spider'/639, l='world', x=211.58, y=64.00, z=255.06], EntitySpider['Spider'/640, l='world', x=215.50, y=64.00, z=262.50], EntityIronGolem['Iron Golem'/641, l='world', x=208.19, y=71.00, z=288.06], EntityPig['Pig'/642, l='world', x=209.11, y=63.00, z=355.36], EntityCow['Cow'/643, l='world', x=222.22, y=70.00, z=363.63], EntitySheep['Sheep'/644, l='world', x=208.65, y=64.00, z=360.19], EntityChicken['Chicken'/645, l='world', x=217.15, y=61.45, z=427.50], EntityItem['item.item.egg'/646, l='world', x=217.21, y=61.13, z=428.39], EntitySheep['Sheep'/647, l='world', x=232.49, y=63.00, z=100.54], EntityChicken['Chicken'/648, l='world', x=231.07, y=66.00, z=113.36], EntityItem['item.item.egg'/649, l='world', x=231.57, y=66.13, z=113.82], EntityChicken['Chicken'/651, l='world', x=234.44, y=63.00, z=205.47], EntitySpider['Spider'/653, l='world', x=235.11, y=63.00, z=200.02], EntityChicken['Chicken'/654, l='world', x=236.30, y=44.00, z=243.36], EntityChicken['Chicken'/655, l='world', x=239.85, y=37.00, z=240.12], EntityItem['item.item.egg'/656, l='world', x=236.71, y=44.13, z=243.88], EntityCreeper['Creeper'/657, l='world', x=230.50, y=64.00, z=266.50], EntitySquid['Squid'/658, l='world', x=231.47, y=61.38, z=319.47], EntitySheep['Sheep'/659, l='world', x=238.25, y=63.00, z=328.41], EntitySquid['Squid'/660, l='world', x=230.73, y=61.00, z=321.76], EntitySquid['Squid'/661, l='world', x=231.89, y=61.00, z=321.38], EntitySquid['Squid'/662, l='world', x=238.09, y=61.07, z=322.29], EntityZombie['Zombie'/663, l='world', x=224.79, y=61.88, z=329.82], EntityPig['Pig'/664, l='world', x=225.11, y=63.00, z=340.75], EntityCreeper['Creeper'/665, l='world', x=234.68, y=64.00, z=340.58], EntityZombie['Zombie'/666, l='world', x=229.52, y=62.06, z=333.91], EntityCreeper['Creeper'/667, l='world', x=233.79, y=66.00, z=349.88], EntityChicken['Chicken'/668, l='world', x=242.53, y=64.00, z=111.81], EntitySheep['Sheep'/669, l='world', x=249.83, y=67.00, z=135.50], EntityChicken['Chicken'/670, l='world', x=251.50, y=56.00, z=224.58], EntityItem['item.item.egg'/671, l='world', x=251.79, y=56.13, z=224.93], EntitySpider['Spider'/672, l='world', x=238.66, y=64.00, z=258.61], EntitySpider['Spider'/673, l='world', x=241.81, y=64.00, z=253.63], EntityChicken['Chicken'/674, l='world', x=247.42, y=62.46, z=271.47], EntityChicken['Chicken'/676, l='world', x=252.51, y=62.53, z=274.52], EntityCow['Cow'/677, l='world', x=253.77, y=64.00, z=329.16], EntityPig['Pig'/678, l='world', x=255.76, y=66.00, z=322.54], EntityChicken['Chicken'/679, l='world', x=247.49, y=68.00, z=327.56], EntityItem['item.item.egg'/680, l='world', x=249.09, y=68.13, z=332.06], EntityCow['Cow'/681, l='world', x=243.56, y=66.00, z=374.74], EntityChicken['Chicken'/682, l='world', x=267.46, y=62.51, z=111.85], EntityChicken['Chicken'/683, l='world', x=258.40, y=69.00, z=119.44], EntityChicken['Chicken'/684, l='world', x=262.54, y=67.00, z=116.57], EntityItem['item.item.egg'/685, l='world', x=262.32, y=67.13, z=116.27], EntityItem['item.item.egg'/686, l='world', x=258.57, y=69.13, z=119.66], EntityZombie['Zombie'/687, l='world', x=258.50, y=63.00, z=202.50], EntitySlime['Slime'/688, l='world', x=258.23, y=14.00, z=281.70], EntityPig['Pig'/691, l='world', x=260.93, y=63.00, z=321.72], EntityPig['Pig'/692, l='world', x=257.51, y=63.00, z=321.11], EntitySheep['Sheep'/693, l='world', x=264.47, y=64.00, z=349.20], EntityCow['Cow'/694, l='world', x=264.85, y=64.00, z=345.84], EntityPig['Pig'/695, l='world', x=265.01, y=64.00, z=380.05], EntityChicken['Chicken'/696, l='world', x=258.43, y=70.00, z=370.54], EntityItem['item.item.egg'/697, l='world', x=257.87, y=70.13, z=369.92], EntitySheep['Sheep'/698, l='world', x=273.77, y=67.00, z=142.58], EntityChicken['Chicken'/699, l='world', x=279.45, y=64.00, z=194.45], EntityItem['item.item.egg'/700, l='world', x=279.43, y=64.13, z=195.06], EntityChicken['Chicken'/703, l='world', x=274.47, y=64.00, z=375.37], EntityItem['item.item.egg'/704, l='world', x=273.72, y=64.13, z=375.23], EntityChicken['Chicken'/705, l='world', x=299.48, y=64.00, z=106.06], EntityChicken['Chicken'/706, l='world', x=297.40, y=64.00, z=115.48], EntityItem['item.item.egg'/707, l='world', x=297.55, y=64.13, z=115.66], EntitySheep['Sheep'/708, l='world', x=300.97, y=64.00, z=136.08], EntitySheep['Sheep'/709, l='world', x=298.35, y=69.00, z=366.46], EntityPig['Pig'/710, l='world', x=315.28, y=64.00, z=201.17], EntityPig['Pig'/711, l='world', x=305.43, y=64.00, z=323.64], EntitySmallFireball['entity.SmallFireball.name'/712, l='world', x=318.37, y=91.74, z=411.72], EntitySquid['Squid'/713, l='world', x=252.31, y=56.36, z=264.97], EntitySquid['Squid'/714, l='world', x=257.33, y=56.34, z=267.30], EntitySquid['Squid'/715, l='world', x=256.97, y=56.00, z=262.49], EntitySquid['Squid'/716, l='world', x=259.20, y=55.35, z=265.75], EntitySquid['Squid'/717, l='world', x=246.08, y=57.00, z=302.08], EntitySquid['Squid'/719, l='world', x=241.50, y=58.38, z=310.92], EntitySquid['Squid'/720, l='world', x=246.47, y=57.00, z=292.53], EntitySquid['Squid'/721, l='world', x=252.53, y=58.12, z=297.07], EntityPlayer['LadyTilda'/722, l='world', x=150.74, y=71.00, z=296.83](LadyTilda at 150.7369837381391,71.0,296.83199913354173), EntitySheep['Sheep'/723, l='world', x=-3.23, y=68.00, z=447.56], EntityCow['Cow'/724, l='world', x=-7.05, y=67.00, z=457.13], EntitySheep['Sheep'/725, l='world', x=3.79, y=67.00, z=453.37], EntityCow['Cow'/730, l='world', x=69.03, y=67.00, z=454.08], EntityCow['Cow'/731, l='world', x=80.45, y=68.00, z=458.11], EntityCow['Cow'/735, l='world', x=145.99, y=69.00, z=463.99], EntityCow['Cow'/737, l='world', x=191.49, y=72.00, z=462.22], EntityCow['Cow'/739, l='world', x=262.44, y=69.00, z=445.13], EntityCow['Cow'/741, l='world', x=288.09, y=68.00, z=443.49], EntitySpider['Spider'/744, l='world', x=220.82, y=64.00, z=161.65], EntitySkeleton['Skeleton'/753, l='world', x=221.50, y=64.00, z=164.50], EntityCreeper['Creeper'/761, l='world', x=77.50, y=64.00, z=210.50], EntityZombie['Zombie'/772, l='world', x=264.50, y=63.00, z=220.50], EntitySpider['Spider'/778, l='world', x=179.19, y=86.00, z=252.51], EntityZombie['Zombie'/782, l='world', x=69.81, y=75.00, z=282.17], EntityZombie['Zombie'/783, l='world', x=77.50, y=76.00, z=289.50], EntityCreeper['Creeper'/785, l='world', x=76.32, y=76.00, z=287.66], EntityCreeper['Creeper'/787, l='world', x=77.50, y=76.00, z=288.50], EntityZombie['Zombie'/788, l='world', x=45.04, y=70.00, z=342.49], EntityCreeper['Creeper'/791, l='world', x=196.98, y=20.00, z=396.66], EntityPlayer['simondb'/798, l='world', x=173.15, y=76.77, z=268.73](simondb at 173.14795207956533,76.76636799395752,268.73406896038057), EntityChicken['Chicken'/799, l='world', x=320.62, y=72.00, z=141.41], EntityChicken['Chicken'/800, l='world', x=323.55, y=58.00, z=209.50], EntityChicken['Chicken'/801, l='world', x=329.51, y=63.00, z=220.51], EntityPig['Pig'/802, l='world', x=331.95, y=63.00, z=274.18], EntityCow['Cow'/803, l='world', x=326.23, y=69.00, z=347.26], EntitySmallFireball['entity.SmallFireball.name'/804, l='world', x=332.64, y=95.10, z=400.58], EntitySmallFireball['entity.SmallFireball.name'/805, l='world', x=329.71, y=99.27, z=411.46], EntitySkeleton['Skeleton'/815, l='world', x=124.50, y=64.00, z=237.50], EntityItem['item.item.rottenFlesh'/820, l='world', x=120.95, y=64.13, z=230.72], EntityItem['item.item.rottenFlesh'/821, l='world', x=118.09, y=64.13, z=226.88], EntityItem['item.item.wheat'/822, l='world', x=152.37, y=71.13, z=296.03], EntitySkeleton['Skeleton'/843, l='world', x=45.50, y=67.00, z=276.50], EntityCreeper['Creeper'/846, l='world', x=69.50, y=72.00, z=356.50]]
  40. - World world Players: 3 total; [EntityPlayer['Aethling'/424, l='world', x=157.09, y=72.00, z=264.62](Aethling at 157.08881638564148,72.0,264.6165838336268), EntityPlayer['LadyTilda'/722, l='world', x=150.74, y=71.00, z=296.83](LadyTilda at 150.7369837381391,71.0,296.83199913354173), EntityPlayer['simondb'/798, l='world', x=173.15, y=76.77, z=268.73](simondb at 173.14795207956533,76.76636799395752,268.73406896038057)]
  41. - World world Chunk Stats: ServerChunkCache: 1054 Drop: 0
  42. - World world_nether Entities: 81 total; [EntityPigZombie['Zombie Pigman'/314, l='world_nether', x=-82.50, y=41.00, z=27.50], EntityPigZombie['Zombie Pigman'/315, l='world_nether', x=-78.37, y=46.00, z=25.60], EntityPigZombie['Zombie Pigman'/316, l='world_nether', x=-45.31, y=46.00, z=-113.89], EntityMagmaCube['Magma Cube'/317, l='world_nether', x=-67.70, y=56.95, z=-106.30], EntityPigZombie['Zombie Pigman'/318, l='world_nether', x=-48.70, y=46.00, z=-108.83], EntityPigZombie['Zombie Pigman'/319, l='world_nether', x=-52.25, y=75.00, z=-92.92], EntityPigZombie['Zombie Pigman'/320, l='world_nether', x=-59.46, y=15.00, z=-78.54], EntityPigZombie['Zombie Pigman'/321, l='world_nether', x=-55.70, y=75.00, z=-77.98], EntityMagmaCube['Magma Cube'/322, l='world_nether', x=-48.40, y=24.00, z=-48.46], EntityPigZombie['Zombie Pigman'/323, l='world_nether', x=-57.46, y=75.00, z=-50.41], EntityPigZombie['Zombie Pigman'/324, l='world_nether', x=-52.57, y=20.00, z=-25.30], EntityPigZombie['Zombie Pigman'/325, l='world_nether', x=-36.50, y=61.00, z=40.50], EntityPigZombie['Zombie Pigman'/326, l='world_nether', x=-34.81, y=61.00, z=41.32], EntityPigZombie['Zombie Pigman'/327, l='world_nether', x=-23.35, y=85.00, z=-84.76], EntityPigZombie['Zombie Pigman'/328, l='world_nether', x=-16.28, y=85.00, z=-81.57], EntityPigZombie['Zombie Pigman'/329, l='world_nether', x=-30.63, y=86.00, z=-85.92], EntityPigZombie['Zombie Pigman'/330, l='world_nether', x=-37.84, y=63.00, z=-38.10], EntityItem['item.item.magmaCream'/331, l='world_nether', x=-21.51, y=48.13, z=13.13], EntityPigZombie['Zombie Pigman'/332, l='world_nether', x=-24.30, y=79.00, z=24.30], EntityPigZombie['Zombie Pigman'/333, l='world_nether', x=-25.11, y=61.00, z=44.30], EntityPigZombie['Zombie Pigman'/334, l='world_nether', x=-22.89, y=32.00, z=52.93], EntityPigZombie['Zombie Pigman'/335, l='world_nether', x=-22.90, y=32.00, z=48.38], EntityPigZombie['Zombie Pigman'/336, l='world_nether', x=-16.24, y=55.00, z=-72.62], EntityPigZombie['Zombie Pigman'/337, l='world_nether', x=12.37, y=43.00, z=-66.63], EntityPigZombie['Zombie Pigman'/338, l='world_nether', x=10.52, y=92.00, z=-74.99], EntityPigZombie['Zombie Pigman'/339, l='world_nether', x=11.59, y=86.00, z=-68.61], EntityPigZombie['Zombie Pigman'/340, l='world_nether', x=14.92, y=87.00, z=-65.81], EntityPigZombie['Zombie Pigman'/341, l='world_nether', x=16.77, y=88.00, z=-70.99], EntityPigZombie['Zombie Pigman'/342, l='world_nether', x=26.41, y=40.00, z=-76.75], EntityPigZombie['Zombie Pigman'/343, l='world_nether', x=30.06, y=42.00, z=-68.65], EntityPigZombie['Zombie Pigman'/344, l='world_nether', x=25.00, y=89.00, z=-70.26], EntityPigZombie['Zombie Pigman'/345, l='world_nether', x=22.98, y=43.00, z=-59.65], EntityPigZombie['Zombie Pigman'/346, l='world_nether', x=18.76, y=82.00, z=-58.70], EntityPigZombie['Zombie Pigman'/347, l='world_nether', x=23.57, y=37.00, z=-39.22], EntityPigZombie['Zombie Pigman'/348, l='world_nether', x=25.60, y=66.00, z=-45.16], EntityPigZombie['Zombie Pigman'/352, l='world_nether', x=29.72, y=42.00, z=-65.97], EntityPigZombie['Zombie Pigman'/353, l='world_nether', x=46.09, y=73.00, z=-74.71], EntityPigZombie['Zombie Pigman'/354, l='world_nether', x=44.70, y=79.00, z=-77.91], EntityPigZombie['Zombie Pigman'/355, l='world_nether', x=47.29, y=90.00, z=-71.56], EntityPigZombie['Zombie Pigman'/356, l='world_nether', x=43.61, y=49.00, z=-54.59], EntityPigZombie['Zombie Pigman'/357, l='world_nether', x=47.59, y=60.00, z=-43.12], EntityPigZombie['Zombie Pigman'/358, l='world_nether', x=42.73, y=52.00, z=-25.38], EntityPigZombie['Zombie Pigman'/359, l='world_nether', x=40.62, y=53.00, z=-25.31], EntityPigZombie['Zombie Pigman'/360, l='world_nether', x=40.83, y=46.00, z=19.31], EntityPigZombie['Zombie Pigman'/361, l='world_nether', x=38.66, y=46.00, z=23.63], EntityPigZombie['Zombie Pigman'/362, l='world_nether', x=39.53, y=46.00, z=22.54], EntityPigZombie['Zombie Pigman'/363, l='world_nether', x=41.29, y=46.00, z=29.01], EntityPigZombie['Zombie Pigman'/364, l='world_nether', x=36.17, y=62.00, z=50.81], EntityPigZombie['Zombie Pigman'/365, l='world_nether', x=53.35, y=65.00, z=-98.90], EntityPigZombie['Zombie Pigman'/366, l='world_nether', x=53.18, y=57.00, z=-51.47], EntityGhast['Ghast'/367, l='world_nether', x=97.33, y=56.73, z=-8.04], EntityPigZombie['Zombie Pigman'/368, l='world_nether', x=58.33, y=91.00, z=-0.30], EntityPigZombie['Zombie Pigman'/369, l='world_nether', x=75.02, y=62.25, z=-70.86], EntityPigZombie['Zombie Pigman'/370, l='world_nether', x=76.70, y=63.00, z=-56.96], EntityPigZombie['Zombie Pigman'/371, l='world_nether', x=67.52, y=64.00, z=-59.47], EntityPigZombie['Zombie Pigman'/372, l='world_nether', x=71.90, y=60.00, z=-40.21], EntityPigZombie['Zombie Pigman'/373, l='world_nether', x=81.75, y=45.00, z=-5.66], EntityPigZombie['Zombie Pigman'/374, l='world_nether', x=71.62, y=44.00, z=-10.59], EntityPigZombie['Zombie Pigman'/375, l='world_nether', x=79.50, y=46.00, z=-1.50], EntityPigZombie['Zombie Pigman'/376, l='world_nether', x=76.16, y=76.00, z=-12.20], EntityPigZombie['Zombie Pigman'/377, l='world_nether', x=79.50, y=46.00, z=0.50], EntityMagmaCube['Magma Cube'/378, l='world_nether', x=69.70, y=72.00, z=4.30], EntityPigZombie['Zombie Pigman'/379, l='world_nether', x=78.29, y=41.00, z=19.33], EntityPigZombie['Zombie Pigman'/380, l='world_nether', x=71.31, y=42.00, z=25.84], EntityPigZombie['Zombie Pigman'/381, l='world_nether', x=76.23, y=41.00, z=33.35], EntityPigZombie['Zombie Pigman'/382, l='world_nether', x=76.50, y=67.00, z=54.50], EntityPigZombie['Zombie Pigman'/383, l='world_nether', x=75.50, y=67.00, z=54.50], EntityPigZombie['Zombie Pigman'/384, l='world_nether', x=94.50, y=73.00, z=-69.50], EntityPigZombie['Zombie Pigman'/385, l='world_nether', x=91.50, y=73.00, z=-68.50], EntityPigZombie['Zombie Pigman'/386, l='world_nether', x=90.29, y=45.00, z=-20.00], EntityPigZombie['Zombie Pigman'/387, l='world_nether', x=89.16, y=74.00, z=-18.37], EntityPigZombie['Zombie Pigman'/388, l='world_nether', x=86.05, y=45.00, z=-3.73], EntityPigZombie['Zombie Pigman'/389, l='world_nether', x=83.54, y=46.00, z=-7.41], EntityPigZombie['Zombie Pigman'/390, l='world_nether', x=87.30, y=77.00, z=-8.76], EntityPigZombie['Zombie Pigman'/391, l='world_nether', x=95.60, y=79.00, z=0.54], EntityPigZombie['Zombie Pigman'/392, l='world_nether', x=109.30, y=68.00, z=-52.27], EntityPigZombie['Zombie Pigman'/393, l='world_nether', x=108.84, y=64.00, z=-55.13], EntityPigZombie['Zombie Pigman'/394, l='world_nether', x=102.34, y=73.00, z=-58.96], EntityPigZombie['Zombie Pigman'/395, l='world_nether', x=107.61, y=66.00, z=-21.23], EntityMagmaCube['Magma Cube'/396, l='world_nether', x=105.70, y=48.00, z=-7.70], EntityPigZombie['Zombie Pigman'/397, l='world_nether', x=104.42, y=59.00, z=-5.19]]
  43. - World world_nether Players: 0 total; []
  44. - World world_nether Chunk Stats: ServerChunkCache: 625 Drop: 0
  45. - World world_the_end Entities: 14 total; [EntityEnderDragon['Ender Dragon'/398, l='world_the_end', x=-176.20, y=107.83, z=-44.78], EntityEnderCrystal['entity.EnderCrystal.name'/406, l='world_the_end', x=-65.50, y=90.00, z=-31.50], EntityEnderCrystal['entity.EnderCrystal.name'/407, l='world_the_end', x=-69.50, y=68.00, z=58.50], EntityEnderCrystal['entity.EnderCrystal.name'/408, l='world_the_end', x=-65.50, y=46.00, z=74.50], EntityEnderCrystal['entity.EnderCrystal.name'/409, l='world_the_end', x=-55.50, y=79.00, z=-18.50], EntityEnderCrystal['entity.EnderCrystal.name'/410, l='world_the_end', x=-46.50, y=90.00, z=-7.50], EntityEnderCrystal['entity.EnderCrystal.name'/411, l='world_the_end', x=2.50, y=85.00, z=50.50], EntityEnderCrystal['entity.EnderCrystal.name'/412, l='world_the_end', x=30.50, y=89.00, z=75.50], EntityEnderCrystal['entity.EnderCrystal.name'/413, l='world_the_end', x=38.50, y=79.00, z=-73.50], EntityEnderCrystal['entity.EnderCrystal.name'/414, l='world_the_end', x=42.50, y=84.00, z=-73.50], EntityEnderCrystal['entity.EnderCrystal.name'/415, l='world_the_end', x=61.50, y=76.00, z=-65.50], EntityEnderCrystal['entity.EnderCrystal.name'/416, l='world_the_end', x=60.50, y=74.00, z=-20.50], EntityEnderCrystal['entity.EnderCrystal.name'/417, l='world_the_end', x=57.50, y=90.00, z=23.50], EntityEnderCrystal['entity.EnderCrystal.name'/418, l='world_the_end', x=74.50, y=84.00, z=6.50]]
  46. - World world_the_end Players: 0 total; []
  47. - World world_the_end Chunk Stats: ServerChunkCache: 625 Drop: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement