---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 6/11/16 3:34 PM
Description: Ticking entity

java.lang.IllegalStateException: Unhandled damage of EntityCreeper['Creeper'/46947, l='SpicyBoneWood', x=1074.34, y=150.00, z=-5284.83] by CraftBlock{chunk=CraftChunk{x=66z=-331},x=1071,y=151,z=-5289,type=MAGMA,data=0} from fall
	at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:501)
	at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:604)
	at net.minecraft.server.v1_10_R1.EntityLiving.damageEntity0(EntityLiving.java:1238)
	at net.minecraft.server.v1_10_R1.EntityLiving.damageEntity(EntityLiving.java:834)
	at net.minecraft.server.v1_10_R1.EntityMonster.damageEntity(EntityMonster.java:48)
	at net.minecraft.server.v1_10_R1.EntityLiving.e(EntityLiving.java:1103)
	at net.minecraft.server.v1_10_R1.EntityCreeper.e(EntityCreeper.java:47)
	at net.minecraft.server.v1_10_R1.Block.fallOn(Block.java:528)
	at net.minecraft.server.v1_10_R1.Entity.a(Entity.java:900)
	at net.minecraft.server.v1_10_R1.EntityLiving.a(EntityLiving.java:176)
	at net.minecraft.server.v1_10_R1.Entity.move(Entity.java:697)
	at net.minecraft.server.v1_10_R1.EntityLiving.g(EntityLiving.java:1686)
	at net.minecraft.server.v1_10_R1.EntityLiving.n(EntityLiving.java:1988)
	at net.minecraft.server.v1_10_R1.EntityInsentient.n(EntityInsentient.java:512)
	at net.minecraft.server.v1_10_R1.EntityMonster.n(EntityMonster.java:28)
	at net.minecraft.server.v1_10_R1.EntityLiving.m(EntityLiving.java:1817)
	at net.minecraft.server.v1_10_R1.EntityInsentient.m(EntityInsentient.java:240)
	at net.minecraft.server.v1_10_R1.EntityMonster.m(EntityMonster.java:32)
	at net.minecraft.server.v1_10_R1.EntityCreeper.m(EntityCreeper.java:118)
	at net.minecraft.server.v1_10_R1.World.entityJoinedWorld(World.java:1621)
	at net.minecraft.server.v1_10_R1.World.g(World.java:1596)
	at net.minecraft.server.v1_10_R1.World.tickEntities(World.java:1430)
	at net.minecraft.server.v1_10_R1.WorldServer.tickEntities(WorldServer.java:632)
	at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:804)
	at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
	at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
	at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
	at java.lang.Thread.run(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
	at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.handleEntityDamageEvent(CraftEventFactory.java:501)
	at org.bukkit.craftbukkit.v1_10_R1.event.CraftEventFactory.handleLivingEntityDamageEvent(CraftEventFactory.java:604)
	at net.minecraft.server.v1_10_R1.EntityLiving.damageEntity0(EntityLiving.java:1238)
	at net.minecraft.server.v1_10_R1.EntityLiving.damageEntity(EntityLiving.java:834)
	at net.minecraft.server.v1_10_R1.EntityMonster.damageEntity(EntityMonster.java:48)
	at net.minecraft.server.v1_10_R1.EntityLiving.e(EntityLiving.java:1103)
	at net.minecraft.server.v1_10_R1.EntityCreeper.e(EntityCreeper.java:47)
	at net.minecraft.server.v1_10_R1.Block.fallOn(Block.java:528)
	at net.minecraft.server.v1_10_R1.Entity.a(Entity.java:900)
	at net.minecraft.server.v1_10_R1.EntityLiving.a(EntityLiving.java:176)
	at net.minecraft.server.v1_10_R1.Entity.move(Entity.java:697)
	at net.minecraft.server.v1_10_R1.EntityLiving.g(EntityLiving.java:1686)
	at net.minecraft.server.v1_10_R1.EntityLiving.n(EntityLiving.java:1988)
	at net.minecraft.server.v1_10_R1.EntityInsentient.n(EntityInsentient.java:512)
	at net.minecraft.server.v1_10_R1.EntityMonster.n(EntityMonster.java:28)
	at net.minecraft.server.v1_10_R1.EntityLiving.m(EntityLiving.java:1817)
	at net.minecraft.server.v1_10_R1.EntityInsentient.m(EntityInsentient.java:240)
	at net.minecraft.server.v1_10_R1.EntityMonster.m(EntityMonster.java:32)
	at net.minecraft.server.v1_10_R1.EntityCreeper.m(EntityCreeper.java:118)
	at net.minecraft.server.v1_10_R1.World.entityJoinedWorld(World.java:1621)
	at net.minecraft.server.v1_10_R1.World.g(World.java:1596)

-- Entity being ticked --
Details:
	Entity Type: Creeper (net.minecraft.server.v1_10_R1.EntityCreeper)
	Entity ID: 46947
	Entity Name: Creeper
	Entity's Exact location: 1074.34, 150.00, -5284.83
	Entity's Block location: World: (1074,150,-5285), Chunk: (at 2,9,11 in 67,-331; contains blocks 1072,0,-5296 to 1087,255,-5281), Region: (2,-11; contains chunks 64,-352 to 95,-321, blocks 1024,0,-5632 to 1535,255,-5121)
	Entity's Momentum: 0.00, -2.04, 0.00
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
	at net.minecraft.server.v1_10_R1.World.tickEntities(World.java:1430)
	at net.minecraft.server.v1_10_R1.WorldServer.tickEntities(WorldServer.java:632)

-- Affected level --
Details:
	Level name: SpicyBoneWood
	All players: 2 total; [EntityPlayer['Getting_Bone'/1335, l='SpicyBoneWood', x=9.50, y=72.00, z=21.13](Getting_Bone at 9.498667320689924,72.0,21.1315676805753), EntityPlayer['Getting_Wood'/19146, l='SpicyBoneWood', x=1071.72, y=150.00, z=-5298.15](Getting_Wood at 1071.7151960307,150.0,-5298.147018871214)]
	Chunk stats: ServerChunkCache: 1250 Drop: 0
	Level seed: (LEVEL_SEED)
	Level generator: ID 00 - default, ver 1. Features enabled: true
	Level generator options: 
	Level spawn location: World: (0,71,0), Chunk: (at 0,4,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
	Level time: 164386150 game time, 168045177 day time
	Level dimension: 0
	Level storage version: 0x04ABD - Anvil
	Level weather: Rain time: 12961 (now: true), thunder time: 25422 (now: false)
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
	at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:804)
	at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
	at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
	at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
	at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
	Minecraft Version: 1.10
	Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64
	Java Version: 1.8.0_72, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 2099059240 bytes (2001 MB) / 3150446592 bytes (3004 MB) up to 3150446592 bytes (3004 MB)
	JVM Flags: 2 total; -Xmx3072M -Xms3072M
	IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
	CraftBukkit Information: 
   Running: CraftBukkit version git-Spigot-6016ac7-d5ecbd0 (MC: 1.10) (Implementing API version 1.10-R0.1-SNAPSHOT) true
   Plugins: { CoreProtect v2.12.0 net.coreprotect.CoreProtect [Intelli], dynmap v2.3-SNAPSHOT-1132 org.dynmap.bukkit.DynmapPlugin [mikeprimm], Essentials vTeamCity com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally], EssentialsChat vTeamCity com.earth2me.essentials.chat.EssentialsChat [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally], PermissionsEx v1.23.4 ru.tehkode.permissions.bukkit.PermissionsEx [[t3hk0d3, zml]], PlugMan v2.1.0 com.rylinaux.plugman.PlugMan [rylinaux], mcMMO v1.5.05-SNAPSHOT-b131 com.gmail.nossr50.mcMMO [nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking], WorldBorder v1.8.5 com.wimbli.WorldBorder.WorldBorder [Brettflan], Modifyworld v1.19.7 ru.tehkode.modifyworld.bukkit.Modifyworld [t3hk0d3], BetterChairs v0.7.2 net.blackscarx.chairs.ChairsPlugin [BlackScarx], Vault v1.5.6-b49 net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], Votifier v1.9 com.vexsoftware.votifier.Votifier [blakeman8192, Kramer], EssentialsSpawn vTeamCity com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], Multiverse-Core v2.5.0-SNAPSHOT-b722 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--], HyperConomy v0.975.6 regalowl.hyperconomy.bukkit.BukkitConnector [RegalOwl], EnjinMinecraftPlugin v2.7.7 com.enjin.officialplugin.EnjinMinecraftPlugin [www.Enjin.com], OnTime v4.1.4 me.edge209.OnTime.OnTime [Edge209], Residence v4.1.5.0 com.bekvon.bukkit.residence.ResidenceCommandListener [bekvon, nate302, t00thpick1], GAListener v1.3.2 com.swifteh.GAL.GAL [swifteh],}
   Warnings: DEFAULT
   Reload Count: 0
   Threads: { TIMED_WAITING Craft Scheduler Thread - 19: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING pool-11-thread-3: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Thread-13: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), 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:745)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_10_R1.FileIOThread.c(SourceFile:51), net.minecraft.server.v1_10_R1.FileIOThread.run(SourceFile:30), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING HashSessionScavenger-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Thread-20: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409), java.net.ServerSocket.implAccept(ServerSocket.java:545), java.net.ServerSocket.accept(ServerSocket.java:513), com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:114)], WAITING pool-13-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING pool-12-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Thread-11: [java.lang.Thread.sleep(Native Method), net.coreprotect.consumer.Consumer.run(Consumer.java:46), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Dynmap Render Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164), sun.java2d.Disposer.run(Disposer.java:148), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING PoolCleaner[1502669406:1465672529365]: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Chunk I/O Executor Thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Dynmap Render Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], RUNNABLE Netty Server IO #2: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97), io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622), io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], RUNNABLE Netty Server IO #1: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97), io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622), io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)], RUNNABLE pool-11-thread-1 Selector0: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97), org.dynmap.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569), org.dynmap.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Timer-1: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Abandoned connection cleanup thread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)], WAITING Dynmap Render Thread: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Spigot Metrics Thread: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_10_R1.DedicatedServer$1.run(DedicatedServer.java:58)], RUNNABLE Netty Server IO #0: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97), io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622), io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], RUNNABLE pool-11-thread-2 Acceptor0 SelectChannelConnector@192.99.62.43:8125: [sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method), sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:422), sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:250), org.dynmap.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109), org.dynmap.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference.tryHandlePending(Reference.java:191), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)], RUNNABLE DestroyJavaVM: [], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1603), org.bukkit.craftbukkit.v1_10_R1.CraftCrashReport.call(CraftCrashReport.java:30), net.minecraft.server.v1_10_R1.CrashReportSystemDetails.a(SourceFile:78), net.minecraft.server.v1_10_R1.CrashReport.h(CrashReport.java:126), net.minecraft.server.v1_10_R1.CrashReport.<init>(CrashReport.java:33), net.minecraft.server.v1_10_R1.CrashReport.a(CrashReport.java:320), net.minecraft.server.v1_10_R1.World.tickEntities(World.java:1433), net.minecraft.server.v1_10_R1.WorldServer.tickEntities(WorldServer.java:632), net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:804), net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399), net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672), net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571), java.lang.Thread.run(Thread.java:745)], WAITING Timer-3: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Server console handler: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:255), java.io.BufferedInputStream.fill(BufferedInputStream.java:246), java.io.BufferedInputStream.read(BufferedInputStream.java:265), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257), net.minecraft.server.v1_10_R1.DedicatedServer$2.run(DedicatedServer.java:85)], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Craft Scheduler Thread - 17: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Thread-10: [java.lang.Thread.sleep(Native Method), net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:14), java.lang.Thread.run(Thread.java:745)], WAITING Thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77), org.bukkit.craftbukkit.v1_10_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:27), java.lang.Thread.run(Thread.java:745)], RUNNABLE Signal Dispatcher: [], RUNNABLE Netty Server IO #3: [sun.nio.ch.EPollArrayWrapper.epollWait(Native Method), sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269), sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93), sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86), sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97), io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622), io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:92)],}
   Recent tasks from 23157-23187{EnjinMinecraftPlugin:com.enjin.officialplugin.tpsmeter.MonitorTPS@23189,}
	Profiler Position: N/A (disabled)
	Player Count: 2 / 60; [EntityPlayer['Getting_Bone'/1335, l='SpicyBoneWood', x=9.50, y=72.00, z=21.13](Getting_Bone at 9.498667320689924,72.0,21.1315676805753), EntityPlayer['Getting_Wood'/19146, l='SpicyBoneWood', x=1071.72, y=150.00, z=-5298.15](Getting_Wood at 1071.7151960307,150.0,-5298.147018871214)]
	Is Modded: Definitely; Server brand changed to 'Spigot'
	Type: Dedicated Server (map_server.txt)