My server keeps crashing.

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

imnotpoppy

New Member
Oct 7, 2018
9
0
0
26
Hi. For the past few days, my 1.13.1 development server has been crashing a lot. Usually once per hour.

From reading the console error it seemed like it was TuSKe causing the errors, so with a heavy heart, I removed it, for the time being, hoping that it would gain 1.13.1 support soon since TuSKe is important for the servers functions. After removing the addon I assumed that the server would not crash again, I was wrong. And this time I got another way longer error. If someone could help me that would be incredibly appreciated. This is taking so much time from the build team since I manually have to start the server all the time, which I can't, because I'm a human and I need sleep.


code_language.skript:
[15:36:06] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[15:36:06] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[15:36:06] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[15:36:06] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-f6a273b-8ab46ff (MC: 1.13.1)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 28 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(AbstractQueuedSynchronizer.java:967)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1283)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:727)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.Variables.getVariable(Variables.java:322)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getRaw(Variable.java:253)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.get(Variable.java:262)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getConverted(Variable.java:407)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getAll(Variable.java:631)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getArray(Variable.java:623)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.VariableString.toString(VariableString.java:440)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.VariableString.getSingle(VariableString.java:599)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.VariableString.getSingle(VariableString.java:1)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.rayfall.eyesniper2.skrayfall.scoreboard.EffSetScore.execute(EffSetScore.java:58)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Effect.run(Effect.java:52)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:893)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #3
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 120 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.get(CraftFuture.java:50)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.get(CraftFuture.java:38)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Task.callSync(Task.java:176)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Task.callSync(Task.java:151)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.events.EvtChat$1.execute(EvtChat.java:87)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:482)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.PlayerConnection.chat(PlayerConnection.java:1568)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1506)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:266)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #2
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 119 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.get(CraftFuture.java:50)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftFuture.get(CraftFuture.java:38)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Task.callSync(Task.java:176)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.util.Task.callSync(Task.java:151)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.events.EvtChat$1.execute(EvtChat.java:87)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:482)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.PlayerConnection.chat(PlayerConnection.java:1568)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.PlayerConnection.a(PlayerConnection.java:1506)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:266)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 10
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 117 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireQueued(AbstractQueuedSynchronizer.java:870)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:1199)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.lock(ReentrantReadWriteLock.java:943)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.FlatFileStorage.saveVariables(FlatFileStorage.java:413)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.FlatFileStorage$1.run(FlatFileStorage.java:202)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 8
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 115 | Suspended: false | Native: true | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1334)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1309)
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.PlainSocketImpl.socketConnect(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.Socket.connect(Socket.java:589)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.Socket.connect(Socket.java:538)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.NetworkClient.doConnect(NetworkClient.java:180)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.New(HttpClient.java:339)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.New(HttpClient.java:357)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1220)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1050)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:984)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1334)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1309)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         com.palmergames.bukkit.metrics.MCStats.postPlugin(MCStats.java:444)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         com.palmergames.bukkit.metrics.MCStats.access$400(MCStats.java:56)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         com.palmergames.bukkit.metrics.MCStats$1.run(MCStats.java:222)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 5
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 87 | Suspended: false | Native: true | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:345)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.socketRead0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.read(SocketInputStream.java:171)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.SocketInputStream.read(SocketInputStream.java:141)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(BufferedInputStream.java:345)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.mcstats.multiverse.Metrics.postPlugin(Metrics.java:480)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.mcstats.multiverse.Metrics.access$400(Metrics.java:61)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.mcstats.multiverse.Metrics$1.run(Metrics.java:227)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 72 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.FileIOThread.c(SourceFile:59)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.FileIOThread.run(SourceFile:35)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 2
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 67 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 41 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.Variables$2.run(Variables.java:548)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread for database 'default'
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 65 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:76)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 61 | Suspended: false | Native: true | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:java.net.PlainDatagramSocketImpl.receive0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.PlainDatagramSocketImpl.receive0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.net.DatagramSocket.receive(DatagramSocket.java:812)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.RemoteStatusListener.run(SourceFile:269)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 55 | Suspended: false | Native: true | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait(Native.java:114)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-2
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 50 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 49 | Suspended: false | Native: true | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait(Native.java:114)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Abandoned connection cleanup thread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 47 | Suspended: false | Native: true | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait(Native.java:114)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-9
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 42 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.ScriptLoader$AsyncLoaderThread.run(ScriptLoader.java:307)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 38 | Suspended: false | Native: false | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait(Native.java:114)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 37 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 36 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 35 | Suspended: false | Native: false | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpThreads0(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 33 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.java2d.Disposer.run(Disposer.java:148)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 31 | Suspended: false | Native: true | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.readBytes(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.read(FileInputStream.java:255)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.DedicatedServer$2.run(DedicatedServer.java:93)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-3
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 32 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:27)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 30 | Suspended: false | Native: false | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 28 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:836)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireShared(AbstractQueuedSynchronizer.java:967)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireShared(AbstractQueuedSynchronizer.java:1283)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock.lock(ReentrantReadWriteLock.java:727)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.variables.Variables.getVariable(Variables.java:322)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getRaw(Variable.java:253)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.get(Variable.java:262)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getConverted(Variable.java:407)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getAll(Variable.java:631)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Variable.getArray(Variable.java:623)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.VariableString.toString(VariableString.java:440)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.VariableString.getSingle(VariableString.java:599)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.VariableString.getSingle(VariableString.java:1)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.rayfall.eyesniper2.skrayfall.scoreboard.EffSetScore.execute(EffSetScore.java:58)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Effect.run(Effect.java:52)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:61)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.events.EvtPeriodical.execute(EvtPeriodical.java:96)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         ch.njol.skript.events.EvtPeriodical$1.run(EvtPeriodical.java:110)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftTask.run(CraftTask.java:76)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_13_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.MinecraftServer.b(MinecraftServer.java:893)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.DedicatedServer.b(DedicatedServer.java:417)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:835)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:733)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:748)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_13_R2.DedicatedServer$1.run(DedicatedServer.java:66)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 25 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:526)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 3 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[15:36:06] [Spigot Watchdog Thread/ERROR]:     PID: 2 | Suspended: false | Native: false | State: WAITING
[15:36:06] [Spigot Watchdog Thread/ERROR]:     Stack:
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference.tryHandlePending(Reference.java:191)
[15:36:06] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
[15:36:06] [Spigot Watchdog Thread/ERROR]: ------------------------------
[15:36:06] [Spigot Watchdog Thread/INFO]: Attempting to restart with ./start.sh
[15:36:06] [Spigot Watchdog Thread/INFO]: farlander_cd lost connection: Server startar om. Vänligen försök logga in om några minuter.
[15:36:06] [Spigot Watchdog Thread/INFO]: farlander_cd left the game
[15:36:06] [Spigot Watchdog Thread/INFO]: Stopping server
[15:36:06] [Spigot Watchdog Thread/INFO]: [skRayFall] Disabling skRayFall v1.9.14
[15:36:06] [Spigot Watchdog Thread/INFO]: [skRayFall] Bacon has been eaten. Make some more soon!
[15:36:06] [Spigot Watchdog Thread/INFO]: [Skellett] Disabling Skellett v1.9.6b
[15:36:06] [Spigot Watchdog Thread/INFO]: [ServerShop-GUI] Disabling ServerShop-GUI v2.5
[15:36:06] [Spigot Watchdog Thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.3.0
[15:36:06] [Spigot Watchdog Thread/INFO]: [Towny] Disabling Towny v0.93.0.0
[15:36:06] [Spigot Watchdog Thread/INFO]: ==============================================================
[15:36:06] [Spigot Watchdog Thread/INFO]: [Towny] Version: 0.93.0.0 - Mod Disabled
[15:36:06] [Spigot Watchdog Thread/INFO]: =============================================================
[15:36:06] [Spigot Watchdog Thread/INFO]: [gMoney] Disabling gMoney v1.9.4
[15:36:06] [Spigot Watchdog Thread/INFO]: [Citizens] Disabling Citizens v2.0.24-SNAPSHOT (build 1572)
[15:36:06] [Spigot Watchdog Thread/INFO]: [WorldGuard] Disabling WorldGuard v7.0.0-SNAPSHOT;1748-7fb7d59
[15:36:06] [Spigot Watchdog Thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
[15:36:06] [Spigot Watchdog Thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.5.0-b727
[15:36:06] [Spigot Watchdog Thread/INFO]: [Vault] Disabling Vault v1.7.1-b91
[15:36:06] [Spigot Watchdog Thread/INFO]: [SkQuery] Disabling SkQuery v3.6.1-Lime
[15:36:06] [Spigot Watchdog Thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
[15:36:06] [Spigot Watchdog Thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[15:36:06] [Spigot Watchdog Thread/INFO]: [WildSkript] Disabling WildSkript v1.8
[15:36:06] [Spigot Watchdog Thread/INFO]: [VoxelSniper] Disabling VoxelSniper v5.172.0-SNAPSHOT
[15:36:06] [Spigot Watchdog Thread/INFO]: [Skript] Disabling Skript v2.3-alpha4
 
What version of skRayFall are you using?

Here are all the versions I use.

Spigot: CraftBukkit version git-Spigot-f6a273b-8ab46ff (MC: 1.13.1)
Skript: 2.3-alpha4
skRayFall: 1.9.14
TuSKe: 1.8.2
Wildskript: 1.8
SkQuery: 3.6.1-Lime
Skellett: 1.9.6b

Complete list of plugins:: WorldEdit, Skript, VoxelSniper, WildSkript, PermissionsEx, SkQuery, Vault, Multiverse-Core, WorldGuard, Citizens, gMoney, Towny, HolographicDisplays, ServerShop-GUI, Skellett, skRayFall, TuSKe
 
Try deleting your variable file... there has been some issues with it in the Skript Alpha versions which can cause server errors like that.
Best to start with a fresh variable file
 
Try deleting your variable file... there has been some issues with it in the Skript Alpha versions which can cause server errors like that.
Best to start with a fresh variable file
I will try. Thank god it's a production server.
 
Same problem has been happening to me, I will try these solutions and see if they work. (I am using Paper 1.12.2)

edit:
20 minutes in: no crash
2 minutes later: it crashed
 
Last edited:
Status
Not open for further replies.