Çözüldü Skript Pluginin Hata veriyor ve server Çöküyor !

  • Konuyu Başlatan Konuyu Başlatan YunusB3Y
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 398
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

YunusB3Y

Sevgiler, Saygılar Blaze Bey
Katılım
14 Mayıs 2018
Mesajlar
1.361
Elmaslar
309
Puan
0
Minecraft
YunsBEY

Discord:

@๖̶̶̶ۣۣۜۜ͜ζ͜͡ GamingPro#5857

Merhaba arkadaşlar. Kendi arkadaşımın yazmış olduğu bir worldedit skrtipti var. Bu skript başka sw lerde de var satmıştı O sunucularda sıkıntı yok iken arada sırada bende hata veriyor Bçyle ve çöküüyor. Yalnız sk ile ilgili değil skript ile ilgili sanırsam. Skript sürümüm ve addonları Son sürüm ve o diğer çalışan sw dediklerimden aynı .jar lara aldım attım ama gende hata var.

Kod :
Kod:
[18:06:07] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[18:06:07] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[18:06:07] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[18:06:07] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
[18:06:07] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:07] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[18:06:07] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:07] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[18:06:07] [Spigot Watchdog Thread/ERROR]:     PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[18:06:07] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:07] [Spigot Watchdog Thread/ERROR]:         java.lang.Long.parseLong(Unknown Source)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Utils.parseLong(Utils.java:527)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesMap$1.compare(VariablesMap.java:49)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesMap$1.compare(VariablesMap.java:1)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         java.util.TreeMap.getEntryUsingComparator(Unknown Source)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         java.util.TreeMap.getEntry(Unknown Source)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         java.util.TreeMap.containsKey(Unknown Source)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.change(Variable.java:549)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.effects.EffChange.execute(EffChange.java:278)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Effect.run(Effect.java:52)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:93)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.Function.execute(Function.java:119)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:204)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.ExprFunctionCall.get(ExprFunctionCall.java:44)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:102)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.effects.EffChange.execute(EffChange.java:275)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Effect.run(Effect.java:52)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(Unknown Source)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:06:07] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:07] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:07] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 23
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 189 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 2
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 135 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 134 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 0
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 133 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #3
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 68 | Suspended: false | Native: false | State: BLOCKED
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.gmail.thelimeglass.Utils.Packets.PacketListener$1.channelRead(PacketListener.java:50)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 124 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #2
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 67 | Suspended: false | Native: false | State: BLOCKED
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.gmail.thelimeglass.Utils.Packets.PacketListener$1.write(PacketListener.java:60)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:658)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:716)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:706)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:741)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:895)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:240)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:327)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.NetworkManager$4.run(NetworkManager.java:198)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$3.lambda$onMessageScheduled$1(ChannelInjector.java:310)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$3$$Lambda$150/1845662674.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:357)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-10-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 113 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 112 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.FileIOThread.c(FileIOThread.java:52)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.FileIOThread.run(FileIOThread.java:28)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: RxComputationScheduler-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 111 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-38-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 109 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-34-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 108 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-35-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 102 | Suspended: false | Native: true | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.security.ssl.AppInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.socketRead0(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.socketRead(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.security.ssl.InputRecord.readFully(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.security.ssl.InputRecord.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.security.ssl.SSLSocketImpl.readDataRecord(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.security.ssl.AppInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read1(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.net.HttpURLConnection.getResponseCode(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         me.robin.leaderheads.a.c.a.a(a.java:121)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         me.robin.leaderheads.j.a.a(a.java:241)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         me.robin.leaderheads.j.c.a(c.java:65)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         me.robin.leaderheads.j.c.b(c.java:104)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         me.robin.leaderheads.j.h.run(h.java:9)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-4
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 101 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-3
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 100 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 98 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 66 | Suspended: false | Native: false | State: BLOCKED
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.gmail.thelimeglass.Utils.Packets.PacketListener$1.channelRead(PacketListener.java:50)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 28 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.Variables$2.run(Variables.java:485)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread for database 'default'
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 96 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:76)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #0
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 65 | Suspended: false | Native: false | State: BLOCKED
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.gmail.thelimeglass.Utils.Packets.PacketListener$1.channelRead(PacketListener.java:50)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.comphenix.protocol.injector.netty.ChannelInjector$2.channelRead(ChannelInjector.java:248)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:130)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-19
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 62 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.join(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.join(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.Acrobot.ChestShop.Updater.Updater.waitForThread(Updater.java:289)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.Acrobot.ChestShop.Updater.Updater.getLatestType(Updater.java:241)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.Acrobot.ChestShop.Updater.Updater.shouldUpdate(Updater.java:508)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.Acrobot.ChestShop.Updater.Updater.versionCheck(Updater.java:466)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.Acrobot.ChestShop.Updater.Updater.access$400(Updater.java:41)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         com.Acrobot.ChestShop.Updater.Updater$UpdateRunnable.run(Updater.java:586)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-37-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 59 | Suspended: false | Native: false | State: BLOCKED
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.getPlugin(SimplePluginManager.java:361)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.isPluginEnabled(SimplePluginManager.java:377)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.placeholder.PluginHook.isEnabled(PluginHook.kt:14)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.APIProvider.replaceText(APIProvider.kt:123)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.APIProvider.setScoreboardValueWithPlaceholders(APIProvider.kt:629)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.TitleManagerPlugin.setScoreboardValueWithPlaceholders(TitleManagerPlugin.kt:735)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.extensions.PlayerExtensionsKt.setScoreboardValue(PlayerExtensions.kt:168)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.APIProvider$toScoreboardValueAnimation$4.invoke(APIProvider.kt:345)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.APIProvider$toScoreboardValueAnimation$4.invoke(APIProvider.kt:41)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.animations.PartBasedSendableAnimation.update(PartBasedSendableAnimation.kt:82)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.animations.PartBasedSendableAnimation$update$2.invoke(PartBasedSendableAnimation.kt:89)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.animations.PartBasedSendableAnimation$update$2.invoke(PartBasedSendableAnimation.kt:11)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         io.puharesource.mc.titlemanager.scheduling.AsyncScheduler$schedule$2.run(AsyncScheduler.kt:22)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: RxIoScheduler-1 (Evictor)
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 58 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: RxScheduledExecutorPool-2
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 57 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: RxScheduledExecutorPool-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 56 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-33-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 53 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-2
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 44 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-11-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 43 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 42 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-8
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 29 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.ScriptLoader$AsyncLoaderThread.run(ScriptLoader.java:308)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-7-thread-1
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 25 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 24 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 22 | Suspended: false | Native: false | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpThreads0(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 19 | Suspended: false | Native: true | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.readBytes(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:81)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-4
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 20 | Suspended: false | Native: false | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedOutputStream.flush(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.PrintStream.write(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.FileOutputStream.writeBytes(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.FileOutputStream.write(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedOutputStream.flushBuffer(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedOutputStream.flush(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.PrintStream.write(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.io.FilterOutputStream.write(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:44)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 18 | Suspended: false | Native: false | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[18:06:08] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Long.parseLong(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Utils.parseLong(Utils.java:527)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesMap$1.compare(VariablesMap.java:49)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesMap$1.compare(VariablesMap.java:1)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TreeMap.getEntryUsingComparator(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TreeMap.getEntry(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TreeMap.containsKey(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.change(Variable.java:549)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.effects.EffChange.execute(EffChange.java:278)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Effect.run(Effect.java:52)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.ScriptFunction.execute(ScriptFunction.java:93)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.Function.execute(Function.java:119)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.FunctionReference.execute(FunctionReference.java:204)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.function.ExprFunctionCall.get(ExprFunctionCall.java:44)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:102)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.effects.EffChange.execute(EffChange.java:275)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Effect.run(Effect.java:52)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.SkriptEventHandler.check(SkriptEventHandler.java:152)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.SkriptEventHandler$1.execute(SkriptEventHandler.java:110)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:36)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:228)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 17 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:54)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Attach Listener
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 6 | Suspended: false | Native: false | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 5 | Suspended: false | Native: false | State: RUNNABLE
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 3 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[18:06:08] [Spigot Watchdog Thread/ERROR]:     PID: 2 | Suspended: false | Native: false | State: WAITING
[18:06:08] [Spigot Watchdog Thread/ERROR]:     Stack:
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference.tryHandlePending(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
[18:06:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
[18:06:08] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
[18:06:08] [Thread-3/INFO]: Stopping server

Şimdiden yardım ettiğiniz için teşekkürler.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst