一旦玩家骑宠物就以下报错,然后服务器自动关闭,自动STOP,是怎么回事
复制代码
- [22:49:30 ERROR]: Encountered an unexpected exception
- net.minecraft.server.v1_12_R1.ReportedException: Ticking entity
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:825) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
- Caused by: java.lang.NullPointerException
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.a(EntityMyPet.java:1151) ~[?:?]
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.n(EntityMyPet.java:952) ~[?:?]
- at net.minecraft.server.v1_12_R1.EntityLiving.B_(EntityLiving.java:1939) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.EntityInsentient.B_(EntityInsentient.java:246) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.B_(EntityMyPet.java:1188) ~[?:?]
- at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1640) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.World.h(World.java:1610) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1436) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- ... 4 more
- [22:49:30 ERROR]: Cause of unexpected exception was
- java.lang.NullPointerException: null
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.a(EntityMyPet.java:1151) ~[?:?]
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.n(EntityMyPet.java:952) ~[?:?]
- at net.minecraft.server.v1_12_R1.EntityLiving.B_(EntityLiving.java:1939) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.EntityInsentient.B_(EntityInsentient.java:246) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.B_(EntityMyPet.java:1188) ~[?:?]
- at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1640) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.World.h(World.java:1610) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1436) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678) ~[spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.12mxcz.jar:git-Spigot-596221b-9a1fc1e]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
- [22:49:30 ERROR]: This crash report has been saved to: /root/mxcz/./crash-reports/crash-2017-09-08_22.49.30-server.txt
java.lang.NullPointerException: null
at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.a(EntityMyPet.java:1151) ~[?:?]
at
你大概需要去查看源码或者反馈给mypet作者
在这之前你还是删了这插件吧
at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.a(EntityMyPet.java:1151) ~[?:?]
at
你大概需要去查看源码或者反馈给mypet作者
在这之前你还是删了这插件吧
dogeop 发表于 2017-9-9 02:24
java.lang.NullPointerException: null
at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.a( ...
- ---- Minecraft Crash Report ----
- // Surprise! Haha. Well, this is awkward.
- Time: 9/9/17 1:25 PM
- Description: Ticking entity
- java.lang.NullPointerException: Ticking entity
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.a(EntityMyPet.java:1149)
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.n(EntityMyPet.java:952)
- at net.minecraft.server.v1_12_R1.EntityLiving.B_(EntityLiving.java:1939)
- at net.minecraft.server.v1_12_R1.EntityInsentient.B_(EntityInsentient.java:246)
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.B_(EntityMyPet.java:1188)
- at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1640)
- at net.minecraft.server.v1_12_R1.World.h(World.java:1610)
- at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1436)
- at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665)
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814)
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405)
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678)
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576)
- at java.lang.Thread.run(Thread.java:748)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.a(EntityMyPet.java:1149)
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.n(EntityMyPet.java:952)
- at net.minecraft.server.v1_12_R1.EntityLiving.B_(EntityLiving.java:1939)
- at net.minecraft.server.v1_12_R1.EntityInsentient.B_(EntityInsentient.java:246)
- at de.Keyle.MyPet.compat.v1_12_R1.entity.EntityMyPet.B_(EntityMyPet.java:1188)
- at net.minecraft.server.v1_12_R1.World.entityJoinedWorld(World.java:1640)
- at net.minecraft.server.v1_12_R1.World.h(World.java:1610)
- -- Entity being ticked --
- Details:
- Entity Type: null (de.Keyle.MyPet.compat.v1_12_R1.entity.types.EntityMyChicken)
- Entity ID: 91048
- Entity Name: 鸡
- Entity's Exact location: -16393.47, 70.00, 21169.56
- Entity's Block location: World: (-16394,70,21169), Chunk: (at 6,4,1 in -1025,1323; contains blocks -16400,0,21168 to -16385,255,21183), Region: (-33,41; contains chunks -1056,1312 to -1025,1343, blocks -16896,0,20992 to -16385,255,21503)
- Entity's Momentum: -0.19, -0.08, -0.14
- Entity's Passengers: [EntityPlayer['xyxiaoshen'/83959, l='bfsj', x=-16393.12, y=70.17, z=21169.82](xyxiaoshen at -16393.118380079643,70.17499999105931,21169.818908437326)]
- Entity's Vehicle: ~~ERROR~~ NullPointerException: null
- Stacktrace:
- at net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1436)
- at net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665)
- -- Affected level --
- Details:
- Level name: bfsj
- All players: 8 total; [EntityPlayer['Mm_Pp'/12429, l='bfsj', x=29518.99, y=76.24, z=8398.27](Mm_Pp at 29518.992302841234,76.24313553468023,8398.270771660595), EntityPlayer['w123'/986, l='bfsj', x=-16266.79, y=72.00, z=21086.45](w123 at -16266.78843278938,72.0,21086.44779748569), EntityPlayer['Tbrother'/68742, l='bfsj', x=-1379.40, y=17.00, z=7508.23](Tbrother at -1379.3958546140789,17.0,7508.230607935849), EntityPlayer['xyxiaoshen'/83959, l='bfsj', x=-16393.12, y=70.17, z=21169.82](xyxiaoshen at -16393.118380079643,70.17499999105931,21169.818908437326), EntityPlayer['tp606'/85318, l='bfsj', x=18516.32, y=26.00, z=16895.99](tp606 at 18516.31781260363,26.0,16895.99418111765), EntityPlayer['daojdijwa'/497, l='bfsj', x=-25983.82, y=69.00, z=27223.30](daojdijwa at -25983.820402281817,69.0,27223.30000001192), EntityPlayer['TBK'/87596, l='bfsj', x=-1376.80, y=17.00, z=7509.24](TBK at -1376.8015017457653,17.0,7509.239115220327), EntityPlayer['2731546606'/20361, l='bfsj', x=-5066.30, y=62.23, z=-6144.94](2731546606 at -5066.300000011921,62.231523797587016,-6144.941385498991)]
- Chunk stats: ServerChunkCache: 445 Drop: 16
- Level seed: 512385352198004705
- Level generator: ID 00 - default, ver 1. Features enabled: true
- Level generator options:
- Level spawn location: World: (84,64,240), Chunk: (at 4,4,0 in 5,15; contains blocks 80,0,240 to 95,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
- Level time: 37552782 game time, 37562898 day time
- Level dimension: 0
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 14042 (now: false), thunder time: 128900 (now: false)
- Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
- Stacktrace:
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814)
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405)
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678)
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576)
- at java.lang.Thread.run(Thread.java:748)
- -- System Details --
- Details:
- Minecraft Version: 1.12
- Operating System: Linux (amd64) version 2.6.32-696.6.3.el6.x86_64
- Java Version: 1.8.0_144, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 289274680 bytes (275 MB) / 1206910976 bytes (1151 MB) up to 1864368128 bytes (1778 MB)
- JVM Flags: 4 total; -Xms300m -Xmx2000m -XX:+AggressiveOpts -XX:+UseCompressedOops
- IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
- CraftBukkit Information:
- Running: CraftBukkit version git-Spigot-596221b-9a1fc1e (MC: 1.12) (Implementing API version 1.12-R0.1-SNAPSHOT) false
- Plugins: { LogRP v1.4.0 fr.DiscowZombie.LogRP.LogRP [DiscowZombie], CoreProtect v2.14.2 net.coreprotect.CoreProtect [Intelli], WorldEdit v6.1.7;dd00bb1 com.sk89q.worldedit.bukkit.WorldEditPlugin [], PlaceholderAPI v2.8.2 me.clip.placeholderapi.PlaceholderAPIPlugin [[extended_clip]], Craftconomy3 v3.3.1-d99cf63-trv200 com.greatmancode.craftconomy3.tools.interfaces.BukkitLoader [Greatman], WorldBorder v1.8.7 com.wimbli.WorldBorder.WorldBorder [Brettflan], NametagEdit v4.1.7 com.nametagedit.plugin.NametagEdit [sgtcaze, Cory], WorldGuard v6.2.1;84bc322 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], ProtocolLib v4.3.0 com.comphenix.protocol.ProtocolLib [dmulloy2, comphenix], NoCheatPlus v3.15.1-RC-sMD5NET-b1084 fr.neatmonster.nocheatplus.NoCheatPlus [NeatMonster, asofold, Evenprime], Friends3_0 v3.0.2.1 de.HyChrod.Friends.Friends [HyChrod], SuperTrails v9.6.7 me.kvq.plugin.trails.main [kvq], ChineseCommand v1.4 net.chinesecommand.ChineseCommand [], PermissionsEx v1.23.4 ru.tehkode.permissions.bukkit.PermissionsEx [[t3hk0d3, zml]], TimeIsMoney v1958 de.Linus122.TimeIsMoney.Main [Linus122], RandomTeleport v5.14.0 com.vk2gpz.randomteleport.RandomTeleport [vk2gpz], PvPScoreboard v1.0 ws.gandy.pvpscoreboard.Main [], Lottery v1.0.9 me.Nick.Lottery.main.main [Nick], mcMMO v1.5.08-SNAPSHOT com.gmail.nossr50.mcMMO [nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking], GlobalShop vv1.1.4 com.github.a810587921.GlobalShop.Main [a810587921], CustomJoinItems v1.5.2 com.gmail.filoghost.customjoinitems.CustomJoinItems [], Mcrmb v1.1.0 com.mcrmb.Mcrmb [], Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER} net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], ChatManager v35.1.11.2 me.zachbears27.ChatManager [], Orebfuscator4 v4.3.3 com.lishid.orebfuscator.Orebfuscator [lishid], MiaoChat v1.8.6-git-29a844dd7d6c745c6c509c43b85c2cd16d21d7a4 pw.yumc.MiaoChat.MiaoChat [喵♂呜], Essentials v2.0.1-b516 com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685], PlayerSQL v2.5.2 com.mengcraft.playersql.PluginMain [[email protected]], PlotSquared v3.5.0-SNAPSHOT-95f8aaa com.plotsquared.bukkit.BukkitMain [Citymonstret, Empire92, MattBDev], McrmbShop v1.0.5 com.mcrmb.shop.Main [], Marriage v2.0.16 com.lenis0012.bukkit.marriage2.internal.MarriagePlugin [lenis0012], Multiverse-Core v2.5-b719 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--], Residence v4.7.0.4 com.bekvon.bukkit.residence.ResidenceCommandListener [bekvon, nate302, t00thpick1], MoreFish v2.1.3 me.elsiff.morefish.MoreFish [elsiff], EssentialsProtect v2.0.1-b516 com.earth2me.essentials.protect.EssentialsProtect [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], EscapeLag vBuild-288 com.mcml.space.core.EscapeLag [Vlvxingze, IzzelAliz, Sotr], McrmbVip v1.0.5 com.mcrmb.vip.Main [], ScriptBlockPlus v1.3.0 com.github.yuttyann.scriptblockplus.ScriptBlock [yuttyann44581], BossShop v2.7.4 org.black_ixx.bossshop.BossShop [Black_ixx], PvPManager v3.3.3.2 me.NoChance.PvPManager.PvPManager [NoChanceSD], TitleManager v2.0.7 io.puharesource.mc.titlemanager.TitleManagerPlugin [Puharesource], EliteMobs v4.1.0 com.magmaguy.elitemobs.EliteMobs [MagmaGuy], MyPet v2.3.6 de.Keyle.MyPet.MyPetPlugin [Keyle], HolographicDisplays v2.2.6 com.gmail.filoghost.holographicdisplays.HolographicDisplays [], RPGHealthPlus v1.4.7 me.Bleuzen.RPGHealthPlus.Main [],}
- Warnings: DEFAULT
- Reload Count: 0
- Threads: { 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:64), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], 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_12_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:27), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-17-thread-89: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Craft Scheduler Thread - 118: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.socketRead(SocketInputStream.java:116), java.net.SocketInputStream.read(SocketInputStream.java:171), java.net.SocketInputStream.read(SocketInputStream.java:141), java.io.BufferedInputStream.fill(BufferedInputStream.java:246), java.io.BufferedInputStream.read1(BufferedInputStream.java:286), java.io.BufferedInputStream.read(BufferedInputStream.java:345), sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735), sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678), sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:706), sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569), sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474), com.mengcraft.playersql.lib.Metrics.postPlugin(Metrics.java:455), com.mengcraft.playersql.lib.Metrics.access$400(Metrics.java:58), com.mengcraft.playersql.lib.Metrics$1.run(Metrics.java:224), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-38-thread-1: [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-11: [java.lang.Thread.sleep(Native Method), net.coreprotect.consumer.Consumer.run(Consumer.java:103), java.lang.Thread.run(Thread.java:748)], 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 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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-2: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:111), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:230), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:254), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:111), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:230), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:254), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:111), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:230), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:254), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858), java.lang.Thread.run(Thread.java:748)], WAITING Head Conversion 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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-32-thread-5: [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.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 3: [java.lang.Thread.sleep(Native Method), com.intellectualcrafters.plot.database.SQLManager$1.run(SQLManager.java:155), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-35-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.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-22-thread-1: [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 133: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING process reaper: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING RxIoScheduler-1 (Evictor): [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], 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 pool-29-thread-2: [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.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Ebean-PlayerSQL.0: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75), java.lang.Thread.run(Thread.java:748)], 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 Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:92)], TIMED_WAITING MCStats / Plugin Metrics: [java.lang.Thread.sleep(Native Method), com.greatmancode.craftconomy3.tools.utils.Metrics$1.run(Metrics.java:266), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-26-thread-9: [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.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-17-thread-90: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Hikari housekeeper (pool HikariPool-0): [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Craft Scheduler Thread - 113: [java.net.SocketInputStream.socketRead0(Native Method), java.net.SocketInputStream.socketRead(SocketInputStream.java:116), java.net.SocketInputStream.read(SocketInputStream.java:171), java.net.SocketInputStream.read(SocketInputStream.java:141), java.io.BufferedInputStream.fill(BufferedInputStream.java:246), java.io.BufferedInputStream.read1(BufferedInputStream.java:286), java.io.BufferedInputStream.read(BufferedInputStream.java:345), sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735), sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678), sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:848), sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678), sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1569), sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474), net.coreprotect.Metrics.postPlugin(Metrics.java:686), net.coreprotect.Metrics.access$400(Metrics.java:58), net.coreprotect.Metrics$1.run(Metrics.java:764), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING EbeanBackgroundThread: [java.lang.Thread.sleep(Native Method), com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168), java.lang.Thread.run(Thread.java:748)], 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)], WAITING Head Conversion Thread - 2: [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-21-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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], 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 - 126: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING NonBlockingInputStreamThread: [java.lang.Object.wait(Native Method), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING threadDeathWatcher-2-1: [java.lang.Thread.sleep(Native Method), io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152), io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:138), java.lang.Thread.run(Thread.java:748)], RUNNABLE Signal Dispatcher: [], TIMED_WAITING Orebfuscator ProximityHider Thread: [java.lang.Thread.sleep(Native Method), com.lishid.orebfuscator.obfuscation.ProximityHider.run(ProximityHider.java:72)], WAITING ProtocolLib-StructureCompiler 0: [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], 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)], WAITING Head Conversion Thread - 0: [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_12_R1.FileIOThread.c(SourceFile:44), net.minecraft.server.v1_12_R1.FileIOThread.run(SourceFile:30), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING PoolCleaner[774873197:1504929276636]: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Hikari housekeeper (pool HikariPool-0): [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Async Chat Thread - #9: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING RxComputationScheduler-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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE DestroyJavaVM: [], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1610), org.bukkit.craftbukkit.v1_12_R1.CraftCrashReport.call(CraftCrashReport.java:30), net.minecraft.server.v1_12_R1.CrashReportSystemDetails.a(SourceFile:78), net.minecraft.server.v1_12_R1.CrashReport.h(CrashReport.java:128), net.minecraft.server.v1_12_R1.CrashReport.<init>(CrashReport.java:35), net.minecraft.server.v1_12_R1.CrashReport.a(CrashReport.java:322), net.minecraft.server.v1_12_R1.World.tickEntities(World.java:1439), net.minecraft.server.v1_12_R1.WorldServer.tickEntities(WorldServer.java:665), net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:814), net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:405), net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:678), net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:576), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:111), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:230), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:254), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_12_R1.DedicatedServer$1.run(DedicatedServer.java:60)], TIMED_WAITING Timer-3: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING RxComputationScheduler-2: [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:1081), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING RxScheduledExecutorPool-2: [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], 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:169), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246), 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.readLine(ConsoleReader.java:2349), net.minecraft.server.v1_12_R1.DedicatedServer$2.run(DedicatedServer.java:85)], TIMED_WAITING pool-17-thread-88: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 130: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Thread-10: [java.lang.Thread.sleep(Native Method), net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:15), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING RxScheduledExecutorPool-1: [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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)],}
- Recent tasks from 102789-102819{EscapeLag:com.mcml.space.util.TPSAndThread@102819,EscapeLag:com.mcml.space.util.TPSAndThread@102820,EscapeLag:com.mcml.space.util.TPSAndThread@102821,EscapeLag:com.mcml.space.util.TPSAndThread@102822,EscapeLag:com.mcml.space.util.TPSAndThread@102823,EscapeLag:com.mcml.space.util.TPSAndThread@102824,EscapeLag:com.mcml.space.util.TPSAndThread@102825,EscapeLag:com.mcml.space.util.TPSAndThread@102826,EscapeLag:com.mcml.space.util.TPSAndThread@102827,EscapeLag:com.mcml.space.util.TPSAndThread@102828,TimeIsMoney:de.Linus122.TimeIsMoney.Main$Lambda$21/224060718@102829,EscapeLag:com.mcml.space.util.TPSAndThread@102829,EscapeLag:com.mcml.space.util.TPSAndThread@102830,EscapeLag:com.mcml.space.util.TPSAndThread@102831,EscapeLag:com.mcml.space.util.TPSAndThread@102832,EscapeLag:com.mcml.space.util.TPSAndThread@102833,EscapeLag:com.mcml.space.util.TPSAndThread@102834,EscapeLag:com.mcml.space.util.TPSAndThread@102835,PlotSquared:com.intellectualcrafters.plot.util.MainUtil$2@102836,EscapeLag:com.mcml.space.util.TPSAndThread@102836,EscapeLag:com.mcml.space.util.TPSAndThread@102837,EscapeLag:com.mcml.space.util.TPSAndThread@102838,EscapeLag:com.mcml.space.util.TPSAndThread@102839,EscapeLag:com.mcml.space.util.TPSAndThread@102840,EscapeLag:com.mcml.space.util.TPSAndThread@102841,EscapeLag:com.mcml.space.util.TPSAndThread@102842,EscapeLag:com.mcml.space.util.TPSAndThread@102843,EscapeLag:com.mcml.space.util.TPSAndThread@102844,EscapeLag:com.mcml.space.util.TPSAndThread@102845,EscapeLag:com.mcml.space.util.TPSAndThread@102846,EscapeLag:com.mcml.space.util.TPSAndThread@102847,EscapeLag:com.mcml.space.util.TPSAndThread@102848,TimeIsMoney:de.Linus122.TimeIsMoney.Main$Lambda$21/224060718@102849,GlobalShop:com.github.a810587921.GlobalShop.iiiIiIIiii@102849,GlobalShop:com.github.a810587921.GlobalShop.IiIIiiIiII@102849,EscapeLag:com.mcml.space.util.TPSAndThread@102849,}
- Profiler Position: N/A (disabled)
- Player Count: 16 / 100; [EntityPlayer['Mm_Pp'/12429, l='bfsj', x=29518.99, y=76.24, z=8398.27](Mm_Pp at 29518.992302841234,76.24313553468023,8398.270771660595), EntityPlayer['clec'/67665, l='gbcz', x=195.92, y=34.09, z=-5.73](clec at 195.918083696487,34.08669999023676,-5.726673930062187), EntityPlayer['w123'/986, l='bfsj', x=-16266.79, y=72.00, z=21086.45](w123 at -16266.78843278938,72.0,21086.44779748569), EntityPlayer['Tbrother'/68742, l='bfsj', x=-1379.40, y=17.00, z=7508.23](Tbrother at -1379.3958546140789,17.0,7508.230607935849), EntityPlayer['xyxiaoshen'/83959, l='bfsj', x=-16393.12, y=70.17, z=21169.82](xyxiaoshen at -16393.118380079643,70.17499999105931,21169.818908437326), EntityPlayer['www'/84066, l='mxdl', x=-14052.88, y=71.00, z=11898.78](www at -14052.88121491922,71.0,11898.775351415512), EntityPlayer['sdafjha'/84370, l='gbcz', x=225.03, y=37.24, z=-84.04](sdafjha at 225.0291661374286,37.244595864246044,-84.04238001844159), EntityPlayer['tp606'/85318, l='bfsj', x=18516.32, y=26.00, z=16895.99](tp606 at 18516.31781260363,26.0,16895.99418111765), EntityPlayer['Uncle_long'/87218, l='gbcz', x=-474.04, y=33.00, z=-151.37](Uncle_long at -474.0392601106323,33.0,-151.37170243539111), EntityPlayer['daojdijwa'/497, l='bfsj', x=-25983.82, y=69.00, z=27223.30](daojdijwa at -25983.820402281817,69.0,27223.30000001192), EntityPlayer['Exenice'/63558, l='gbcz', x=217.12, y=48.23, z=31.22](Exenice at 217.11557202542892,48.2349479287104,31.221819806454775), EntityPlayer['TBK'/87596, l='bfsj', x=-1376.80, y=17.00, z=7509.24](TBK at -1376.8015017457653,17.0,7509.239115220327), EntityPlayer['2731546606'/20361, l='bfsj', x=-5066.30, y=62.23, z=-6144.94](2731546606 at -5066.300000011921,62.231523797587016,-6144.941385498991), EntityPlayer['4321'/16706, l='gbcz', x=-622.68, y=33.00, z=186.74](4321 at -622.6817855037748,33.0,186.73864934144467), EntityPlayer['120'/17471, l='gbcz', x=225.18, y=39.00, z=37.30](120 at 225.17615517345052,39.0,37.299189105040185), EntityPlayer['tuhaofish'/72117, l='gbcz', x=-7964.50, y=35.00, z=8194.50](tuhaofish at -7964.5,35.0,8194.5)]
- Is Modded: Definitely; Server brand changed to 'Spigot'
- Type: Dedicated Server (map_server.txt)