Advertisement
Guest User

Untitled

a guest
Oct 29th, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.56 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I let you down. Sorry :(
  3.  
  4. Time: 10/29/12 7:40 PM
  5. Description: Exception in server tick loop
  6.  
  7. java.lang.NoSuchFieldError: X
  8. at com.bergerkiller.bukkit.tc.controller.NativeMinecartMember.move(NativeMinecartMember.java:719)
  9. at net.minecraft.server.EntityMinecart.j_(EntityMinecart.java:451)
  10. at net.minecraft.server.World.entityJoinedWorld(World.java:1278)
  11. at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:526)
  12. at net.minecraft.server.World.playerJoinedWorld(World.java:1260)
  13. at net.minecraft.server.World.tickEntities(World.java:1159)
  14. at net.minecraft.server.WorldServer.tickEntities(WorldServer.java:439)
  15. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:557)
  16. at net.minecraft.server.DedicatedServer.r(DedicatedServer.java:215)
  17. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:486)
  18. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:419)
  19. at net.minecraft.server.ThreadServerApplication.run(SourceFile:818)
  20.  
  21. Relevant Details:
  22. - Minecraft Version: 1.4.2
  23. - Operating System: Linux (amd64) version 3.2.0-29-generic
  24. - Java Version: 1.7.0_07, Oracle Corporation
  25. - Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  26. - Memory: 169300632 bytes (161 MB) / 450166784 bytes (429 MB) up to 3262251008 bytes (3111 MB)
  27. - JVM Flags: 1 total; -Xmx3500M
  28. - AABB Pool Size: 8696 (486976 bytes; 0 MB) allocated, 8696 (486976 bytes; 0 MB) used
  29. - CraftBukkit Information:
  30. Running: CraftBukkit version git-Bukkit-1.3.2-R3.0-16-ge0726f3-b2420jnks (MC: 1.4.2) (Implementing API version 1.4.2-R0.1-SNAPSHOT) false
  31. Plugins: { MultiWorld v4.1.1 multiworld.MultiWorldPlugin [ferrybig], GroupManager v2.0 (2.9.2) (Phoenix) org.anjocaido.groupmanager.GroupManager [AnjoCaido, Gabriel Couto, ElgarL], PHPsend v0.9 org.shadowz.phpsend.MainPhpSend [], WorldEdit v5.4.3 com.sk89q.worldedit.bukkit.WorldEditPlugin [], BukkitCompat vr21b com.mcmyadmin.bukkitcompat.BukkitCompat [PhonicUK], BKCommonLib v1.33 com.bergerkiller.bukkit.common.internal.CommonPlugin [bergerkiller], WorldGuard v5.5.4 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], dynmap v0.90-1347 org.dynmap.bukkit.DynmapPlugin [FrozenCow, mikeprimm], Essentials v2.9.4 com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally], EssentialsProtect v2.9.4 com.earth2me.essentials.protect.EssentialsProtect [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], EssentialsSpawn v2.9.4 com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], Train Carts v1.71.8 com.bergerkiller.bukkit.tc.TrainCarts [bergerkiller], EssentialsChat v2.9.4 com.earth2me.essentials.chat.EssentialsChat [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally], AuthMe v2.6.7b5 uk.org.whoami.authme.AuthMe [darkwarriros], WirelessRedstone v1.7b net.licks92.WirelessRedstone.WirelessRedstone [licks92], Vault v1.2.19-b248 net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], LWC v4.3.0 (b736-git-1b1150b1) (August 08, 2012) com.griefcraft.lwc.LWCPlugin [Hidendra],}
  32. Warnings: DEFAULT
  33. Threads: { RUNNABLE Dynmap Render Thread: [org.dynmap.hdmap.IsoHDPerspective$OurPerspectiveState.visit_block(IsoHDPerspective.java:774), org.dynmap.hdmap.IsoHDPerspective$OurPerspectiveState.raytrace(IsoHDPerspective.java:874), org.dynmap.hdmap.IsoHDPerspective$OurPerspectiveState.access$400(IsoHDPerspective.java:86), org.dynmap.hdmap.IsoHDPerspective.render(IsoHDPerspective.java:1428), org.dynmap.hdmap.HDMapTile.render(HDMapTile.java:96), org.dynmap.MapManager$FullWorldRenderState.processTile(MapManager.java:636), org.dynmap.MapManager$FullWorldRenderState.run(MapManager.java:582), org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$1.run(MapManager.java:180), org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:196), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471), java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334), java.util.concurrent.FutureTask.run(FutureTask.java:166), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING pool-1-thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING pool-1-thread-6: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING pool-2-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE pool-4-thread-1 Selector0: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98), org.eclipse.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:564), org.eclipse.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:285), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], RUNNABLE Thread-13: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398), java.net.ServerSocket.implAccept(ServerSocket.java:522), java.net.ServerSocket.accept(ServerSocket.java:490), org.shadowz.phpsend.Connector.accept(Connector.java:50), org.shadowz.phpsend.PhpSendListenThread.prepareConnection(PhpSendListenThread.java:34), org.shadowz.phpsend.PhpSendListenThread.run(PhpSendListenThread.java:73), java.lang.Thread.run(Thread.java:722)], RUNNABLE pool-4-thread-2 Acceptor0 SelectChannelConnector@0.0.0.0:8123: [sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method), sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:226), org.eclipse.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:104), org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:933), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING Thread-7: [java.lang.Thread.sleep(Native Method), com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:159), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING pool-1-thread-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING HashSessionScavenger-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING pool-1-thread-3: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1618), org.bukkit.craftbukkit.CraftCrashReport.call(CraftCrashReport.java:28), net.minecraft.server.CrashReport.a(CrashReport.java:44), net.minecraft.server.CrashReport.g(CrashReport.java:39), net.minecraft.server.CrashReport.<init>(CrashReport.java:28), net.minecraft.server.MinecraftServer.run(MinecraftServer.java:436), net.minecraft.server.ThreadServerApplication.run(SourceFile:818)], RUNNABLE DestroyJavaVM: [], RUNNABLE Connection #2 read thread: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.read(SocketInputStream.java:150), java.net.SocketInputStream.read(SocketInputStream.java:121), java.net.SocketInputStream.read(SocketInputStream.java:203), java.io.FilterInputStream.read(FilterInputStream.java:83), net.minecraft.server.Packet.a(Packet.java:93), net.minecraft.server.NetworkManager.i(NetworkManager.java:193), net.minecraft.server.NetworkManager.c(NetworkManager.java:332), net.minecraft.server.NetworkReaderThread.run(SourceFile:101)], TIMED_WAITING Thread-4: [java.lang.Thread.sleep(Native Method), net.minecraft.server.ThreadSleepForever.run(SourceFile:52)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:177)], TIMED_WAITING pool-1-thread-5: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], WAITING Dynmap Render Thread: [java.lang.Object.wait(Native Method), org.bukkit.craftbukkit.scheduler.CraftFuture.get(CraftFuture.java:54), org.bukkit.craftbukkit.scheduler.CraftFuture.get(CraftFuture.java:42), org.dynmap.MapManager$CheckWorldTimes.run(MapManager.java:715), org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:196), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471), java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334), java.util.concurrent.FutureTask.run(FutureTask.java:166), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178), java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1: [java.lang.Object.wait(Native Method), com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534)], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151), sun.java2d.Disposer.run(Disposer.java:145), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING Connection #2 write thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.NetworkWriterThread.run(NetworkWriterThread.java:38)], TIMED_WAITING Dynmap Render Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], RUNNABLE Thread-5: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:242), java.io.BufferedInputStream.fill(BufferedInputStream.java:235), java.io.BufferedInputStream.read(BufferedInputStream.java:254), java.io.FilterInputStream.read(FilterInputStream.java:83), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105), net.minecraft.server.ThreadCommandReader.run(ThreadCommandReader.java:33)], WAITING Thread-18: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), org.dynmap.AsynchronousQueue.pop(AsynchronousQueue.java:44), org.dynmap.AsynchronousQueue.running(AsynchronousQueue.java:128), org.dynmap.AsynchronousQueue.access$000(AsynchronousQueue.java:9), org.dynmap.AsynchronousQueue$1.run(AsynchronousQueue.java:83), java.lang.Thread.run(Thread.java:722)], TIMED_WAITING com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#0: [java.lang.Object.wait(Native Method), com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534)], TIMED_WAITING Keep-Alive-Timer: [java.lang.Thread.sleep(Native Method), sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:172), java.lang.Thread.run(Thread.java:722)], WAITING Thread-9: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:186), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), org.bukkit.craftbukkit.ChunkCompressionThread.run(ChunkCompressionThread.java:40), java.lang.Thread.run(Thread.java:722)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:503), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING pool-1-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1043), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1103), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603), java.lang.Thread.run(Thread.java:722)], RUNNABLE Listen thread: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398), java.net.ServerSocket.implAccept(ServerSocket.java:522), java.net.ServerSocket.accept(ServerSocket.java:490), net.minecraft.server.DedicatedServerConnectionThread.run(DedicatedServerConnectionThread.java:62)], TIMED_WAITING com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#2: [java.lang.Object.wait(Native Method), com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:534)], TIMED_WAITING Thread-8: [java.lang.Thread.sleep(Native Method), com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110), java.lang.Thread.run(Thread.java:722)],}
  34. Recent tasks from -29-1{Vault:net.milkbowl.vault.Vault$1@31,WirelessRedstone:net.licks92.WirelessRedstone.WirelessRedstone$1@31,Essentials:com.earth2me.essentials.UserMap$1@31,Essentials:com.earth2me.essentials.UserMap$1@31,Essentials:com.earth2me.essentials.storage.AsyncStorageObjectHolder$StorageObjectDataReader@31,Essentials:com.earth2me.essentials.storage.AsyncStorageObjectHolder$StorageObjectDataReader@31,}
  35. - Is Modded: Definitely; 'craftbukkit'
  36. - Profiler Position: N/A (disabled)
  37. - Player Count: 0 / 64; []
  38. - World world Entities: 387 total; [EntityItem['item.item.egg'/0, l='world', x=-49.83, y=74.13, z=-621.75], EntityItem['item.item.egg'/1, l='world', x=-50.25, y=72.13, z=-615.51], EntityItem['item.item.egg'/2, l='world', x=-48.82, y=77.13, z=-610.12], EntityItem['item.item.egg'/3, l='world', x=-48.10, y=78.13, z=-610.13], EntityItem['item.item.egg'/4, l='world', x=-48.09, y=78.13, z=-610.97], EntitySkeleton['Skeleton'/5, l='world', x=-48.50, y=59.00, z=-423.50], EntityItem['item.item.apple'/6, l='world', x=-19.58, y=64.13, z=-689.32], EntityCreeper['Creeper'/7, l='world', x=-28.10, y=31.00, z=-545.50], EntitySpider['Spider'/8, l='world', x=-29.92, y=31.00, z=-545.60], EntityCreeper['Creeper'/9, l='world', x=-31.46, y=30.77, z=-544.49], EntityZombie['Zombie'/10, l='world', x=-25.26, y=21.00, z=-495.33], EntityPig['Pig'/11, l='world', x=-26.86, y=72.00, z=-472.23], EntityItem['item.tile.sapling.oak'/12, l='world', x=-3.84, y=70.13, z=-719.88], EntitySkeleton['Skeleton'/13, l='world', x=-0.50, y=65.00, z=-626.50], EntitySpider['Spider'/14, l='world', x=-1.50, y=65.00, z=-629.50], EntityChicken['Chicken'/15, l='world', x=-9.35, y=65.00, z=-580.50], EntityPig['Pig'/16, l='world', x=-7.29, y=66.00, z=-503.52], EntitySpider['Spider'/17, l='world', x=-0.50, y=73.00, z=-443.50], EntitySkeleton['Skeleton'/18, l='world', x=15.50, y=65.00, z=-634.50], EntitySkeleton['Skeleton'/19, l='world', x=15.50, y=65.00, z=-632.50], EntitySheep['Sheep'/20, l='world', x=14.94, y=69.00, z=-610.55], EntityCreeper['Creeper'/21, l='world', x=13.50, y=68.00, z=-616.50], EntitySpider['Spider'/22, l='world', x=6.50, y=18.00, z=-607.50], EntityEnderman['Enderman'/23, l='world', x=1.50, y=18.00, z=-605.50], EntitySpider['Spider'/24, l='world', x=8.49, y=18.00, z=-605.49], EntitySpider['Spider'/25, l='world', x=4.50, y=18.00, z=-606.50], EntityZombie['Zombie'/26, l='world', x=2.50, y=22.00, z=-592.50], EntityZombie['Zombie'/27, l='world', x=6.50, y=21.00, z=-598.50], EntityZombie['Zombie'/28, l='world', x=7.50, y=21.00, z=-597.50], EntityZombie['Zombie'/29, l='world', x=4.50, y=21.00, z=-599.50], EntitySkeleton['Skeleton'/30, l='world', x=7.50, y=21.00, z=-596.50], EntityZombie['Zombie'/31, l='world', x=4.50, y=18.00, z=-604.50], EntitySkeleton['Skeleton'/32, l='world', x=4.50, y=18.00, z=-607.55], EntityCreeper['Creeper'/33, l='world', x=2.50, y=18.00, z=-605.50], EntitySkeleton['Skeleton'/34, l='world', x=15.50, y=36.00, z=-586.50], EntitySkeleton['Skeleton'/35, l='world', x=10.50, y=39.00, z=-544.50], EntityZombie['Zombie'/36, l='world', x=14.50, y=39.00, z=-546.50], EntitySkeleton['Skeleton'/37, l='world', x=3.50, y=39.00, z=-538.50], EntitySpider['Spider'/38, l='world', x=10.50, y=64.00, z=-536.50], EntitySpider['Spider'/39, l='world', x=13.50, y=64.00, z=-535.50], EntitySkeleton['Skeleton'/40, l='world', x=13.50, y=64.00, z=-535.50], EntitySpider['Spider'/41, l='world', x=4.50, y=64.00, z=-541.50], EntitySkeleton['Skeleton'/42, l='world', x=4.50, y=64.00, z=-541.50], EntitySpider['Spider'/43, l='world', x=7.50, y=64.00, z=-540.50], EntitySpider['Spider'/44, l='world', x=14.50, y=23.00, z=-497.50], EntitySpider['Spider'/45, l='world', x=13.50, y=23.00, z=-493.50], EntitySpider['Spider'/46, l='world', x=15.50, y=23.00, z=-495.50], EntityZombie['Zombie'/47, l='world', x=12.45, y=23.00, z=-494.55], EntitySkeleton['Skeleton'/48, l='world', x=11.50, y=25.00, z=-489.50], EntityZombie['Zombie'/49, l='world', x=7.50, y=23.00, z=-490.50], EntityZombie['Zombie'/50, l='world', x=10.50, y=23.00, z=-493.50], EntityZombie['Zombie'/51, l='world', x=1.50, y=23.00, z=-490.50], EntityZombie['Zombie'/52, l='world', x=7.50, y=23.00, z=-489.50], EntityZombie['Zombie'/53, l='world', x=11.50, y=51.00, z=-490.50], EntityZombie['Zombie'/54, l='world', x=11.50, y=51.00, z=-493.50], EntitySkeleton['Skeleton'/55, l='world', x=15.86, y=51.00, z=-482.53], EntitySheep['Sheep'/56, l='world', x=3.15, y=71.00, z=-492.10], EntityPig['Pig'/57, l='world', x=4.79, y=72.00, z=-482.64], EntitySkeleton['Skeleton'/58, l='world', x=2.50, y=72.00, z=-482.50], EntitySkeleton['Skeleton'/59, l='world', x=0.50, y=72.00, z=-482.50], EntitySkeleton['Skeleton'/60, l='world', x=4.50, y=54.00, z=-475.50], EntitySkeleton['Skeleton'/61, l='world', x=5.50, y=54.00, z=-477.50], EntityZombie['Zombie'/62, l='world', x=9.50, y=72.00, z=-477.50], EntityCreeper['Creeper'/63, l='world', x=11.50, y=74.00, z=-456.50], EntityCreeper['Creeper'/64, l='world', x=12.50, y=74.00, z=-460.50], EntitySpider['Spider'/65, l='world', x=7.50, y=74.00, z=-453.50], EntityZombie['Zombie'/66, l='world', x=10.50, y=38.00, z=-425.50], EntityZombie['Zombie'/67, l='world', x=11.50, y=38.00, z=-426.50], EntitySkeleton['Skeleton'/68, l='world', x=1.50, y=42.00, z=-428.50], EntitySkeleton['Skeleton'/69, l='world', x=2.50, y=42.00, z=-427.50], EntityZombie['Zombie'/70, l='world', x=6.50, y=40.00, z=-429.50], EntityZombie['Zombie'/71, l='world', x=4.50, y=41.00, z=-430.50], EntitySkeleton['Skeleton'/72, l='world', x=8.50, y=44.00, z=-419.50], EntitySpider['Spider'/73, l='world', x=10.50, y=12.00, z=-413.50], EntitySpider['Spider'/74, l='world', x=10.50, y=12.00, z=-410.50], EntityZombie['Zombie'/75, l='world', x=3.50, y=39.00, z=-413.50], EntitySkeleton['Skeleton'/76, l='world', x=15.50, y=68.00, z=-411.50], EntityItem['item.tile.sapling.oak'/77, l='world', x=31.13, y=67.13, z=-705.63], EntityItem['item.tile.sapling.oak'/78, l='world', x=29.88, y=66.13, z=-707.42], EntityItem['item.tile.sapling.oak'/79, l='world', x=30.01, y=71.13, z=-707.88], EntityCreeper['Creeper'/80, l='world', x=28.50, y=19.00, z=-630.50], EntitySkeleton['Skeleton'/81, l='world', x=18.50, y=19.00, z=-624.50], EntityChicken['Chicken'/82, l='world', x=31.52, y=63.00, z=-551.42], EntityItem['item.item.egg'/83, l='world', x=31.88, y=63.13, z=-550.75], EntityPig['Pig'/84, l='world', x=28.41, y=72.00, z=-457.56], EntityPig['Pig'/85, l='world', x=27.85, y=72.00, z=-459.21], EntityPig['Pig'/86, l='world', x=17.46, y=72.00, z=-448.71], EntityPig['Pig'/87, l='world', x=21.70, y=70.00, z=-428.53], EntitySkeleton['Skeleton'/88, l='world', x=19.50, y=37.00, z=-406.50], EntitySkeleton['Skeleton'/89, l='world', x=17.50, y=37.00, z=-409.50], EntityCreeper['Creeper'/90, l='world', x=17.50, y=37.00, z=-411.50], EntityCreeper['Creeper'/91, l='world', x=16.50, y=37.00, z=-408.50], EntityCreeper['Creeper'/92, l='world', x=17.50, y=37.00, z=-408.50], EntityCreeper['Creeper'/93, l='world', x=28.71, y=33.00, z=-354.54], EntityZombie['Zombie'/94, l='world', x=25.50, y=34.00, z=-350.50], EntityZombie['Zombie'/95, l='world', x=26.50, y=34.00, z=-351.50], EntitySpider['Spider'/96, l='world', x=45.50, y=69.00, z=-640.50], EntitySkeleton['Skeleton'/97, l='world', x=39.50, y=39.00, z=-628.50], EntityCreeper['Creeper'/98, l='world', x=44.50, y=59.00, z=-627.50], EntitySkeleton['Skeleton'/99, l='world', x=47.50, y=59.00, z=-629.50], EntitySkeleton['Skeleton'/100, l='world', x=45.50, y=59.00, z=-628.50], EntitySkeleton['Skeleton'/101, l='world', x=44.50, y=59.00, z=-625.50], EntityCreeper['Creeper'/102, l='world', x=46.50, y=68.00, z=-633.50], EntityCreeper['Creeper'/103, l='world', x=44.50, y=68.00, z=-631.50], EntityChicken['Chicken'/104, l='world', x=47.40, y=64.00, z=-561.39], EntityItem['item.item.egg'/105, l='world', x=47.95, y=64.13, z=-561.33], EntityChicken['Chicken'/106, l='world', x=34.56, y=64.00, z=-554.54], EntityCow['Cow'/107, l='world', x=37.24, y=64.00, z=-518.49], EntityCreeper['Creeper'/108, l='world', x=52.48, y=44.00, z=-641.02], EntityCreeper['Creeper'/109, l='world', x=49.50, y=29.00, z=-638.50], EntityCreeper['Creeper'/110, l='world', x=48.50, y=29.00, z=-638.50], EntitySkeleton['Skeleton'/111, l='world', x=63.30, y=43.00, z=-636.30], EntityCreeper['Creeper'/112, l='world', x=54.66, y=40.00, z=-639.50], EntityCreeper['Creeper'/113, l='world', x=53.50, y=34.00, z=-624.50], EntityCreeper['Creeper'/114, l='world', x=51.50, y=35.00, z=-628.50], EntityCreeper['Creeper'/115, l='world', x=54.50, y=35.00, z=-627.50], EntityEnderman['Enderman'/116, l='world', x=53.50, y=35.00, z=-627.50], EntityEnderman['Enderman'/117, l='world', x=53.50, y=35.00, z=-629.50], EntitySkeleton['Skeleton'/118, l='world', x=60.50, y=46.00, z=-630.50], EntitySpider['Spider'/119, l='world', x=55.50, y=34.00, z=-624.50], EntitySkeleton['Skeleton'/120, l='world', x=57.50, y=47.00, z=-630.50], EntitySkeleton['Skeleton'/121, l='world', x=58.50, y=47.00, z=-629.50], EntityZombie['Zombie'/122, l='world', x=61.50, y=45.00, z=-633.50], EntitySkeleton['Skeleton'/123, l='world', x=48.90, y=51.00, z=-633.47], EntitySkeleton['Skeleton'/124, l='world', x=53.41, y=52.00, z=-630.41], EntitySkeleton['Skeleton'/125, l='world', x=55.50, y=52.00, z=-629.50], EntitySkeleton['Skeleton'/126, l='world', x=53.12, y=52.00, z=-631.37], EntityCreeper['Creeper'/127, l='world', x=62.50, y=49.00, z=-624.50], EntityZombie['Zombie'/128, l='world', x=60.50, y=49.00, z=-624.50], EntityZombie['Zombie'/129, l='world', x=54.50, y=48.00, z=-633.50], EntitySkeleton['Skeleton'/130, l='world', x=57.50, y=48.00, z=-629.50], EntityZombie['Zombie'/131, l='world', x=55.50, y=52.00, z=-630.50], EntityZombie['Zombie'/132, l='world', x=48.50, y=59.00, z=-626.50], EntityZombie['Zombie'/133, l='world', x=48.50, y=59.00, z=-631.50], EntitySpider['Spider'/134, l='world', x=61.50, y=48.00, z=-626.50], EntityCreeper['Creeper'/135, l='world', x=54.50, y=52.00, z=-630.50], EntityZombie['Zombie'/136, l='world', x=55.50, y=69.00, z=-637.50], EntityChicken['Chicken'/137, l='world', x=54.40, y=64.00, z=-555.40], EntityItem['item.item.egg'/138, l='world', x=54.77, y=64.13, z=-554.80], EntityCow['Cow'/139, l='world', x=62.62, y=70.00, z=-510.65], EntitySkeleton['Skeleton'/140, l='world', x=56.50, y=56.00, z=-405.50], EntitySkeleton['Skeleton'/141, l='world', x=54.50, y=64.00, z=-410.50], EntitySkeleton['Skeleton'/142, l='world', x=51.50, y=64.00, z=-413.50], EntitySkeleton['Skeleton'/143, l='world', x=65.48, y=47.00, z=-644.13], EntityCreeper['Creeper'/144, l='world', x=79.50, y=44.00, z=-640.50], EntityCreeper['Creeper'/145, l='world', x=75.50, y=12.00, z=-630.50], EntityCreeper['Creeper'/146, l='world', x=79.50, y=15.00, z=-637.50], EntityZombie['Zombie'/147, l='world', x=70.50, y=31.00, z=-624.50], EntitySkeleton['Skeleton'/148, l='world', x=64.16, y=43.00, z=-637.15], EntityZombie['Zombie'/149, l='world', x=65.59, y=47.00, z=-626.98], EntitySkeleton['Skeleton'/150, l='world', x=66.59, y=44.00, z=-639.41], EntityEnderman['Enderman'/151, l='world', x=78.50, y=42.00, z=-630.50], EntityEnderman['Enderman'/152, l='world', x=79.19, y=42.00, z=-634.70], EntitySkeleton['Skeleton'/153, l='world', x=75.50, y=42.00, z=-627.50], EntitySkeleton['Skeleton'/154, l='world', x=76.50, y=42.00, z=-628.50], EntityCreeper['Creeper'/155, l='world', x=74.97, y=42.00, z=-631.33], EntityZombie['Zombie'/156, l='world', x=65.50, y=43.00, z=-628.50], EntityZombie['Zombie'/157, l='world', x=67.50, y=43.00, z=-628.50], EntityCreeper['Creeper'/158, l='world', x=79.50, y=44.00, z=-639.50], EntitySkeleton['Skeleton'/159, l='world', x=67.50, y=44.00, z=-638.50], EntityZombie['Zombie'/160, l='world', x=64.50, y=45.00, z=-633.50], EntityCreeper['Creeper'/161, l='world', x=70.50, y=52.00, z=-625.50], EntityPig['Pig'/162, l='world', x=68.95, y=68.00, z=-633.05], EntityPig['Pig'/163, l='world', x=73.64, y=72.00, z=-634.19], EntitySkeleton['Skeleton'/164, l='world', x=73.50, y=66.00, z=-630.50], EntityZombie['Zombie'/165, l='world', x=73.50, y=67.00, z=-632.50], EntityZombie['Zombie'/166, l='world', x=76.50, y=67.00, z=-634.50], EntitySheep['Sheep'/167, l='world', x=76.72, y=63.00, z=-597.84], EntityCow['Cow'/168, l='world', x=78.11, y=67.00, z=-486.94], EntitySheep['Sheep'/169, l='world', x=65.02, y=69.00, z=-472.99], EntitySheep['Sheep'/170, l='world', x=76.31, y=66.00, z=-462.50], EntityPig['Pig'/171, l='world', x=68.14, y=67.00, z=-422.45], EntitySkeleton['Skeleton'/172, l='world', x=64.50, y=53.00, z=-410.50], EntityZombie['Zombie'/173, l='world', x=73.50, y=73.00, z=-405.50], EntitySkeleton['Skeleton'/174, l='world', x=95.91, y=37.00, z=-632.55], EntityCreeper['Creeper'/175, l='world', x=95.50, y=37.00, z=-628.50], EntitySkeleton['Skeleton'/176, l='world', x=94.50, y=37.00, z=-628.50], EntitySkeleton['Skeleton'/177, l='world', x=87.50, y=54.00, z=-632.50], EntityPig['Pig'/178, l='world', x=85.47, y=69.00, z=-635.71], EntitySheep['Sheep'/179, l='world', x=88.25, y=63.00, z=-599.16], EntitySheep['Sheep'/180, l='world', x=85.21, y=63.00, z=-585.72], EntityItem['item.tile.sapling.oak'/181, l='world', x=109.20, y=75.13, z=-695.71], EntityItem['item.tile.sapling.oak'/182, l='world', x=107.80, y=67.13, z=-700.00], EntityCreeper['Creeper'/183, l='world', x=99.03, y=40.00, z=-641.40], EntityCreeper['Creeper'/184, l='world', x=97.70, y=38.00, z=-634.50], EntityZombie['Zombie'/185, l='world', x=97.17, y=37.00, z=-633.39], EntityZombie['Zombie'/186, l='world', x=111.50, y=36.00, z=-625.50], EntitySpider['Spider'/187, l='world', x=111.50, y=35.00, z=-633.50], EntityCreeper['Creeper'/188, l='world', x=110.50, y=35.00, z=-631.50], EntityCreeper['Creeper'/189, l='world', x=111.50, y=35.00, z=-631.50], EntityCreeper['Creeper'/190, l='world', x=104.50, y=39.00, z=-636.50], EntitySkeleton['Skeleton'/191, l='world', x=106.50, y=63.00, z=-624.50], EntitySheep['Sheep'/192, l='world', x=98.35, y=63.00, z=-615.08], EntityCreeper['Creeper'/193, l='world', x=126.50, y=18.00, z=-643.50], EntitySkeleton['Skeleton'/194, l='world', x=115.50, y=20.00, z=-626.50], EntityZombie['Zombie'/195, l='world', x=112.50, y=36.00, z=-625.50], EntityCreeper['Creeper'/196, l='world', x=115.50, y=63.00, z=-637.50], EntityCow['Cow'/197, l='world', x=127.08, y=72.00, z=-468.15], EntitySkeleton['Skeleton'/198, l='world', x=124.50, y=40.00, z=-415.50], EntitySkeleton['Skeleton'/199, l='world', x=127.40, y=40.00, z=-415.35], EntitySkeleton['Skeleton'/200, l='world', x=127.96, y=40.00, z=-416.01], EntitySkeleton['Skeleton'/201, l='world', x=126.50, y=41.00, z=-413.50], EntityItem['item.item.rottenFlesh'/202, l='world', x=122.96, y=71.13, z=-415.88], EntityZombie['Zombie'/203, l='world', x=133.50, y=28.00, z=-640.50], EntityCreeper['Creeper'/204, l='world', x=132.50, y=18.00, z=-640.50], EntityZombie['Zombie'/205, l='world', x=135.50, y=15.00, z=-634.50], EntityCreeper['Creeper'/206, l='world', x=141.59, y=23.00, z=-627.48], EntityCreeper['Creeper'/207, l='world', x=140.79, y=23.00, z=-627.57], EntitySkeleton['Skeleton'/208, l='world', x=138.50, y=27.00, z=-635.50], EntitySkeleton['Skeleton'/209, l='world', x=139.50, y=27.00, z=-636.50], EntitySkeleton['Skeleton'/210, l='world', x=139.50, y=27.00, z=-639.50], EntitySkeleton['Skeleton'/211, l='world', x=142.50, y=24.00, z=-633.50], EntityCreeper['Creeper'/212, l='world', x=142.50, y=50.00, z=-627.50], EntityCreeper['Creeper'/213, l='world', x=140.50, y=50.00, z=-624.50], EntitySkeleton['Skeleton'/214, l='world', x=141.50, y=50.00, z=-628.50], EntitySkeleton['Skeleton'/215, l='world', x=137.50, y=50.00, z=-624.50], EntitySkeleton['Skeleton'/216, l='world', x=129.50, y=40.00, z=-414.50], EntityCreeper['Creeper'/217, l='world', x=138.50, y=47.00, z=-409.50], EntityCreeper['Creeper'/218, l='world', x=137.50, y=47.00, z=-408.50], EntityZombie['Zombie'/219, l='world', x=138.50, y=47.00, z=-406.50], EntityCreeper['Creeper'/220, l='world', x=139.50, y=47.00, z=-410.50], EntitySkeleton['Skeleton'/221, l='world', x=151.50, y=16.00, z=-632.50], EntityCreeper['Creeper'/222, l='world', x=149.50, y=33.00, z=-630.50], EntityZombie['Zombie'/223, l='world', x=147.50, y=33.00, z=-627.50], EntityCreeper['Creeper'/224, l='world', x=145.50, y=51.00, z=-630.50], EntityCreeper['Creeper'/225, l='world', x=147.50, y=51.00, z=-631.50], EntitySkeleton['Skeleton'/226, l='world', x=150.50, y=53.00, z=-631.50], EntitySkeleton['Skeleton'/227, l='world', x=150.50, y=53.00, z=-636.50], EntitySkeleton['Skeleton'/228, l='world', x=150.50, y=53.00, z=-635.50], EntitySkeleton['Skeleton'/229, l='world', x=150.50, y=53.00, z=-638.50], EntityCreeper['Creeper'/230, l='world', x=148.50, y=52.00, z=-628.50], EntityPig['Pig'/231, l='world', x=158.32, y=63.00, z=-431.53], EntitySkeleton['Skeleton'/232, l='world', x=151.50, y=46.00, z=-411.50], EntitySkeleton['Skeleton'/233, l='world', x=147.50, y=46.00, z=-411.50], EntityItem['item.item.rottenFlesh'/234, l='world', x=152.70, y=63.13, z=-412.13], EntitySkeleton['Skeleton'/235, l='world', x=150.50, y=63.00, z=-399.50], EntityCreeper['Creeper'/236, l='world', x=156.50, y=69.00, z=-395.50], EntityEnderman['Enderman'/237, l='world', x=163.41, y=65.00, z=-692.11], EntityCreeper['Creeper'/238, l='world', x=165.50, y=66.00, z=-640.50], EntityEnderman['Enderman'/239, l='world', x=163.50, y=44.00, z=-634.50], EntitySkeleton['Skeleton'/240, l='world', x=162.50, y=44.00, z=-634.50], EntityZombie['Zombie'/241, l='world', x=161.50, y=43.00, z=-632.50], EntitySkeleton['Skeleton'/242, l='world', x=171.50, y=49.00, z=-631.50], EntitySkeleton['Skeleton'/243, l='world', x=174.50, y=49.00, z=-634.50], EntityZombie['Zombie'/244, l='world', x=171.50, y=49.00, z=-630.50], EntityZombie['Zombie'/245, l='world', x=174.50, y=49.00, z=-633.50], EntityZombie['Zombie'/246, l='world', x=161.10, y=49.00, z=-624.09], EntityZombie['Zombie'/247, l='world', x=167.50, y=66.00, z=-638.50], EntityZombie['Zombie'/248, l='world', x=165.50, y=66.00, z=-638.50], EntityZombie['Zombie'/249, l='world', x=166.50, y=66.00, z=-638.50], EntityItem['item.item.egg'/250, l='world', x=175.90, y=68.13, z=-607.59], EntitySkeleton['Skeleton'/251, l='world', x=170.50, y=67.00, z=-403.50], EntityCreeper['Creeper'/252, l='world', x=184.50, y=52.00, z=-639.50], EntityCreeper['Creeper'/253, l='world', x=176.50, y=61.00, z=-635.50], EntityCreeper['Creeper'/254, l='world', x=183.50, y=58.00, z=-627.50], EntitySkeleton['Skeleton'/255, l='world', x=186.50, y=58.00, z=-625.50], EntitySpider['Spider'/256, l='world', x=189.50, y=90.00, z=-639.50], EntityCreeper['Creeper'/257, l='world', x=177.50, y=81.00, z=-627.50], EntityChicken['Chicken'/258, l='world', x=183.43, y=65.00, z=-616.40], EntityItem['item.item.egg'/259, l='world', x=183.61, y=65.13, z=-616.88], EntityChicken['Chicken'/260, l='world', x=176.42, y=68.00, z=-607.62], EntityChicken['Chicken'/261, l='world', x=185.50, y=62.57, z=-477.51], EntityPig['Pig'/262, l='world', x=187.09, y=71.00, z=-435.25], EntityCreeper['Creeper'/263, l='world', x=183.50, y=54.00, z=-397.50], EntityCreeper['Creeper'/264, l='world', x=207.50, y=68.00, z=-642.50], EntityZombie['Zombie'/265, l='world', x=201.50, y=44.00, z=-639.50], EntityZombie['Zombie'/266, l='world', x=196.50, y=44.00, z=-637.50], EntityCreeper['Creeper'/267, l='world', x=206.50, y=42.00, z=-625.50], EntitySheep['Sheep'/268, l='world', x=202.53, y=67.00, z=-625.73], EntityZombie['Zombie'/269, l='world', x=199.50, y=71.00, z=-627.50], EntityChicken['Chicken'/270, l='world', x=197.40, y=68.00, z=-622.42], EntityChicken['Chicken'/271, l='world', x=201.46, y=64.00, z=-612.58], EntityChicken['Chicken'/272, l='world', x=203.53, y=68.00, z=-554.53], EntityChicken['Chicken'/273, l='world', x=206.45, y=62.55, z=-531.60], EntityItem['item.item.egg'/274, l='world', x=206.11, y=57.13, z=-532.14], EntityChicken['Chicken'/275, l='world', x=196.48, y=65.00, z=-475.55], EntityItem['item.item.egg'/276, l='world', x=196.48, y=65.13, z=-476.20], EntityCreeper['Creeper'/277, l='world', x=204.50, y=70.00, z=-410.50], EntityZombie['Zombie'/278, l='world', x=211.50, y=39.00, z=-633.50], EntityZombie['Zombie'/279, l='world', x=216.50, y=39.00, z=-629.50], EntityZombie['Zombie'/280, l='world', x=214.50, y=65.00, z=-634.50], EntitySkeleton['Skeleton'/281, l='world', x=208.50, y=70.00, z=-635.50], EntityItem['item.item.reeds'/282, l='world', x=212.13, y=63.13, z=-351.00], EntityItem['item.item.reeds'/283, l='world', x=213.00, y=63.13, z=-351.72], EntityItem['item.item.reeds'/284, l='world', x=212.22, y=63.13, z=-351.06], EntityEnderman['Enderman'/285, l='world', x=233.50, y=63.00, z=-611.50], EntitySpider['Spider'/286, l='world', x=231.50, y=63.00, z=-617.50], EntitySpider['Spider'/287, l='world', x=238.50, y=63.00, z=-615.50], EntitySkeleton['Skeleton'/288, l='world', x=227.50, y=63.00, z=-617.50], EntityCreeper['Creeper'/289, l='world', x=226.50, y=63.00, z=-620.50], EntityCreeper['Creeper'/290, l='world', x=227.50, y=63.00, z=-623.50], EntityZombie['Zombie'/291, l='world', x=226.50, y=34.00, z=-602.50], EntitySpider['Spider'/292, l='world', x=226.50, y=67.00, z=-598.50], EntityZombie['Zombie'/293, l='world', x=226.50, y=80.00, z=-582.50], EntityZombie['Zombie'/294, l='world', x=224.53, y=12.00, z=-574.30], EntityZombie['Zombie'/295, l='world', x=229.50, y=84.00, z=-571.50], EntitySkeleton['Skeleton'/296, l='world', x=226.50, y=84.00, z=-570.50], EntitySpider['Spider'/297, l='world', x=236.50, y=84.00, z=-562.50], EntityCreeper['Creeper'/298, l='world', x=234.50, y=40.00, z=-544.50], EntityCreeper['Creeper'/299, l='world', x=232.50, y=40.00, z=-546.50], EntityZombie['Zombie'/300, l='world', x=234.50, y=40.00, z=-548.50], EntityZombie['Zombie'/301, l='world', x=224.50, y=82.00, z=-552.50], EntityCreeper['Creeper'/302, l='world', x=232.50, y=40.00, z=-542.50], EntityCreeper['Creeper'/303, l='world', x=234.50, y=40.00, z=-543.50], EntitySkeleton['Skeleton'/304, l='world', x=229.50, y=14.00, z=-481.50], EntityEnderman['Enderman'/305, l='world', x=227.50, y=14.00, z=-481.50], EntitySkeleton['Skeleton'/306, l='world', x=228.50, y=15.00, z=-491.50], EntitySkeleton['Skeleton'/307, l='world', x=228.50, y=15.00, z=-492.50], EntitySkeleton['Skeleton'/308, l='world', x=231.50, y=15.00, z=-495.50], EntitySkeleton['Skeleton'/309, l='world', x=233.50, y=15.00, z=-492.50], EntitySkeleton['Skeleton'/310, l='world', x=233.50, y=15.00, z=-483.50], EntitySkeleton['Skeleton'/311, l='world', x=232.50, y=15.00, z=-485.50], EntitySkeleton['Skeleton'/312, l='world', x=235.50, y=15.00, z=-486.50], EntitySkeleton['Skeleton'/313, l='world', x=233.50, y=15.00, z=-481.50], EntitySkeleton['Skeleton'/314, l='world', x=234.50, y=15.00, z=-486.50], EntityCreeper['Creeper'/315, l='world', x=232.50, y=19.00, z=-489.50], EntityCreeper['Creeper'/316, l='world', x=236.50, y=66.00, z=-489.50], EntityZombie['Zombie'/317, l='world', x=225.50, y=14.00, z=-466.50], EntitySkeleton['Skeleton'/318, l='world', x=236.50, y=68.00, z=-472.50], EntitySkeleton['Skeleton'/319, l='world', x=226.50, y=68.00, z=-472.50], EntitySpider['Spider'/320, l='world', x=234.50, y=69.00, z=-465.50], EntityCreeper['Creeper'/321, l='world', x=226.50, y=14.00, z=-451.50], EntityZombie['Zombie'/322, l='world', x=226.50, y=68.00, z=-461.50], EntityCreeper['Creeper'/323, l='world', x=230.50, y=69.00, z=-460.50], EntitySpider['Spider'/324, l='world', x=228.50, y=69.00, z=-459.50], EntityZombie['Zombie'/325, l='world', x=227.50, y=19.00, z=-435.50], EntityZombie['Zombie'/326, l='world', x=228.50, y=19.00, z=-433.50], EntityZombie['Zombie'/327, l='world', x=229.50, y=19.00, z=-434.50], EntityZombie['Zombie'/328, l='world', x=226.50, y=19.00, z=-433.50], EntityCreeper['Creeper'/329, l='world', x=229.50, y=68.00, z=-421.50], EntityChicken['Chicken'/330, l='world', x=250.47, y=69.00, z=-587.36], EntityCreeper['Creeper'/331, l='world', x=240.97, y=80.00, z=-551.40], EntitySheep['Sheep'/332, l='world', x=244.07, y=69.00, z=-500.91], EntityZombie['Zombie'/333, l='world', x=246.03, y=69.00, z=-504.58], EntitySkeleton['Skeleton'/334, l='world', x=240.50, y=15.00, z=-483.50], EntitySkeleton['Skeleton'/335, l='world', x=241.50, y=15.00, z=-482.50], EntitySkeleton['Skeleton'/336, l='world', x=241.50, y=68.00, z=-472.50], EntityItem['item.tile.mushroom'/337, l='world', x=295.49, y=21.13, z=-649.81], EntityItem['item.tile.mushroom'/338, l='world', x=289.13, y=47.13, z=-389.13], EntityItem['item.tile.mushroom'/339, l='world', x=289.13, y=47.13, z=-389.13], EntityItem['item.tile.torch'/340, l='world', x=318.58, y=30.13, z=-703.19], EntityItem['item.tile.sapling.oak'/341, l='world', x=312.13, y=82.13, z=-324.88], EntityMinecart['Minecart'/850, l='world', x=485.90, y=45.60, z=126.50], EntityMinecart['Minecart'/851, l='world', x=485.84, y=45.66, z=124.50], EntityMinecart['Minecart'/852, l='world', x=484.48, y=47.02, z=126.50], EntityMinecart['Minecart'/853, l='world', x=484.17, y=47.33, z=124.50], EntityMinecart['Minecart'/854, l='world', x=485.10, y=46.40, z=122.50], EntityMinecart['Minecart'/855, l='world', x=484.08, y=47.42, z=122.50], EntityMinecart['Minecart'/856, l='world', x=482.89, y=48.61, z=122.50], EntityMinecart['Minecart'/857, l='world', x=483.19, y=48.31, z=126.50], EntityMinecart['Minecart'/858, l='world', x=483.02, y=48.48, z=124.50], EntityMinecart['Minecart'/859, l='world', x=482.20, y=49.30, z=124.50], EntityMinecart['Minecart'/860, l='world', x=481.94, y=49.56, z=126.50], EntityMinecart['Minecart'/861, l='world', x=481.18, y=50.32, z=126.50], EntityMinecart['Minecart'/862, l='world', x=480.79, y=50.71, z=124.50], EntityMinecart['Minecart'/863, l='world', x=481.78, y=49.72, z=122.50], EntityPainting['Painting'/864, l='world', x=495.00, y=50.50, z=124.06], EntityPainting['Painting'/865, l='world', x=495.00, y=52.00, z=124.06], EntityPainting['Painting'/866, l='world', x=495.00, y=48.50, z=124.06], EntityPainting['Painting'/867, l='world', x=492.50, y=49.50, z=124.06], EntityPainting['Painting'/868, l='world', x=492.50, y=50.50, z=124.06], EntityPainting['Painting'/869, l='world', x=493.50, y=50.50, z=124.06], EntityPainting['Painting'/870, l='world', x=494.50, y=49.50, z=124.06], EntityPainting['Painting'/871, l='world', x=495.50, y=49.50, z=124.06], EntityPainting['Painting'/872, l='world', x=493.50, y=49.50, z=124.06], EntityPainting['Painting'/873, l='world', x=493.50, y=48.50, z=124.06], EntityPainting['Painting'/874, l='world', x=493.00, y=52.00, z=137.06], EntityPainting['Painting'/875, l='world', x=493.00, y=50.50, z=146.94], EntityItem['item.item.rottenFlesh'/876, l='world', x=483.03, y=75.13, z=148.92], EntityCreeper['Creeper'/877, l='world', x=498.49, y=76.00, z=86.31], EntityCreeper['Creeper'/878, l='world', x=505.31, y=78.00, z=94.66], EntitySkeleton['Skeleton'/879, l='world', x=507.50, y=78.00, z=94.50], EntityPainting['Painting'/880, l='world', x=497.00, y=50.50, z=124.06], EntityPainting['Painting'/881, l='world', x=497.00, y=49.50, z=124.06], EntityPainting['Painting'/882, l='world', x=496.50, y=48.50, z=124.06], EntityPainting['Painting'/883, l='world', x=504.00, y=50.00, z=141.06], EntityPainting['Painting'/884, l='world', x=536.94, y=66.50, z=185.00], EntityPainting['Painting'/885, l='world', x=536.94, y=68.00, z=185.50], EntityPainting['Painting'/886, l='world', x=536.94, y=67.00, z=186.50], EntityPainting['Painting'/887, l='world', x=536.94, y=68.50, z=184.50], EntityPainting['Painting'/888, l='world', x=536.94, y=67.50, z=184.50], EntityPainting['Painting'/889, l='world', x=536.94, y=68.50, z=186.50], EntityMinecart['Minecart'/890, l='world', x=479.33, y=52.17, z=126.50], EntityMinecart['Minecart'/891, l='world', x=479.56, y=51.94, z=122.50], EntityItem['item.tile.notGate'/892, l='world', x=514.80, y=67.13, z=252.84], EntityItem['item.tile.notGate'/893, l='world', x=517.53, y=67.13, z=252.34], EntityItem['item.tile.notGate'/894, l='world', x=519.90, y=67.13, z=252.11]]
  39. - World world Players: 0 total; []
  40. - World world Chunk Stats: ServerChunkCache: 735 Drop: 0
  41. - World world_nether Entities: 132 total; [EntityPigZombie['Zombie Pigman'/342, l='world_nether', x=-192.50, y=54.00, z=-32.50], EntityPigZombie['Zombie Pigman'/343, l='world_nether', x=-195.50, y=95.00, z=-17.50], EntityGhast['Ghast'/344, l='world_nether', x=-176.08, y=97.17, z=-103.03], EntityGhast['Ghast'/345, l='world_nether', x=-176.04, y=62.41, z=-46.39], EntityPigZombie['Zombie Pigman'/346, l='world_nether', x=-176.50, y=49.00, z=-19.50], EntityPigZombie['Zombie Pigman'/347, l='world_nether', x=-177.50, y=49.00, z=-16.50], EntityPigZombie['Zombie Pigman'/348, l='world_nether', x=-189.50, y=61.00, z=-28.50], EntityPigZombie['Zombie Pigman'/349, l='world_nether', x=-187.50, y=60.00, z=127.50], EntityPigZombie['Zombie Pigman'/350, l='world_nether', x=-176.02, y=59.00, z=122.70], EntityPigZombie['Zombie Pigman'/351, l='world_nether', x=-177.50, y=62.00, z=128.50], EntityGhast['Ghast'/352, l='world_nether', x=-130.59, y=81.66, z=-176.00], EntityPigZombie['Zombie Pigman'/353, l='world_nether', x=-113.50, y=61.00, z=43.50], EntityPigZombie['Zombie Pigman'/354, l='world_nether', x=-111.50, y=61.00, z=44.50], EntityPigZombie['Zombie Pigman'/355, l='world_nether', x=-111.50, y=61.00, z=47.50], EntityPigZombie['Zombie Pigman'/356, l='world_nether', x=-66.08, y=58.00, z=58.73], EntityPigZombie['Zombie Pigman'/357, l='world_nether', x=-54.50, y=42.00, z=-129.50], EntityPigZombie['Zombie Pigman'/358, l='world_nether', x=-62.76, y=63.00, z=-91.53], EntityPigZombie['Zombie Pigman'/359, l='world_nether', x=-63.37, y=83.10, z=-41.30], EntityPigZombie['Zombie Pigman'/360, l='world_nether', x=-41.10, y=45.00, z=-146.79], EntityPigZombie['Zombie Pigman'/361, l='world_nether', x=-35.50, y=101.00, z=-85.50], EntityPigZombie['Zombie Pigman'/362, l='world_nether', x=-32.81, y=101.00, z=-84.54], EntityPigZombie['Zombie Pigman'/363, l='world_nether', x=-35.48, y=101.00, z=-82.38], EntityPigZombie['Zombie Pigman'/364, l='world_nether', x=-33.33, y=76.00, z=60.05], EntityPigZombie['Zombie Pigman'/365, l='world_nether', x=-34.50, y=99.00, z=116.50], EntityGhast['Ghast'/366, l='world_nether', x=-37.37, y=56.03, z=160.06], EntityGhast['Ghast'/367, l='world_nether', x=-42.14, y=66.85, z=160.14], EntityGhast['Ghast'/368, l='world_nether', x=-34.03, y=64.75, z=160.25], EntityPigZombie['Zombie Pigman'/369, l='world_nether', x=-16.66, y=84.00, z=-155.62], EntityPigZombie['Zombie Pigman'/370, l='world_nether', x=-18.50, y=84.00, z=-153.50], EntityPigZombie['Zombie Pigman'/371, l='world_nether', x=-17.90, y=84.00, z=-154.57], EntityPigZombie['Zombie Pigman'/372, l='world_nether', x=-16.21, y=84.00, z=-157.74], EntityGhast['Ghast'/373, l='world_nether', x=-27.86, y=31.01, z=160.07], EntityPigZombie['Zombie Pigman'/374, l='world_nether', x=-27.50, y=76.00, z=162.50], EntityPigZombie['Zombie Pigman'/375, l='world_nether', x=-6.65, y=47.00, z=-125.17], EntityPigZombie['Zombie Pigman'/376, l='world_nether', x=-3.50, y=33.00, z=-45.50], EntityPigZombie['Zombie Pigman'/377, l='world_nether', x=-0.50, y=86.00, z=-41.50], EntityPigZombie['Zombie Pigman'/378, l='world_nether', x=-0.50, y=86.00, z=-42.50], EntityGhast['Ghast'/379, l='world_nether', x=-8.99, y=41.45, z=160.01], EntityPigZombie['Zombie Pigman'/380, l='world_nether', x=5.50, y=86.00, z=-43.50], EntityPigZombie['Zombie Pigman'/381, l='world_nether', x=0.30, y=87.00, z=-38.11], EntityPigZombie['Zombie Pigman'/382, l='world_nether', x=1.50, y=91.00, z=170.50], EntityItem['item.item.yellowDust'/383, l='world_nether', x=11.99, y=74.13, z=190.92], EntityPigZombie['Zombie Pigman'/384, l='world_nether', x=21.50, y=35.00, z=-161.50], EntityPigZombie['Zombie Pigman'/385, l='world_nether', x=25.65, y=38.00, z=-159.91], EntityPigZombie['Zombie Pigman'/386, l='world_nether', x=21.42, y=63.00, z=-158.42], EntityPigZombie['Zombie Pigman'/387, l='world_nether', x=19.98, y=66.00, z=-143.73], EntityPigZombie['Zombie Pigman'/388, l='world_nether', x=21.05, y=66.00, z=-141.31], EntityPigZombie['Zombie Pigman'/389, l='world_nether', x=22.62, y=45.00, z=-115.68], EntityPigZombie['Zombie Pigman'/390, l='world_nether', x=21.00, y=61.00, z=-122.65], EntityPigZombie['Zombie Pigman'/391, l='world_nether', x=24.85, y=64.00, z=-125.03], EntityGhast['Ghast'/392, l='world_nether', x=22.49, y=87.33, z=-126.57], EntityPigZombie['Zombie Pigman'/393, l='world_nether', x=18.50, y=68.00, z=-53.50], EntityPigZombie['Zombie Pigman'/394, l='world_nether', x=17.50, y=87.00, z=160.50], EntityItem['item.item.yellowDust'/395, l='world_nether', x=16.38, y=73.13, z=191.26], EntityItem['item.item.yellowDust'/396, l='world_nether', x=17.88, y=73.13, z=191.54], EntityPigZombie['Zombie Pigman'/397, l='world_nether', x=35.57, y=61.88, z=-196.17], EntityPigZombie['Zombie Pigman'/398, l='world_nether', x=36.10, y=61.88, z=-195.32], EntityPigZombie['Zombie Pigman'/399, l='world_nether', x=45.61, y=54.00, z=-167.41], EntityPigZombie['Zombie Pigman'/400, l='world_nether', x=35.93, y=65.00, z=-120.55], EntityPigZombie['Zombie Pigman'/401, l='world_nether', x=33.57, y=65.00, z=-120.65], EntityPigZombie['Zombie Pigman'/402, l='world_nether', x=41.70, y=40.00, z=-33.76], EntityPigZombie['Zombie Pigman'/403, l='world_nether', x=40.14, y=40.00, z=-33.64], EntityGhast['Ghast'/404, l='world_nether', x=33.41, y=59.95, z=160.07], EntityPigZombie['Zombie Pigman'/405, l='world_nether', x=60.59, y=54.00, z=-183.75], EntityPigZombie['Zombie Pigman'/406, l='world_nether', x=63.51, y=54.00, z=-180.55], EntityPigZombie['Zombie Pigman'/407, l='world_nether', x=62.88, y=54.00, z=-185.75], EntityPigZombie['Zombie Pigman'/408, l='world_nether', x=58.50, y=75.00, z=-158.50], EntityPigZombie['Zombie Pigman'/409, l='world_nether', x=56.26, y=59.00, z=-132.54], EntityPigZombie['Zombie Pigman'/410, l='world_nether', x=55.64, y=83.00, z=-143.93], EntityPigZombie['Zombie Pigman'/411, l='world_nether', x=55.06, y=66.00, z=-101.68], EntityPigZombie['Zombie Pigman'/412, l='world_nether', x=59.50, y=53.00, z=118.50], EntityPigZombie['Zombie Pigman'/413, l='world_nether', x=60.50, y=53.00, z=115.50], EntityGhast['Ghast'/414, l='world_nether', x=54.10, y=70.83, z=160.16], EntityPigZombie['Zombie Pigman'/415, l='world_nether', x=64.70, y=54.00, z=-182.94], EntityPigZombie['Zombie Pigman'/416, l='world_nether', x=71.36, y=60.00, z=117.00], EntityGhast['Ghast'/417, l='world_nether', x=74.46, y=60.15, z=160.05], EntityGhast['Ghast'/418, l='world_nether', x=69.06, y=102.98, z=160.83], EntityGhast['Ghast'/419, l='world_nether', x=71.25, y=83.63, z=176.15], EntityItem['item.tile.hellrock'/420, l='world_nether', x=81.99, y=68.13, z=-156.97], EntityPigZombie['Zombie Pigman'/421, l='world_nether', x=91.47, y=38.88, z=-136.12], EntityPigZombie['Zombie Pigman'/422, l='world_nether', x=93.61, y=60.00, z=-114.70], EntityPigZombie['Zombie Pigman'/423, l='world_nether', x=94.71, y=91.00, z=-110.97], EntityPigZombie['Zombie Pigman'/424, l='world_nether', x=86.14, y=75.00, z=-66.85], EntityPigZombie['Zombie Pigman'/425, l='world_nether', x=94.61, y=74.00, z=-67.52], EntityPigZombie['Zombie Pigman'/426, l='world_nether', x=82.47, y=71.17, z=-71.30], EntityPigZombie['Zombie Pigman'/427, l='world_nether', x=91.22, y=45.00, z=170.06], EntityPigZombie['Zombie Pigman'/428, l='world_nether', x=93.70, y=50.00, z=164.07], EntityPigZombie['Zombie Pigman'/429, l='world_nether', x=95.71, y=50.00, z=160.32], EntityItem['item.tile.hellrock'/430, l='world_nether', x=92.97, y=50.13, z=162.88], EntityPigZombie['Zombie Pigman'/431, l='world_nether', x=84.50, y=71.00, z=176.50], EntityPigZombie['Zombie Pigman'/432, l='world_nether', x=84.50, y=71.00, z=177.50], EntityLargeFireball['entity.Fireball.name'/433, l='world_nether', x=88.60, y=66.53, z=176.08], EntityPigZombie['Zombie Pigman'/434, l='world_nether', x=83.50, y=86.00, z=182.50], EntityPigZombie['Zombie Pigman'/435, l='world_nether', x=96.40, y=65.88, z=-144.86], EntityPigZombie['Zombie Pigman'/436, l='world_nether', x=105.56, y=64.88, z=-95.03], EntityPigZombie['Zombie Pigman'/437, l='world_nether', x=111.98, y=76.00, z=-26.70], EntityPigZombie['Zombie Pigman'/438, l='world_nether', x=111.16, y=77.00, z=-14.21], EntityMagmaCube['Magma Cube'/439, l='world_nether', x=106.73, y=61.46, z=160.03], EntityItem['item.tile.hellrock'/440, l='world_nether', x=96.49, y=89.13, z=160.43], EntityPigZombie['Zombie Pigman'/441, l='world_nether', x=119.51, y=75.00, z=-25.91], EntityPigZombie['Zombie Pigman'/442, l='world_nether', x=112.14, y=76.00, z=56.30], EntityPigZombie['Zombie Pigman'/443, l='world_nether', x=124.50, y=69.00, z=65.50], EntityPigZombie['Zombie Pigman'/444, l='world_nether', x=125.50, y=69.00, z=65.50], EntityPigZombie['Zombie Pigman'/445, l='world_nether', x=123.50, y=69.00, z=67.50], EntityPigZombie['Zombie Pigman'/446, l='world_nether', x=124.50, y=69.00, z=70.50], EntityPigZombie['Zombie Pigman'/447, l='world_nether', x=117.50, y=67.00, z=75.50], EntityPigZombie['Zombie Pigman'/448, l='world_nether', x=117.50, y=67.00, z=71.50], EntityPigZombie['Zombie Pigman'/449, l='world_nether', x=115.50, y=81.00, z=115.50], EntityPigZombie['Zombie Pigman'/450, l='world_nether', x=116.50, y=81.00, z=116.50], EntityPigZombie['Zombie Pigman'/451, l='world_nether', x=119.50, y=81.00, z=117.50], EntityPigZombie['Zombie Pigman'/452, l='world_nether', x=118.50, y=81.00, z=116.50], EntityPigZombie['Zombie Pigman'/453, l='world_nether', x=125.07, y=47.00, z=160.17], EntityPigZombie['Zombie Pigman'/454, l='world_nether', x=139.11, y=50.00, z=-196.56], EntityPigZombie['Zombie Pigman'/455, l='world_nether', x=133.50, y=51.00, z=-197.50], EntityPigZombie['Zombie Pigman'/456, l='world_nether', x=129.38, y=51.00, z=-196.35], EntityPigZombie['Zombie Pigman'/457, l='world_nether', x=137.45, y=49.00, z=-186.12], EntityGhast['Ghast'/458, l='world_nether', x=140.37, y=84.15, z=-19.24], EntityPigZombie['Zombie Pigman'/459, l='world_nether', x=149.50, y=40.00, z=76.50], EntityPigZombie['Zombie Pigman'/460, l='world_nether', x=147.50, y=40.00, z=76.50], EntityPigZombie['Zombie Pigman'/461, l='world_nether', x=152.50, y=40.00, z=77.50], EntityPigZombie['Zombie Pigman'/462, l='world_nether', x=173.45, y=64.88, z=-137.45], EntityPigZombie['Zombie Pigman'/463, l='world_nether', x=174.61, y=64.88, z=-139.58], EntityPigZombie['Zombie Pigman'/464, l='world_nether', x=165.50, y=47.00, z=40.50], EntityPigZombie['Zombie Pigman'/465, l='world_nether', x=164.50, y=47.00, z=43.50], EntityPigZombie['Zombie Pigman'/466, l='world_nether', x=170.50, y=47.00, z=34.50], EntityPigZombie['Zombie Pigman'/467, l='world_nether', x=167.50, y=47.00, z=32.50], EntityPigZombie['Zombie Pigman'/468, l='world_nether', x=184.59, y=65.00, z=-167.59], EntityPigZombie['Zombie Pigman'/469, l='world_nether', x=182.31, y=65.00, z=-162.12], EntityPigZombie['Zombie Pigman'/470, l='world_nether', x=179.18, y=65.88, z=-131.56], EntityPigZombie['Zombie Pigman'/471, l='world_nether', x=176.20, y=64.88, z=-137.58], EntityGhast['Ghast'/472, l='world_nether', x=186.69, y=76.95, z=-78.63], EntityPigZombie['Zombie Pigman'/473, l='world_nether', x=181.30, y=64.88, z=-34.53]]
  42. - World world_nether Players: 0 total; []
  43. - World world_nether Chunk Stats: ServerChunkCache: 625 Drop: 0
  44. - World world_the_end Entities: 213 total; [EntityArrow['arrow'/474, l='world_the_end', x=-176.13, y=-52.78, z=31.21], EntityEnderman['Enderman'/475, l='world_the_end', x=-98.50, y=53.00, z=15.50], EntityEnderman['Enderman'/476, l='world_the_end', x=-97.50, y=58.00, z=0.50], EntityEnderman['Enderman'/477, l='world_the_end', x=-96.50, y=57.00, z=19.50], EntityEnderman['Enderman'/478, l='world_the_end', x=-96.03, y=57.00, z=16.63], EntityEnderman['Enderman'/479, l='world_the_end', x=-97.50, y=31.00, z=41.50], EntityEnderman['Enderman'/480, l='world_the_end', x=-97.50, y=31.00, z=35.50], EntityEnderman['Enderman'/481, l='world_the_end', x=-97.50, y=31.00, z=38.50], EntityArrow['arrow'/482, l='world_the_end', x=-41.60, y=-50.55, z=-192.69], EntityEnderman['Enderman'/483, l='world_the_end', x=-20.53, y=30.00, z=-103.33], EntityEnderman['Enderman'/484, l='world_the_end', x=-19.26, y=32.00, z=-102.25], EntityEnderman['Enderman'/485, l='world_the_end', x=-24.11, y=36.00, z=-96.04], EntityEnderman['Enderman'/486, l='world_the_end', x=-17.61, y=57.00, z=-102.03], EntityEnderman['Enderman'/487, l='world_the_end', x=-4.67, y=30.00, z=-99.53], EntityEnderman['Enderman'/488, l='world_the_end', x=-6.20, y=30.00, z=-99.16], EntityEnderman['Enderman'/489, l='world_the_end', x=-5.03, y=29.00, z=-100.56], EntityEnderman['Enderman'/490, l='world_the_end', x=-11.53, y=31.00, z=-99.86], EntityEnderman['Enderman'/491, l='world_the_end', x=-1.84, y=31.00, z=-98.74], EntityEnderman['Enderman'/492, l='world_the_end', x=-5.09, y=31.00, z=-98.22], EntityEnderman['Enderman'/493, l='world_the_end', x=-6.52, y=30.00, z=-98.46], EntityEnderman['Enderman'/494, l='world_the_end', x=-3.50, y=30.00, z=-99.50], EntityEnderman['Enderman'/495, l='world_the_end', x=-11.50, y=30.00, z=-100.54], EntityEnderman['Enderman'/496, l='world_the_end', x=-10.50, y=30.00, z=-99.50], EntityEnderman['Enderman'/497, l='world_the_end', x=-2.50, y=29.00, z=-101.50], EntityEnderman['Enderman'/498, l='world_the_end', x=-5.46, y=29.00, z=-99.52], EntityEnderman['Enderman'/499, l='world_the_end', x=-4.50, y=32.00, z=-96.50], EntityEnderman['Enderman'/500, l='world_the_end', x=-10.32, y=34.00, z=-97.34], EntityEnderman['Enderman'/501, l='world_the_end', x=-0.13, y=32.00, z=-97.67], EntityEnderman['Enderman'/502, l='world_the_end', x=-3.60, y=32.00, z=-97.00], EntityEnderman['Enderman'/503, l='world_the_end', x=-2.63, y=32.00, z=-97.89], EntityEnderman['Enderman'/504, l='world_the_end', x=-7.51, y=57.00, z=-108.53], EntityEnderman['Enderman'/505, l='world_the_end', x=-7.50, y=57.00, z=-106.50], EntityEnderman['Enderman'/506, l='world_the_end', x=-11.88, y=58.00, z=-102.17], EntityEnderman['Enderman'/507, l='world_the_end', x=-15.54, y=57.00, z=-105.61], EntityEnderman['Enderman'/508, l='world_the_end', x=-14.34, y=57.00, z=-104.07], EntityEnderman['Enderman'/509, l='world_the_end', x=-11.37, y=58.00, z=-103.28], EntityEnderman['Enderman'/510, l='world_the_end', x=-12.50, y=58.00, z=-100.50], EntityEnderman['Enderman'/511, l='world_the_end', x=-6.46, y=58.00, z=-99.51], EntityEnderman['Enderman'/512, l='world_the_end', x=-3.96, y=57.00, z=-105.97], EntityEnderman['Enderman'/513, l='world_the_end', x=-8.50, y=58.00, z=-100.41], EntityEnderman['Enderman'/514, l='world_the_end', x=-3.01, y=58.00, z=-98.63], EntityEnderman['Enderman'/515, l='world_the_end', x=-5.59, y=58.00, z=-99.21], EntityEnderman['Enderman'/516, l='world_the_end', x=-5.50, y=58.00, z=-98.32], EntityEnderman['Enderman'/517, l='world_the_end', x=-0.12, y=58.00, z=-103.04], EntityEnderman['Enderman'/518, l='world_the_end', x=-2.02, y=58.00, z=-98.63], EntityEnderman['Enderman'/519, l='world_the_end', x=-0.47, y=58.00, z=-101.83], EntityEnderman['Enderman'/520, l='world_the_end', x=-4.50, y=58.00, z=-104.50], EntityEnderman['Enderman'/521, l='world_the_end', x=-6.50, y=58.00, z=-104.50], EntityEnderman['Enderman'/522, l='world_the_end', x=-9.50, y=58.00, z=-103.50], EntityEnderman['Enderman'/523, l='world_the_end', x=-3.50, y=58.00, z=-101.50], EntityEnderman['Enderman'/524, l='world_the_end', x=-0.50, y=57.00, z=-108.50], EntityEnderman['Enderman'/525, l='world_the_end', x=-0.50, y=57.00, z=-106.50], EntityEnderman['Enderman'/526, l='world_the_end', x=-0.50, y=57.00, z=-104.50], EntityEnderman['Enderman'/527, l='world_the_end', x=-1.50, y=57.00, z=-106.50], EntityEnderman['Enderman'/528, l='world_the_end', x=-3.50, y=58.00, z=-99.50], EntityEnderman['Enderman'/529, l='world_the_end', x=-4.50, y=58.00, z=-100.50], EntityEnderman['Enderman'/530, l='world_the_end', x=-8.50, y=58.00, z=-99.50], EntityEnderman['Enderman'/531, l='world_the_end', x=-8.50, y=58.00, z=-96.50], EntityItem['item.tile.whiteStone'/532, l='world_the_end', x=-0.88, y=50.13, z=-0.36], EntityItem['item.tile.whiteStone'/533, l='world_the_end', x=-0.20, y=50.13, z=0.36], EntityItem['item.tile.whiteStone'/534, l='world_the_end', x=-0.07, y=50.13, z=0.68], EntityEnderman['Enderman'/535, l='world_the_end', x=11.50, y=36.00, z=-97.50], EntityEnderman['Enderman'/536, l='world_the_end', x=12.50, y=36.00, z=-99.50], EntityEnderman['Enderman'/537, l='world_the_end', x=15.50, y=57.00, z=-97.50], EntityEnderman['Enderman'/538, l='world_the_end', x=14.50, y=57.00, z=-99.50], EntityEnderman['Enderman'/539, l='world_the_end', x=12.50, y=57.00, z=-101.50], EntityItem['item.tile.whiteStone'/540, l='world_the_end', x=0.13, y=50.13, z=-0.51], EntityItem['item.tile.whiteStone'/541, l='world_the_end', x=1.88, y=50.13, z=-0.18], EntityItem['item.tile.whiteStone'/542, l='world_the_end', x=0.88, y=50.13, z=0.13], EntityItem['item.tile.whiteStone'/543, l='world_the_end', x=0.55, y=50.13, z=0.05], EntityItem['item.tile.whiteStone'/544, l='world_the_end', x=0.22, y=50.13, z=0.88], EntityItem['item.tile.whiteStone'/545, l='world_the_end', x=1.50, y=50.13, z=0.63], EntityItem['item.tile.whiteStone'/546, l='world_the_end', x=1.16, y=50.13, z=1.24], EntityItem['item.tile.whiteStone'/547, l='world_the_end', x=1.55, y=50.13, z=0.75], EntityItem['item.tile.whiteStone'/548, l='world_the_end', x=0.13, y=50.13, z=1.81], EntityItem['item.tile.whiteStone'/549, l='world_the_end', x=0.63, y=50.13, z=1.30], EntityEnderman['Enderman'/550, l='world_the_end', x=15.50, y=59.00, z=40.50], EntityEnderman['Enderman'/551, l='world_the_end', x=24.63, y=36.00, z=-103.33], EntityEnderman['Enderman'/552, l='world_the_end', x=28.50, y=42.00, z=-97.50], EntityEnderman['Enderman'/553, l='world_the_end', x=23.50, y=36.00, z=-103.50], EntityEnderman['Enderman'/554, l='world_the_end', x=16.50, y=57.00, z=-99.50], EntityEnderman['Enderman'/555, l='world_the_end', x=20.50, y=57.00, z=-98.50], EntityEnderman['Enderman'/556, l='world_the_end', x=20.50, y=57.00, z=-99.50], EntityEnderman['Enderman'/557, l='world_the_end', x=27.50, y=57.00, z=-94.50], EntityEnderman['Enderman'/558, l='world_the_end', x=22.50, y=57.00, z=-95.50], EntityEnderman['Enderman'/559, l='world_the_end', x=31.50, y=58.00, z=-73.50], EntityEnderman['Enderman'/560, l='world_the_end', x=30.50, y=62.00, z=-35.50], EntityEnderman['Enderman'/561, l='world_the_end', x=29.50, y=62.00, z=-36.50], EntityEnderman['Enderman'/562, l='world_the_end', x=16.50, y=59.00, z=40.50], EntityEnderman['Enderman'/563, l='world_the_end', x=17.50, y=59.00, z=38.50], EntityEnderman['Enderman'/564, l='world_the_end', x=19.50, y=59.00, z=37.50], EntityEnderman['Enderman'/565, l='world_the_end', x=40.17, y=33.00, z=-99.54], EntityEnderman['Enderman'/566, l='world_the_end', x=34.30, y=36.00, z=-96.84], EntityEnderman['Enderman'/567, l='world_the_end', x=34.50, y=62.00, z=-33.50], EntityEnderman['Enderman'/568, l='world_the_end', x=34.14, y=62.00, z=-38.50], EntityEnderman['Enderman'/569, l='world_the_end', x=32.11, y=60.00, z=29.69], EntityEnderman['Enderman'/570, l='world_the_end', x=54.50, y=28.00, z=-77.50], EntityEnderman['Enderman'/571, l='world_the_end', x=53.50, y=51.00, z=-67.50], EntityEnderman['Enderman'/572, l='world_the_end', x=60.50, y=61.00, z=-39.50], EntityEnderman['Enderman'/573, l='world_the_end', x=55.50, y=61.00, z=-39.50], EntityEnderman['Enderman'/574, l='world_the_end', x=56.49, y=61.00, z=-35.50], EntityEnderman['Enderman'/575, l='world_the_end', x=61.50, y=61.00, z=-37.50], EntityEnderman['Enderman'/576, l='world_the_end', x=51.39, y=62.00, z=32.17], EntityEnderman['Enderman'/577, l='world_the_end', x=61.50, y=38.00, z=88.50], EntityEnderman['Enderman'/578, l='world_the_end', x=71.50, y=26.00, z=-62.61], EntityEnderman['Enderman'/579, l='world_the_end', x=68.97, y=57.00, z=-56.51], EntityEnderman['Enderman'/580, l='world_the_end', x=71.59, y=60.00, z=-34.04], EntityEnderman['Enderman'/581, l='world_the_end', x=82.50, y=33.00, z=-55.50], EntityEnderman['Enderman'/582, l='world_the_end', x=85.50, y=58.00, z=-36.50], EntityEnderman['Enderman'/583, l='world_the_end', x=85.50, y=58.00, z=-37.50], EntityEnderman['Enderman'/584, l='world_the_end', x=83.50, y=58.00, z=-40.64], EntityEnderman['Enderman'/585, l='world_the_end', x=81.79, y=58.00, z=-43.26], EntityEnderman['Enderman'/586, l='world_the_end', x=87.93, y=58.00, z=-29.66], EntityEnderman['Enderman'/587, l='world_the_end', x=84.99, y=58.00, z=37.42], EntityEnderman['Enderman'/588, l='world_the_end', x=91.25, y=33.00, z=93.08], EntityEnderman['Enderman'/589, l='world_the_end', x=95.50, y=57.00, z=82.50], EntityEnderman['Enderman'/590, l='world_the_end', x=111.50, y=45.00, z=-28.50], EntityEnderman['Enderman'/591, l='world_the_end', x=110.50, y=36.00, z=-8.50], EntityEnderman['Enderman'/592, l='world_the_end', x=111.50, y=36.00, z=-5.50], EntityEnderman['Enderman'/593, l='world_the_end', x=110.50, y=36.00, z=-5.50], EntityEnderman['Enderman'/594, l='world_the_end', x=110.50, y=36.00, z=-4.50], EntityEnderman['Enderman'/595, l='world_the_end', x=111.50, y=36.00, z=-6.50], EntityEnderman['Enderman'/596, l='world_the_end', x=111.50, y=36.00, z=-4.50], EntityEnderman['Enderman'/597, l='world_the_end', x=110.41, y=35.00, z=4.01], EntityEnderman['Enderman'/598, l='world_the_end', x=111.50, y=35.00, z=2.50], EntityEnderman['Enderman'/599, l='world_the_end', x=103.30, y=51.00, z=25.01], EntityEnderman['Enderman'/600, l='world_the_end', x=105.81, y=51.00, z=23.63], EntityEnderman['Enderman'/601, l='world_the_end', x=110.50, y=49.00, z=26.50], EntityEnderman['Enderman'/602, l='world_the_end', x=111.50, y=49.00, z=25.50], EntityEnderman['Enderman'/603, l='world_the_end', x=108.50, y=51.00, z=23.50], EntityEnderman['Enderman'/604, l='world_the_end', x=109.50, y=49.00, z=26.50], EntityEnderman['Enderman'/605, l='world_the_end', x=110.50, y=49.00, z=25.50], EntityEnderman['Enderman'/606, l='world_the_end', x=103.62, y=33.00, z=40.16], EntityEnderman['Enderman'/607, l='world_the_end', x=102.30, y=33.00, z=37.93], EntityEnderman['Enderman'/608, l='world_the_end', x=110.50, y=34.00, z=58.50], EntityEnderman['Enderman'/609, l='world_the_end', x=104.46, y=33.00, z=52.68], EntityEnderman['Enderman'/610, l='world_the_end', x=110.50, y=34.00, z=57.50], EntityEnderman['Enderman'/611, l='world_the_end', x=104.50, y=35.00, z=53.50], EntityEnderman['Enderman'/612, l='world_the_end', x=110.50, y=35.00, z=60.50], EntityEnderman['Enderman'/613, l='world_the_end', x=108.50, y=57.00, z=62.50], EntityEnderman['Enderman'/614, l='world_the_end', x=106.50, y=27.00, z=69.50], EntityEnderman['Enderman'/615, l='world_the_end', x=110.50, y=33.00, z=66.50], EntityEnderman['Enderman'/616, l='world_the_end', x=108.50, y=33.00, z=69.50], EntityEnderman['Enderman'/617, l='world_the_end', x=111.50, y=33.00, z=65.50], EntityEnderman['Enderman'/618, l='world_the_end', x=108.27, y=57.00, z=76.50], EntityEnderman['Enderman'/619, l='world_the_end', x=111.50, y=57.00, z=73.50], EntityEnderman['Enderman'/620, l='world_the_end', x=107.21, y=57.00, z=75.26], EntityEnderman['Enderman'/621, l='world_the_end', x=108.74, y=57.00, z=71.83], EntityEnderman['Enderman'/622, l='world_the_end', x=98.64, y=57.00, z=74.23], EntityEnderman['Enderman'/623, l='world_the_end', x=110.50, y=57.00, z=75.50], EntityEnderman['Enderman'/624, l='world_the_end', x=109.50, y=57.00, z=65.50], EntityEnderman['Enderman'/625, l='world_the_end', x=108.50, y=57.00, z=69.50], EntityEnderman['Enderman'/626, l='world_the_end', x=109.50, y=57.00, z=66.50], EntityEnderman['Enderman'/627, l='world_the_end', x=112.50, y=45.00, z=-20.50], EntityEnderman['Enderman'/628, l='world_the_end', x=112.52, y=45.00, z=-17.48], EntityEnderman['Enderman'/629, l='world_the_end', x=112.50, y=45.00, z=-19.50], EntityEnderman['Enderman'/630, l='world_the_end', x=113.50, y=54.00, z=-22.50], EntityEnderman['Enderman'/631, l='world_the_end', x=112.50, y=35.00, z=-1.50], EntityEnderman['Enderman'/632, l='world_the_end', x=112.50, y=35.00, z=-3.50], EntityEnderman['Enderman'/633, l='world_the_end', x=124.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/634, l='world_the_end', x=116.50, y=57.00, z=-0.50], EntityEnderman['Enderman'/635, l='world_the_end', x=120.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/636, l='world_the_end', x=122.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/637, l='world_the_end', x=126.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/638, l='world_the_end', x=121.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/639, l='world_the_end', x=123.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/640, l='world_the_end', x=124.10, y=51.00, z=-2.23], EntityEnderman['Enderman'/641, l='world_the_end', x=114.93, y=34.50, z=1.07], EntityEnderman['Enderman'/642, l='world_the_end', x=124.37, y=51.00, z=1.48], EntityEnderman['Enderman'/643, l='world_the_end', x=116.94, y=57.50, z=4.99], EntityEnderman['Enderman'/644, l='world_the_end', x=122.41, y=51.00, z=1.80], EntityEnderman['Enderman'/645, l='world_the_end', x=122.52, y=51.50, z=0.48], EntityEnderman['Enderman'/646, l='world_the_end', x=125.58, y=51.00, z=1.58], EntityEnderman['Enderman'/647, l='world_the_end', x=126.55, y=51.00, z=1.53], EntityEnderman['Enderman'/648, l='world_the_end', x=125.34, y=51.50, z=0.04], EntityEnderman['Enderman'/649, l='world_the_end', x=120.50, y=52.00, z=0.50], EntityEnderman['Enderman'/650, l='world_the_end', x=114.50, y=57.00, z=1.50], EntityEnderman['Enderman'/651, l='world_the_end', x=116.50, y=56.00, z=0.50], EntityEnderman['Enderman'/652, l='world_the_end', x=118.50, y=54.00, z=0.50], EntityEnderman['Enderman'/653, l='world_the_end', x=123.50, y=51.00, z=1.50], EntityEnderman['Enderman'/654, l='world_the_end', x=126.89, y=51.50, z=0.75], EntityEnderman['Enderman'/655, l='world_the_end', x=119.50, y=53.00, z=0.50], EntityEnderman['Enderman'/656, l='world_the_end', x=127.36, y=51.00, z=1.47], EntityEnderman['Enderman'/657, l='world_the_end', x=121.50, y=51.00, z=1.50], EntityEnderman['Enderman'/658, l='world_the_end', x=112.50, y=50.00, z=22.50], EntityEnderman['Enderman'/659, l='world_the_end', x=112.50, y=50.00, z=23.50], EntityEnderman['Enderman'/660, l='world_the_end', x=112.50, y=49.00, z=24.50], EntityEnderman['Enderman'/661, l='world_the_end', x=112.50, y=33.00, z=57.50], EntityEnderman['Enderman'/662, l='world_the_end', x=112.50, y=57.00, z=63.50], EntityEnderman['Enderman'/663, l='world_the_end', x=112.50, y=57.00, z=72.50], EntityEnderman['Enderman'/664, l='world_the_end', x=112.50, y=57.00, z=64.50], EntityEnderman['Enderman'/665, l='world_the_end', x=112.50, y=57.00, z=68.50], EntityEnderman['Enderman'/666, l='world_the_end', x=112.50, y=57.00, z=69.50], EntityEnderman['Enderman'/667, l='world_the_end', x=112.50, y=57.00, z=66.50], EntityEnderman['Enderman'/668, l='world_the_end', x=112.50, y=57.00, z=67.50], EntityEnderman['Enderman'/669, l='world_the_end', x=112.50, y=57.00, z=70.50], EntityEnderman['Enderman'/670, l='world_the_end', x=112.50, y=57.00, z=71.50], EntityEnderman['Enderman'/671, l='world_the_end', x=112.50, y=57.00, z=73.50], EntityEnderman['Enderman'/672, l='world_the_end', x=140.38, y=51.00, z=-0.48], EntityEnderman['Enderman'/673, l='world_the_end', x=137.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/674, l='world_the_end', x=128.55, y=51.00, z=-0.39], EntityEnderman['Enderman'/675, l='world_the_end', x=132.47, y=51.00, z=-0.61], EntityEnderman['Enderman'/676, l='world_the_end', x=134.49, y=51.50, z=-0.03], EntityEnderman['Enderman'/677, l='world_the_end', x=135.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/678, l='world_the_end', x=139.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/679, l='world_the_end', x=129.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/680, l='world_the_end', x=136.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/681, l='world_the_end', x=131.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/682, l='world_the_end', x=130.50, y=51.00, z=-0.50], EntityEnderman['Enderman'/683, l='world_the_end', x=133.53, y=51.50, z=0.41], EntityEnderman['Enderman'/684, l='world_the_end', x=128.91, y=51.00, z=1.60], EntityEnderman['Enderman'/685, l='world_the_end', x=130.87, y=51.50, z=0.66], EntityEnderman['Enderman'/686, l='world_the_end', x=131.50, y=51.00, z=1.50]]
  45. - World world_the_end Players: 0 total; []
  46. - World world_the_end Chunk Stats: ServerChunkCache: 625 Drop: 0
  47. - World WaliBuilds Entities: 134 total; [EntityCow['Cow'/687, l='WaliBuilds', x=182.02, y=65.00, z=135.11], EntityCow['Cow'/696, l='WaliBuilds', x=210.85, y=65.00, z=165.12], EntityCow['Cow'/697, l='WaliBuilds', x=222.15, y=65.00, z=163.80], EntitySheep['Sheep'/699, l='WaliBuilds', x=220.09, y=65.00, z=204.09], EntitySheep['Sheep'/700, l='WaliBuilds', x=211.10, y=65.00, z=199.89], EntityCow['Cow'/701, l='WaliBuilds', x=220.02, y=65.00, z=201.02], EntityChicken['Chicken'/702, l='WaliBuilds', x=216.63, y=65.00, z=207.54], EntityCow['Cow'/703, l='WaliBuilds', x=209.15, y=65.00, z=208.95], EntityCow['Cow'/704, l='WaliBuilds', x=223.28, y=65.00, z=210.55], EntityPig['Pig'/705, l='WaliBuilds', x=222.80, y=65.00, z=227.12], EntityCow['Cow'/706, l='WaliBuilds', x=222.11, y=65.00, z=255.94], EntityCow['Cow'/712, l='WaliBuilds', x=234.84, y=65.00, z=153.21], EntitySheep['Sheep'/713, l='WaliBuilds', x=226.94, y=65.00, z=181.03], EntitySheep['Sheep'/714, l='WaliBuilds', x=231.98, y=65.00, z=201.01], EntityPig['Pig'/715, l='WaliBuilds', x=238.93, y=65.00, z=251.14], EntityPig['Pig'/716, l='WaliBuilds', x=240.01, y=65.00, z=253.03], EntityPig['Pig'/717, l='WaliBuilds', x=263.71, y=65.00, z=163.10], EntityPig['Pig'/718, l='WaliBuilds', x=267.90, y=65.00, z=169.52], EntityPig['Pig'/719, l='WaliBuilds', x=264.98, y=65.00, z=181.94], EntityPig['Pig'/722, l='WaliBuilds', x=272.50, y=65.00, z=172.50], EntityPig['Pig'/723, l='WaliBuilds', x=290.62, y=65.00, z=166.14], EntityPig['Pig'/724, l='WaliBuilds', x=303.96, y=65.00, z=192.75], EntityChicken['Chicken'/725, l='WaliBuilds', x=296.54, y=64.53, z=287.46], EntityItem['item.item.egg'/726, l='WaliBuilds', x=297.10, y=64.13, z=287.77], EntitySheep['Sheep'/727, l='WaliBuilds', x=300.65, y=65.00, z=313.77], EntityChicken['Chicken'/728, l='WaliBuilds', x=301.57, y=64.42, z=363.53], EntityItem['item.item.egg'/729, l='WaliBuilds', x=301.13, y=64.13, z=363.78], EntityPig['Pig'/730, l='WaliBuilds', x=312.14, y=65.00, z=178.70], EntityPig['Pig'/731, l='WaliBuilds', x=307.08, y=65.00, z=193.98], MinecartMember['Minecart'/732, l='WaliBuilds', x=306.90, y=65.35, z=318.40], MinecartMember['Minecart'/733, l='WaliBuilds', x=309.50, y=65.50, z=324.15], MinecartMember['Minecart'/734, l='WaliBuilds', x=313.50, y=65.35, z=384.62], EntityPig['Pig'/735, l='WaliBuilds', x=343.83, y=65.00, z=194.12], EntityPainting['Painting'/736, l='WaliBuilds', x=349.06, y=67.00, z=288.50], EntityPainting['Painting'/737, l='WaliBuilds', x=346.94, y=67.00, z=288.50], EntityPainting['Painting'/738, l='WaliBuilds', x=342.50, y=66.50, z=322.94], EntityPainting['Painting'/739, l='WaliBuilds', x=343.50, y=66.50, z=322.94], EntityPainting['Painting'/740, l='WaliBuilds', x=342.50, y=67.50, z=322.94], EntityPainting['Painting'/741, l='WaliBuilds', x=343.50, y=67.50, z=322.94], EntityPainting['Painting'/742, l='WaliBuilds', x=348.00, y=69.00, z=323.94], EntityPig['Pig'/743, l='WaliBuilds', x=360.45, y=65.00, z=202.16], EntityCow['Cow'/744, l='WaliBuilds', x=377.18, y=65.00, z=202.47], EntityCow['Cow'/745, l='WaliBuilds', x=380.84, y=65.00, z=201.95], EntityPig['Pig'/746, l='WaliBuilds', x=371.17, y=65.00, z=223.86], EntityCow['Cow'/747, l='WaliBuilds', x=368.55, y=65.00, z=209.47], EntityCow['Cow'/748, l='WaliBuilds', x=371.13, y=65.00, z=235.03], EntityPig['Pig'/749, l='WaliBuilds', x=368.92, y=65.00, z=227.83], MinecartMember['Minecart'/750, l='WaliBuilds', x=381.40, y=63.35, z=315.01], MinecartMember['Minecart'/751, l='WaliBuilds', x=380.81, y=63.35, z=330.51], MinecartMember['Minecart'/752, l='WaliBuilds', x=383.49, y=63.35, z=330.49], MinecartMember['Minecart'/753, l='WaliBuilds', x=391.62, y=63.35, z=321.50], MinecartMember['Minecart'/754, l='WaliBuilds', x=384.49, y=63.35, z=321.02], MinecartMember['Minecart'/755, l='WaliBuilds', x=386.08, y=63.35, z=321.25], MinecartMember['Minecart'/756, l='WaliBuilds', x=393.51, y=62.35, z=330.50], MinecartMember['Minecart'/757, l='WaliBuilds', x=392.27, y=63.35, z=330.50], MinecartMember['Minecart'/758, l='WaliBuilds', x=390.87, y=63.35, z=330.50], MinecartMember['Minecart'/759, l='WaliBuilds', x=389.36, y=63.35, z=330.50], MinecartMember['Minecart'/760, l='WaliBuilds', x=388.06, y=63.35, z=330.50], MinecartMember['Minecart'/761, l='WaliBuilds', x=384.51, y=63.35, z=331.51], EntityPig['Pig'/762, l='WaliBuilds', x=420.65, y=65.00, z=206.21], EntityPig['Pig'/763, l='WaliBuilds', x=430.96, y=65.00, z=213.95], EntityPig['Pig'/764, l='WaliBuilds', x=419.67, y=65.00, z=219.23], EntitySpider['Spider'/765, l='WaliBuilds', x=442.50, y=65.00, z=158.50], EntitySpider['Spider'/766, l='WaliBuilds', x=433.50, y=65.00, z=171.50], EntityPig['Pig'/767, l='WaliBuilds', x=439.43, y=65.00, z=212.17], MinecartMember['Minecart'/768, l='WaliBuilds', x=433.51, y=60.35, z=386.35], EntityCreeper['Creeper'/769, l='WaliBuilds', x=461.50, y=65.00, z=133.50], EntityCreeper['Creeper'/770, l='WaliBuilds', x=467.50, y=65.00, z=135.50], EntitySpider['Spider'/771, l='WaliBuilds', x=481.50, y=65.00, z=141.50], EntitySpider['Spider'/772, l='WaliBuilds', x=485.50, y=65.00, z=131.50], EntityZombie['Zombie'/773, l='WaliBuilds', x=484.50, y=65.00, z=152.50], EntityOcelot['Ocelot'/774, l='WaliBuilds', x=526.50, y=65.00, z=130.50], EntityOcelot['Ocelot'/775, l='WaliBuilds', x=524.50, y=65.00, z=130.50], EntityZombie['Zombie'/776, l='WaliBuilds', x=525.50, y=65.00, z=138.50], EntityCreeper['Creeper'/777, l='WaliBuilds', x=526.50, y=65.00, z=128.50], EntityCreeper['Creeper'/778, l='WaliBuilds', x=519.50, y=65.00, z=134.50], EntitySpider['Spider'/779, l='WaliBuilds', x=513.50, y=65.00, z=139.50], EntitySpider['Spider'/780, l='WaliBuilds', x=514.50, y=65.00, z=142.50], EntitySheep['Sheep'/797, l='WaliBuilds', x=209.72, y=65.00, z=426.07], EntitySheep['Sheep'/798, l='WaliBuilds', x=222.67, y=65.00, z=427.03], EntitySheep['Sheep'/799, l='WaliBuilds', x=223.99, y=65.00, z=426.07], EntityVillager['Villager'/800, l='WaliBuilds', x=218.64, y=65.00, z=426.64], EntityPig['Pig'/801, l='WaliBuilds', x=215.96, y=65.00, z=426.94], EntityPig['Pig'/802, l='WaliBuilds', x=223.97, y=65.00, z=430.60], EntityCow['Cow'/803, l='WaliBuilds', x=235.25, y=65.00, z=426.47], EntityCow['Cow'/804, l='WaliBuilds', x=233.71, y=65.00, z=426.61], EntitySheep['Sheep'/805, l='WaliBuilds', x=240.76, y=65.00, z=426.67], MinecartMember['Minecart'/806, l='WaliBuilds', x=306.66, y=65.50, z=443.50], EntityPig['Pig'/808, l='WaliBuilds', x=249.40, y=65.00, z=438.78], EntitySkeleton['Skeleton'/809, l='WaliBuilds', x=255.50, y=65.00, z=454.50], EntityPainting['Painting'/810, l='WaliBuilds', x=250.00, y=67.00, z=478.94], EntityPainting['Painting'/811, l='WaliBuilds', x=246.50, y=66.50, z=473.06], EntityPainting['Painting'/812, l='WaliBuilds', x=245.50, y=66.50, z=473.06], EntityPainting['Painting'/813, l='WaliBuilds', x=247.50, y=66.50, z=473.06], EntityPainting['Painting'/814, l='WaliBuilds', x=247.50, y=67.50, z=473.06], EntityPainting['Painting'/815, l='WaliBuilds', x=245.50, y=67.50, z=473.06], EntityPainting['Painting'/816, l='WaliBuilds', x=246.50, y=67.50, z=473.06], EntityPainting['Painting'/817, l='WaliBuilds', x=244.94, y=66.50, z=481.50], EntityZombie['Zombie'/818, l='WaliBuilds', x=257.50, y=65.00, z=468.50], MinecartMember['Minecart'/819, l='WaliBuilds', x=303.61, y=65.50, z=443.50], EntityCreeper['Creeper'/821, l='WaliBuilds', x=311.50, y=65.00, z=457.50], EntitySpider['Spider'/822, l='WaliBuilds', x=314.50, y=65.00, z=448.50], EntityEnderman['Enderman'/823, l='WaliBuilds', x=321.50, y=65.00, z=444.50], EntitySkeleton['Skeleton'/824, l='WaliBuilds', x=370.50, y=65.00, z=474.50], EntitySpider['Spider'/825, l='WaliBuilds', x=368.50, y=65.00, z=500.50], EntitySkeleton['Skeleton'/826, l='WaliBuilds', x=399.50, y=65.00, z=459.50], EntityPainting['Painting'/827, l='WaliBuilds', x=235.06, y=66.50, z=482.00], EntityPainting['Painting'/828, l='WaliBuilds', x=237.50, y=72.00, z=480.94], MinecartMember['Minecart'/829, l='WaliBuilds', x=203.74, y=65.50, z=542.50], EntitySheep['Sheep'/831, l='WaliBuilds', x=214.82, y=65.00, z=437.17], EntityCow['Cow'/832, l='WaliBuilds', x=214.72, y=65.00, z=434.46], EntityCreeper['Creeper'/833, l='WaliBuilds', x=223.50, y=65.00, z=454.50], EntityCow['Cow'/834, l='WaliBuilds', x=228.22, y=65.00, z=439.20], EntityPainting['Painting'/835, l='WaliBuilds', x=236.06, y=72.50, z=478.50], EntityPainting['Painting'/836, l='WaliBuilds', x=236.06, y=71.50, z=477.00], EntitySpider['Spider'/837, l='WaliBuilds', x=225.50, y=73.00, z=525.50], EntityCreeper['Creeper'/838, l='WaliBuilds', x=224.50, y=73.00, z=525.50], EntityZombie['Zombie'/839, l='WaliBuilds', x=227.50, y=73.00, z=526.50], EntityZombie['Zombie'/840, l='WaliBuilds', x=238.50, y=65.00, z=537.50], EntitySkeleton['Skeleton'/841, l='WaliBuilds', x=249.50, y=65.00, z=527.50], EntitySkeleton['Skeleton'/842, l='WaliBuilds', x=207.50, y=65.00, z=571.50], EntityCreeper['Creeper'/843, l='WaliBuilds', x=199.50, y=65.00, z=573.50], EntityCreeper['Creeper'/844, l='WaliBuilds', x=201.50, y=65.00, z=573.50], EntityCreeper['Creeper'/845, l='WaliBuilds', x=227.50, y=65.00, z=574.50], EntitySkeleton['Skeleton'/846, l='WaliBuilds', x=227.50, y=65.00, z=573.50], EntitySkeleton['Skeleton'/847, l='WaliBuilds', x=228.50, y=65.00, z=570.50], EntityCreeper['Creeper'/848, l='WaliBuilds', x=194.50, y=65.00, z=591.50], EntitySkeleton['Skeleton'/849, l='WaliBuilds', x=231.50, y=65.00, z=577.50], EntitySpider['Spider'/895, l='WaliBuilds', x=417.50, y=65.00, z=455.50], EntityZombie['Zombie'/896, l='WaliBuilds', x=428.50, y=65.00, z=460.50], EntityPainting['Painting'/897, l='WaliBuilds', x=100.06, y=68.50, z=479.00], EntityPainting['Painting'/898, l='WaliBuilds', x=114.00, y=68.50, z=487.94], EntityPainting['Painting'/899, l='WaliBuilds', x=122.50, y=66.00, z=490.94], MinecartMember['Minecart'/900, l='WaliBuilds', x=116.03, y=64.35, z=500.43]]
  48. - World WaliBuilds Players: 0 total; []
  49. - World WaliBuilds Chunk Stats: ServerChunkCache: 1030 Drop: 0
  50. - Type: Dedicated Server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement