개인 자료란 (JE)

  서버 커뮤니티

Profile Lee_Junki 대표칭호 없음
Profile

질문하기 스크립트

스크립트 오류

2021.07.17 조회 수 99 추천 수 0

/야생 을 치면 야생월드로 랜덤 TP하는 스크립트에서 오류가 발생합니다.2c63d926e5db7a14da3814915cee6fc9.png

명령어를 입력하면 서버가 멈추고 콘솔에서 긴 오류가 뜨다 An internal error occurred While attemping to perform this command라고 뜨며 몇초후 서버가 닫힙니다. 그래서 스크립트 버전도 바꿔보고 /sk reload 명령어.sk 로 오류를 확인해봤지만 스크립트에는 아무 오류도 없었습니다.. crash-report는 없었습니다.

f501617af46700001995de116f584698.png

오류:

[14:05:17 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:17 ERROR]: The server has not responded for 10 seconds! Creating thread dump

[14:05:17 ERROR]: ------------------------------

[14:05:17 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:17 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:17 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:17 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:17 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:17 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:17 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:17 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:17 ERROR]: ------------------------------

[14:05:17 ERROR]: Current Thread: Server thread

[14:05:17 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:17 ERROR]:       Stack:

[14:05:17 ERROR]:               ch.njol.skript.variables.Variables.getVariable(Variables.java:302)

[14:05:17 ERROR]:               ch.njol.skript.lang.Variable.getRaw(Variable.java:278)

[14:05:17 ERROR]:               ch.njol.skript.lang.Variable.get(Variable.java:287)

[14:05:17 ERROR]:               ch.njol.skript.lang.Variable.getConverted(Variable.java:431)

[14:05:17 ERROR]:               ch.njol.skript.lang.Variable.getSingle(Variable.java:647)

[14:05:17 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:72)

[14:05:17 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:1)

[14:05:17 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:17 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:380)

[14:05:17 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:1)

[14:05:17 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:17 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:05:17 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:05:17 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:17 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:17 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:17 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:17 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:17 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:17 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:17 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:17 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:17 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:17 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:17 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:17 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:17 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:17 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:17 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:17 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:17 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:17 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:17 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:17 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:17 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:17 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:17 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:17 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:17 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:17 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:17 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:17 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:17 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:17 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:17 ERROR]: ------------------------------

[14:05:17 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:17 ERROR]: ------------------------------

[14:05:22 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:22 ERROR]: The server has not responded for 15 seconds! Creating thread dump

[14:05:22 ERROR]: ------------------------------

[14:05:22 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:22 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:22 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:22 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:22 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:22 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:22 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:22 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:22 ERROR]: ------------------------------

[14:05:22 ERROR]: Current Thread: Server thread

[14:05:22 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:22 ERROR]:       Stack:

[14:05:22 ERROR]:               ch.njol.skript.lang.Variable.getRaw(Variable.java:275)

[14:05:22 ERROR]:               ch.njol.skript.lang.Variable.get(Variable.java:287)

[14:05:22 ERROR]:               ch.njol.skript.lang.Variable.getConverted(Variable.java:431)

[14:05:22 ERROR]:               ch.njol.skript.lang.Variable.getSingle(Variable.java:647)

[14:05:22 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:72)

[14:05:22 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:1)

[14:05:22 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:22 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:380)

[14:05:22 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:1)

[14:05:22 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:22 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:05:22 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:05:22 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:22 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:22 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:22 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:22 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:22 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:22 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:22 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:22 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:22 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:22 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:22 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:22 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:22 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:22 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:22 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:22 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:22 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:22 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:22 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:22 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:22 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:22 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:22 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:22 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:22 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:22 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:22 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:22 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:22 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:22 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:22 ERROR]: ------------------------------

[14:05:22 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:22 ERROR]: ------------------------------

[14:05:27 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:27 ERROR]: The server has not responded for 20 seconds! Creating thread dump

[14:05:27 ERROR]: ------------------------------

[14:05:27 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:27 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:27 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:27 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:27 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:27 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:27 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:27 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:27 ERROR]: ------------------------------

[14:05:27 ERROR]: Current Thread: Server thread

[14:05:27 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:27 ERROR]:       Stack:

[14:05:27 ERROR]:               [email protected]/java.util.HashMap.getNode(HashMap.java:572)

[14:05:27 ERROR]:               [email protected]/java.util.HashMap.get(HashMap.java:558)

[14:05:27 ERROR]:               ch.njol.skript.variables.VariablesMap.getVariable(VariablesMap.java:87)

[14:05:27 ERROR]:               ch.njol.skript.variables.Variables.getVariable(Variables.java:309)

[14:05:27 ERROR]:               ch.njol.skript.lang.Variable.getRaw(Variable.java:278)

[14:05:27 ERROR]:               ch.njol.skript.lang.Variable.get(Variable.java:287)

[14:05:27 ERROR]:               ch.njol.skript.lang.Variable.getConverted(Variable.java:431)

[14:05:27 ERROR]:               ch.njol.skript.lang.Variable.getSingle(Variable.java:647)

[14:05:27 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:72)

[14:05:27 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:1)

[14:05:27 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:27 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:380)

[14:05:27 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:1)

[14:05:27 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:27 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:05:27 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:05:27 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:27 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:27 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:27 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:27 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:27 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:27 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:27 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:27 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:27 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:27 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:27 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:27 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:27 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:27 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:27 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:27 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:27 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:27 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:27 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:27 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:27 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:27 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:27 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:27 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:27 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:27 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:27 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:27 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:27 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:27 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:27 ERROR]: ------------------------------

[14:05:27 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:27 ERROR]: ------------------------------

[14:05:32 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:32 ERROR]: The server has not responded for 25 seconds! Creating thread dump

[14:05:32 ERROR]: ------------------------------

[14:05:32 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:32 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:32 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:32 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:32 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:32 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:32 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:32 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:32 ERROR]: ------------------------------

[14:05:32 ERROR]: Current Thread: Server thread

[14:05:32 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:32 ERROR]:       Stack:

[14:05:32 ERROR]:               ch.njol.skript.registrations.Converters.convert(Converters.java:388)

[14:05:32 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:05:32 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:05:32 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:32 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:32 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:32 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:32 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:32 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:32 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:32 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:32 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:32 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:32 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:32 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:32 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:32 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:32 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:32 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:32 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:32 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:32 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:32 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:32 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:32 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:32 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:32 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:32 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:32 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:32 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:32 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:32 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:32 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:32 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:32 ERROR]: ------------------------------

[14:05:32 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:32 ERROR]: ------------------------------

[14:05:37 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:37 ERROR]: The server has not responded for 30 seconds! Creating thread dump

[14:05:37 ERROR]: ------------------------------

[14:05:37 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:37 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:37 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:37 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:37 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:37 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:37 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:37 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:37 ERROR]: ------------------------------

[14:05:37 ERROR]: Current Thread: Server thread

[14:05:37 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:37 ERROR]:       Stack:

[14:05:37 ERROR]:               [email protected]/java.util.HashMap.getNode(HashMap.java:579)

[14:05:37 ERROR]:               [email protected]/java.util.HashMap.containsKey(HashMap.java:596)

[14:05:37 ERROR]:               ch.njol.skript.registrations.Comparators.getComparator(Comparators.java:88)

[14:05:37 ERROR]:               ch.njol.skript.registrations.Comparators.compare(Comparators.java:64)

[14:05:37 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:311)

[14:05:37 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7264/0x00000008023b4678.check(Unknown Source)

[14:05:37 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:05:37 ERROR]:               ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:177)

[14:05:37 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309)

[14:05:37 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7263/0x00000008023b4458.check(Unknown Source)

[14:05:37 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:05:37 ERROR]:               ch.njol.skript.lang.Variable.check(Variable.java:682)

[14:05:37 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:37 ERROR]:               ch.njol.skript.lang.While.walk(While.java:47)

[14:05:37 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:37 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:37 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:37 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:37 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:37 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:37 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:37 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:37 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:37 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:37 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:37 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:37 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:37 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:37 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:37 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:37 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:37 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:37 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:37 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:37 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:37 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:37 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:37 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:37 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:37 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:37 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:37 ERROR]: ------------------------------

[14:05:37 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:37 ERROR]: ------------------------------

[14:05:42 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:42 ERROR]: The server has not responded for 35 seconds! Creating thread dump

[14:05:42 ERROR]: ------------------------------

[14:05:42 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:42 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:42 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:42 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:42 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:42 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:42 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:42 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:42 ERROR]: ------------------------------

[14:05:42 ERROR]: Current Thread: Server thread

[14:05:42 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:42 ERROR]:       Stack:

[14:05:42 ERROR]:               [email protected]/java.util.HashMap.get(HashMap.java:558)

[14:05:42 ERROR]:               ch.njol.skript.variables.Variables.getVariable(Variables.java:306)

[14:05:42 ERROR]:               ch.njol.skript.lang.Variable.getRaw(Variable.java:278)

[14:05:42 ERROR]:               ch.njol.skript.lang.Variable.get(Variable.java:287)

[14:05:42 ERROR]:               ch.njol.skript.lang.Variable.getConverted(Variable.java:431)

[14:05:42 ERROR]:               ch.njol.skript.lang.Variable.getSingle(Variable.java:647)

[14:05:42 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:72)

[14:05:42 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:1)

[14:05:42 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:42 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:380)

[14:05:42 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:1)

[14:05:42 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:42 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:05:42 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:05:42 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:42 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:42 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:42 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:42 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:42 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:42 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:42 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:42 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:42 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:42 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:42 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:42 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:42 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:42 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:42 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:42 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:42 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:42 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:42 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:42 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:42 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:42 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:42 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:42 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:42 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:42 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:42 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:42 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:42 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:42 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:42 ERROR]: ------------------------------

[14:05:42 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:42 ERROR]: ------------------------------

[14:05:47 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:47 ERROR]: The server has not responded for 40 seconds! Creating thread dump

[14:05:47 ERROR]: ------------------------------

[14:05:47 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:47 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:47 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:47 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:47 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:47 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:47 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:47 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:47 ERROR]: ------------------------------

[14:05:47 ERROR]: Current Thread: Server thread

[14:05:47 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:47 ERROR]:       Stack:

[14:05:47 ERROR]:               app//net.minecraft.world.level.Level.getTileEntity(Level.java:1175)

[14:05:47 ERROR]:               app//net.minecraft.world.level.Level.getBlockEntity(Level.java:1163)

[14:05:47 ERROR]:               app//org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getState0(CraftBlock.java:492)

[14:05:47 ERROR]:               app//org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getState(CraftBlock.java:326)

[14:05:47 ERROR]:               app//org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getState(CraftBlock.java:320)

[14:05:47 ERROR]:               ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:283)

[14:05:47 ERROR]:               ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:172)

[14:05:47 ERROR]:               ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)

[14:05:47 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:311)

[14:05:47 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7264/0x00000008023b4678.check(Unknown Source)

[14:05:47 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:05:47 ERROR]:               ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:177)

[14:05:47 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309)

[14:05:47 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7263/0x00000008023b4458.check(Unknown Source)

[14:05:47 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:05:47 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:47 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:47 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:47 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:47 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:47 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:47 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:47 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:47 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:47 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:47 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:47 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:47 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:47 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:47 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:47 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:47 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:47 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:47 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:47 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:47 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:47 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:47 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:47 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:47 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:47 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:47 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:47 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:47 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:47 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:47 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:47 ERROR]: ------------------------------

[14:05:47 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:47 ERROR]: ------------------------------

[14:05:52 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:52 ERROR]: The server has not responded for 45 seconds! Creating thread dump

[14:05:52 ERROR]: ------------------------------

[14:05:52 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:52 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:52 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:52 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:52 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:52 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:52 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:52 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:52 ERROR]: ------------------------------

[14:05:52 ERROR]: Current Thread: Server thread

[14:05:52 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:52 ERROR]:       Stack:

[14:05:52 ERROR]:               app//org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getState(CraftBlock.java:326)

[14:05:52 ERROR]:               app//org.bukkit.craftbukkit.v1_17_R1.block.CraftBlock.getState(CraftBlock.java:320)

[14:05:52 ERROR]:               ch.njol.skript.aliases.ItemType.isOfType(ItemType.java:283)

[14:05:52 ERROR]:               ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:172)

[14:05:52 ERROR]:               ch.njol.skript.classes.data.DefaultComparators$6.compare(DefaultComparators.java:1)

[14:05:52 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:311)

[14:05:52 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7264/0x00000008023b4678.check(Unknown Source)

[14:05:52 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:05:52 ERROR]:               ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:177)

[14:05:52 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309)

[14:05:52 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7263/0x00000008023b4458.check(Unknown Source)

[14:05:52 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:05:52 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:52 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:52 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:52 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:52 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:52 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:52 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:52 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:52 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:52 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:52 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:52 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:52 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:52 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:52 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:52 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:52 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:52 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:52 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:52 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:52 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:52 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:52 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:52 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:52 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:52 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:52 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:52 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:52 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:52 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:52 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:52 ERROR]: ------------------------------

[14:05:52 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:52 ERROR]: ------------------------------

[14:05:57 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:05:57 ERROR]: The server has not responded for 50 seconds! Creating thread dump

[14:05:57 ERROR]: ------------------------------

[14:05:57 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:05:57 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:05:57 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:05:57 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:05:57 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:05:57 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:05:57 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:05:57 ERROR]: Total packets processed on the main thread for all players: 361

[14:05:57 ERROR]: ------------------------------

[14:05:57 ERROR]: Current Thread: Server thread

[14:05:57 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:05:57 ERROR]:       Stack:

[14:05:57 ERROR]:               [email protected]/java.util.HashMap.hash(HashMap.java:340)

[14:05:57 ERROR]:               [email protected]/java.util.HashMap.getNode(HashMap.java:570)

[14:05:57 ERROR]:               [email protected]/java.util.HashMap.get(HashMap.java:558)

[14:05:57 ERROR]:               ch.njol.skript.variables.VariablesMap.getVariable(VariablesMap.java:87)

[14:05:57 ERROR]:               ch.njol.skript.variables.Variables.getVariable(Variables.java:309)

[14:05:57 ERROR]:               ch.njol.skript.lang.Variable.getRaw(Variable.java:278)

[14:05:57 ERROR]:               ch.njol.skript.lang.Variable.get(Variable.java:287)

[14:05:57 ERROR]:               ch.njol.skript.lang.Variable.getConverted(Variable.java:431)

[14:05:57 ERROR]:               ch.njol.skript.lang.Variable.getSingle(Variable.java:647)

[14:05:57 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:72)

[14:05:57 ERROR]:               ch.njol.skript.expressions.ExprLocationAt.get(ExprLocationAt.java:1)

[14:05:57 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:57 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:380)

[14:05:57 ERROR]:               ch.njol.skript.util.Direction$1.get(Direction.java:1)

[14:05:57 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.getArray(SimpleExpression.java:100)

[14:05:57 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:05:57 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:05:57 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:05:57 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:05:57 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:05:57 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:05:57 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:05:57 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:05:57 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:05:57 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:05:57 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:05:57 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:05:57 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:05:57 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:05:57 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:05:57 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:05:57 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:05:57 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:05:57 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:05:57 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:05:57 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:05:57 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:05:57 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:05:57 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:05:57 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:05:57 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:05:57 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:05:57 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:05:57 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:05:57 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:05:57 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:05:57 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:05:57 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:05:57 ERROR]: ------------------------------

[14:05:57 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:05:57 ERROR]: ------------------------------

[14:06:02 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:06:02 ERROR]: The server has not responded for 55 seconds! Creating thread dump

[14:06:02 ERROR]: ------------------------------

[14:06:02 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:06:02 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:06:02 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:06:02 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:06:02 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:06:02 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:06:02 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:06:02 ERROR]: Total packets processed on the main thread for all players: 361

[14:06:02 ERROR]: ------------------------------

[14:06:02 ERROR]: Current Thread: Server thread

[14:06:02 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:06:02 ERROR]:       Stack:

[14:06:02 ERROR]:               [email protected]/java.util.HashMap.getNode(HashMap.java:579)

[14:06:02 ERROR]:               [email protected]/java.util.HashMap.get(HashMap.java:558)

[14:06:02 ERROR]:               ch.njol.skript.registrations.Comparators.getComparator(Comparators.java:89)

[14:06:02 ERROR]:               ch.njol.skript.registrations.Comparators.compare(Comparators.java:64)

[14:06:02 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:311)

[14:06:02 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7264/0x00000008023b4678.check(Unknown Source)

[14:06:02 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:06:02 ERROR]:               ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:177)

[14:06:02 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309)

[14:06:02 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7263/0x00000008023b4458.check(Unknown Source)

[14:06:02 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:06:02 ERROR]:               ch.njol.skript.lang.Variable.check(Variable.java:682)

[14:06:02 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:06:02 ERROR]:               ch.njol.skript.lang.While.walk(While.java:47)

[14:06:02 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:06:02 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:06:02 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:06:02 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:06:02 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:06:02 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:06:02 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:06:02 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:06:02 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:06:02 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:06:02 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:06:02 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:06:02 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:06:02 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:06:02 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:06:02 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:06:02 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:06:02 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:06:02 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:06:02 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:06:02 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:06:02 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:06:02 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:06:02 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:06:02 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:06:02 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:06:02 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:02 ERROR]: ------------------------------

[14:06:02 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:06:02 ERROR]: ------------------------------

[14:06:07 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-AirplanePurpur-22 (MC: 1.17.1) ---

[14:06:07 ERROR]: The server has not responded for 60 seconds! Creating thread dump

[14:06:07 ERROR]: ------------------------------

[14:06:07 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:06:07 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:06:07 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:06:07 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:06:07 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:06:07 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:06:07 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:06:07 ERROR]: Total packets processed on the main thread for all players: 361

[14:06:07 ERROR]: ------------------------------

[14:06:07 ERROR]: Current Thread: Server thread

[14:06:07 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:06:07 ERROR]:       Stack:

[14:06:07 ERROR]:               ch.njol.skript.registrations.Converters.convert(Converters.java:388)

[14:06:07 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:06:07 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:06:07 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:06:07 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:06:07 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:06:07 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:06:07 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:06:07 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:06:07 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:06:07 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:06:07 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:06:07 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:06:07 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:06:07 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:06:07 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:06:07 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:06:07 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:06:07 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:06:07 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:06:07 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:06:07 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:06:07 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:06:07 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:06:07 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:06:07 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:06:07 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:06:07 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:06:07 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:06:07 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:06:07 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:06:07 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:06:07 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:06:07 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:07 ERROR]: ------------------------------

[14:06:07 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---

[14:06:07 ERROR]: ------------------------------

[14:06:08 ERROR]: ------------------------------

[14:06:08 ERROR]: The server has stopped responding! This is (probably) not a Paper bug.

[14:06:08 ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author

[14:06:08 ERROR]:        *Especially* if it looks like HTTP or MySQL operations are occurring

[14:06:08 ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once

[14:06:08 ERROR]:        If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes

[14:06:08 ERROR]: If you are unsure or still think this is a Paper bug, please report this to https://github.com/PaperMC/Paper/issues

[14:06:08 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports

[14:06:08 ERROR]: Paper version: git-AirplanePurpur-22 (MC: 1.17.1)

[14:06:08 ERROR]: ------------------------------

[14:06:08 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):

[14:06:08 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer

[14:06:08 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false

[14:06:08 ERROR]: Entity UUID: 8b168595-3b28-472b-a994-ec6e1b40ab6d

[14:06:08 ERROR]: Position: world: 'world' at location (-70.0022359869413, 81.0, -29.022046650337394)

[14:06:08 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)

[14:06:08 ERROR]: Entity AABB: AABB[-70.30223599886223, 81.0, -29.322046662258323] -> [-69.70223597502037, 82.79999995231628, -28.722046638416465]

[14:06:08 ERROR]: Total packets processed on the main thread for all players: 361

[14:06:08 ERROR]: ------------------------------

[14:06:08 ERROR]: Current Thread: Server thread

[14:06:08 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:06:08 ERROR]:       Stack:

[14:06:08 ERROR]:               [email protected]/java.util.HashMap.hash(HashMap.java:340)

[14:06:08 ERROR]:               [email protected]/java.util.HashMap.getNode(HashMap.java:570)

[14:06:08 ERROR]:               [email protected]/java.util.HashMap.containsKey(HashMap.java:596)

[14:06:08 ERROR]:               ch.njol.skript.registrations.Comparators.getComparator(Comparators.java:88)

[14:06:08 ERROR]:               ch.njol.skript.registrations.Comparators.compare(Comparators.java:64)

[14:06:08 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$1(CondCompare.java:311)

[14:06:08 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7264/0x00000008023b4678.check(Unknown Source)

[14:06:08 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:06:08 ERROR]:               ch.njol.skript.lang.util.SimpleLiteral.check(SimpleLiteral.java:177)

[14:06:08 ERROR]:               ch.njol.skript.conditions.CondCompare.lambda$0(CondCompare.java:309)

[14:06:08 ERROR]:               ch.njol.skript.conditions.CondCompare$$Lambda$7263/0x00000008023b4458.check(Unknown Source)

[14:06:08 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:171)

[14:06:08 ERROR]:               ch.njol.skript.lang.Variable.check(Variable.java:682)

[14:06:08 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:06:08 ERROR]:               ch.njol.skript.lang.While.walk(While.java:47)

[14:06:08 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:06:08 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:06:08 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:06:08 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:06:08 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:06:08 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:06:08 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:06:08 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:06:08 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:06:08 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:06:08 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:06:08 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:06:08 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:06:08 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:06:08 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:06:08 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:06:08 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:06:08 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:06:08 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:06:08 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:06:08 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:06:08 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:06:08 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:06:08 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:06:08 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:06:08 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:06:08 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:08 ERROR]: ------------------------------

[14:06:08 ERROR]: Entire Thread Dump:

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Reference Handler

[14:06:09 ERROR]:       PID: 2 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:243)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Finalizer

[14:06:09 ERROR]:       PID: 3 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:171)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Signal Dispatcher

[14:06:09 ERROR]:       PID: 4 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Attach Listener

[14:06:09 ERROR]:       PID: 5 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Notification Thread

[14:06:09 ERROR]:       PID: 12 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Common-Cleaner

[14:06:09 ERROR]:       PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)

[14:06:09 ERROR]:               [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Log4j2-TF-1-AsyncLogger[AsyncContext@7852e922]-1

[14:06:09 ERROR]:       PID: 17 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Thread is waiting on monitor(s):

[14:06:09 ERROR]:               Locked on:app//org.jline.terminal.impl.AbstractWindowsConsoleWriter.write(AbstractWindowsConsoleWriter.java:27)

[14:06:09 ERROR]:               Locked on:[email protected]/java.io.Writer.write(Writer.java:199)

[14:06:09 ERROR]:               Locked on:[email protected]/java.io.PrintWriter.write(PrintWriter.java:481)

[14:06:09 ERROR]:               Locked on:app//net.minecrell.terminalconsole.TerminalConsoleAppender.print(TerminalConsoleAppender.java:260)

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               app//org.fusesource.jansi.internal.Kernel32.WriteConsoleW(Native Method)

[14:06:09 ERROR]:               app//org.jline.terminal.impl.jansi.win.JansiWinConsoleWriter.writeConsole(JansiWinConsoleWriter.java:27)

[14:06:09 ERROR]:               app//org.jline.terminal.impl.AbstractWindowsConsoleWriter.write(AbstractWindowsConsoleWriter.java:27)

[14:06:09 ERROR]:               [email protected]/java.io.Writer.write(Writer.java:199)

[14:06:09 ERROR]:               [email protected]/java.io.PrintWriter.write(PrintWriter.java:481)

[14:06:09 ERROR]:               [email protected]/java.io.PrintWriter.append(PrintWriter.java:1149)

[14:06:09 ERROR]:               [email protected]/java.io.PrintWriter.append(PrintWriter.java:61)

[14:06:09 ERROR]:               app//org.jline.utils.Curses.doTputs(Curses.java:92)

[14:06:09 ERROR]:               app//org.jline.utils.Curses.tputs(Curses.java:60)

[14:06:09 ERROR]:               app//org.jline.terminal.impl.AbstractTerminal.puts(AbstractTerminal.java:167)

[14:06:09 ERROR]:               app//org.jline.utils.Display.update(Display.java:288)

[14:06:09 ERROR]:               app//org.jline.utils.Display.update(Display.java:99)

[14:06:09 ERROR]:               app//org.jline.reader.impl.LineReaderImpl.printAbove(LineReaderImpl.java:695)

[14:06:09 ERROR]:               app//net.minecrell.terminalconsole.TerminalConsoleAppender.print(TerminalConsoleAppender.java:260)

[14:06:09 ERROR]:               app//net.minecrell.terminalconsole.TerminalConsoleAppender.append(TerminalConsoleAppender.java:253)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:129)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:120)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:84)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.appender.rewrite.RewriteAppender.append(RewriteAppender.java:84)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:156)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:129)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:120)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:84)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.LoggerConfig.callAppenders(LoggerConfig.java:540)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.LoggerConfig.processLogEvent(LoggerConfig.java:498)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:481)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:469)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.config.AwaitCompletionReliabilityStrategy.log(AwaitCompletionReliabilityStrategy.java:98)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.async.AsyncLogger.actualAsyncLog(AsyncLogger.java:488)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.async.RingBufferLogEvent.execute(RingBufferLogEvent.java:154)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.async.RingBufferLogEventHandler.onEvent(RingBufferLogEventHandler.java:46)

[14:06:09 ERROR]:               app//org.apache.logging.log4j.core.async.RingBufferLogEventHandler.onEvent(RingBufferLogEventHandler.java:29)

[14:06:09 ERROR]:               app//com.lmax.disruptor.BatchEventProcessor.processEvents(BatchEventProcessor.java:168)

[14:06:09 ERROR]:               app//com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:125)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: WindowsStreamPump

[14:06:09 ERROR]:       PID: 19 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               app//org.fusesource.jansi.internal.Kernel32.WaitForSingleObject(Native Method)

[14:06:09 ERROR]:               app//org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)

[14:06:09 ERROR]:               app//org.jline.terminal.impl.jansi.win.JansiWinSysTerminal.processConsoleInput(JansiWinSysTerminal.java:112)

[14:06:09 ERROR]:               app//org.jline.terminal.impl.AbstractWindowsTerminal.pump(AbstractWindowsTerminal.java:458)

[14:06:09 ERROR]:               app//org.jline.terminal.impl.AbstractWindowsTerminal$$Lambda$103/0x0000000800d1db70.run(Unknown Source)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Timer hack thread

[14:06:09 ERROR]:       PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               app//net.minecraft.Util$5.run(Util.java:587)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Worker-Main-1

[14:06:09 ERROR]:       PID: 22 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Worker-Main-2

[14:06:09 ERROR]:       PID: 23 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Snooper Timer

[14:06:09 ERROR]:       PID: 25 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Object.java:320)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.mainLoop(Timer.java:527)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.run(Timer.java:506)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Java2D Disposer

[14:06:09 ERROR]:       PID: 27 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)

[14:06:09 ERROR]:               [email protected]/sun.java2d.Disposer.run(Disposer.java:144)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: AWT-Shutdown

[14:06:09 ERROR]:       PID: 28 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Object.java:320)

[14:06:09 ERROR]:               [email protected]/sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:291)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: AWT-Windows

[14:06:09 ERROR]:       PID: 29 | Suspended: false | Native: true | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/sun.awt.windows.WToolkit.eventLoop(Native Method)

[14:06:09 ERROR]:               [email protected]/sun.awt.windows.WToolkit.run(WToolkit.java:361)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: AWT-EventQueue-0

[14:06:09 ERROR]:       PID: 31 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Thread is waiting on monitor(s):

[14:06:09 ERROR]:               Locked on:[email protected]/java.awt.Component.reshape(Component.java:2392)

[14:06:09 ERROR]:               Locked on:[email protected]/java.awt.Component.move(Component.java:2162)

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.security.AccessController.getStackAccessControlContext(Native Method)

[14:06:09 ERROR]:               [email protected]/java.security.AccessController.getContext(AccessController.java:972)

[14:06:09 ERROR]:               [email protected]/java.awt.AWTEvent.<init>(AWTEvent.java:118)

[14:06:09 ERROR]:               [email protected]/java.awt.event.ComponentEvent.<init>(ComponentEvent.java:120)

[14:06:09 ERROR]:               [email protected]/java.awt.Component.notifyNewBounds(Component.java:2439)

[14:06:09 ERROR]:               [email protected]/java.awt.Component.reshape(Component.java:2392)

[14:06:09 ERROR]:               [email protected]/javax.swing.JComponent.reshape(JComponent.java:4250)

[14:06:09 ERROR]:               [email protected]/java.awt.Component.setBounds(Component.java:2330)

[14:06:09 ERROR]:               [email protected]/java.awt.Component.move(Component.java:2162)

[14:06:09 ERROR]:               [email protected]/java.awt.Component.setLocation(Component.java:2144)

[14:06:09 ERROR]:               [email protected]/javax.swing.JViewport.setViewPosition(JViewport.java:1214)

[14:06:09 ERROR]:               [email protected]/javax.swing.plaf.basic.BasicScrollPaneUI$Handler.vsbStateChanged(BasicScrollPaneUI.java:1173)

[14:06:09 ERROR]:               [email protected]/javax.swing.plaf.basic.BasicScrollPaneUI$Handler.stateChanged(BasicScrollPaneUI.java:1162)

[14:06:09 ERROR]:               [email protected]/javax.swing.DefaultBoundedRangeModel.fireStateChanged(DefaultBoundedRangeModel.java:371)

[14:06:09 ERROR]:               [email protected]/javax.swing.DefaultBoundedRangeModel.setRangeProperties(DefaultBoundedRangeModel.java:309)

[14:06:09 ERROR]:               [email protected]/javax.swing.DefaultBoundedRangeModel.setValue(DefaultBoundedRangeModel.java:175)

[14:06:09 ERROR]:               [email protected]/javax.swing.JScrollBar.setValue(JScrollBar.java:478)

[14:06:09 ERROR]:               app//net.minecraft.server.gui.MinecraftServerGui.a(MinecraftServerGui.java:205)

[14:06:09 ERROR]:               app//net.minecraft.server.gui.MinecraftServerGui.lambda$a$2(MinecraftServerGui.java:187)

[14:06:09 ERROR]:               app//net.minecraft.server.gui.ServerGUI$$Lambda$3777/0x000000080150b410.run(Unknown Source)

[14:06:09 ERROR]:               [email protected]/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:316)

[14:06:09 ERROR]:               [email protected]/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:770)

[14:06:09 ERROR]:               [email protected]/java.awt.EventQueue$4.run(EventQueue.java:721)

[14:06:09 ERROR]:               [email protected]/java.awt.EventQueue$4.run(EventQueue.java:715)

[14:06:09 ERROR]:               [email protected]/java.security.AccessController.executePrivileged(AccessController.java:753)

[14:06:09 ERROR]:               [email protected]/java.security.AccessController.doPrivileged(AccessController.java:391)

[14:06:09 ERROR]:               [email protected]/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)

[14:06:09 ERROR]:               [email protected]/java.awt.EventQueue.dispatchEvent(EventQueue.java:740)

[14:06:09 ERROR]:               [email protected]/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)

[14:06:09 ERROR]:               [email protected]/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)

[14:06:09 ERROR]:               [email protected]/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)

[14:06:09 ERROR]:               [email protected]/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)

[14:06:09 ERROR]:               [email protected]/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)

[14:06:09 ERROR]:               [email protected]/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: TimerQueue

[14:06:09 ERROR]:       PID: 33 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.DelayQueue.take(DelayQueue.java:229)

[14:06:09 ERROR]:               [email protected]/javax.swing.TimerQueue.run(TimerQueue.java:171)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Thread-2

[14:06:09 ERROR]:       PID: 32 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               app//com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)

[14:06:09 ERROR]:               app//net.minecraft.server.gui.MinecraftServerGui.lambda$buildChatPanel$1(MinecraftServerGui.java:158)

[14:06:09 ERROR]:               app//net.minecraft.server.gui.ServerGUI$$Lambda$3763/0x000000080140b870.run(Unknown Source)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Server thread

[14:06:09 ERROR]:       PID: 24 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               ch.njol.skript.registrations.Converters.convert(Converters.java:388)

[14:06:09 ERROR]:               ch.njol.skript.lang.util.ConvertedExpression.getArray(ConvertedExpression.java:165)

[14:06:09 ERROR]:               ch.njol.skript.expressions.base.WrapperExpression.get(WrapperExpression.java:90)

[14:06:09 ERROR]:               ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:159)

[14:06:09 ERROR]:               ch.njol.skript.conditions.CondCompare.check(CondCompare.java:308)

[14:06:09 ERROR]:               ch.njol.skript.lang.Condition.run(Condition.java:55)

[14:06:09 ERROR]:               ch.njol.skript.lang.Conditional.walk(Conditional.java:50)

[14:06:09 ERROR]:               ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:88)

[14:06:09 ERROR]:               ch.njol.skript.lang.Trigger.execute(Trigger.java:56)

[14:06:09 ERROR]:               ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:291)

[14:06:09 ERROR]:               ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:250)

[14:06:09 ERROR]:               ch.njol.skript.command.Commands.handleCommand(Commands.java:248)

[14:06:09 ERROR]:               ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:165)

[14:06:09 ERROR]:               [email protected]/java.lang.invoke.DirectMethodHandle$Holder.invokeVirtual(DirectMethodHandle$Holder)

[14:06:09 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d12400.invoke(LambdaForm$MH)

[14:06:09 ERROR]:               [email protected]/java.lang.invoke.LambdaForm$MH/0x0000000801d2b000.invoke_MT(LambdaForm$MH)

[14:06:09 ERROR]:               app//com.destroystokyo.paper.event.executor.MethodHandleEventExecutor.execute(MethodHandleEventExecutor.java:40)

[14:06:09 ERROR]:               app//co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:76)

[14:06:09 ERROR]:               app//org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)

[14:06:09 ERROR]:               app//org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:624)

[14:06:09 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2293)

[14:06:09 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2112)

[14:06:09 ERROR]:               app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2093)

[14:06:09 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)

[14:06:09 ERROR]:               app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6)

[14:06:09 ERROR]:               app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:56)

[14:06:09 ERROR]:               app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$7232/0x00000008023e7180.run(Unknown Source)

[14:06:09 ERROR]:               app//net.minecraft.server.TickTask.run(TickTask.java:18)

[14:06:09 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149)

[14:06:09 ERROR]:               app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1422)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190)

[14:06:09 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1400)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1393)

[14:06:09 ERROR]:               app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1369)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1280)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)

[14:06:09 ERROR]:               app//net.minecraft.server.MinecraftServer$$Lambda$3667/0x00000008014078f0.run(Unknown Source)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DestroyJavaVM

[14:06:09 ERROR]:       PID: 37 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Server console handler

[14:06:09 ERROR]:       PID: 36 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               app//org.jline.utils.NonBlockingPumpReader.wait(NonBlockingPumpReader.java:55)

[14:06:09 ERROR]:               app//org.jline.utils.NonBlockingPumpReader.read(NonBlockingPumpReader.java:101)

[14:06:09 ERROR]:               app//org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57)

[14:06:09 ERROR]:               app//org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133)

[14:06:09 ERROR]:               app//org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)

[14:06:09 ERROR]:               app//org.jline.keymap.BindingReader.readBinding(BindingReader.java:61)

[14:06:09 ERROR]:               app//org.jline.reader.impl.LineReaderImpl.doReadBinding(LineReaderImpl.java:848)

[14:06:09 ERROR]:               app//org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:868)

[14:06:09 ERROR]:               app//org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:575)

[14:06:09 ERROR]:               app//org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:418)

[14:06:09 ERROR]:               app//net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:158)

[14:06:09 ERROR]:               app//net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:141)

[14:06:09 ERROR]:               app//net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:113)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Paper Async Chunk Task Thread #0

[14:06:09 ERROR]:       PID: 42 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               app//com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:84)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Paper Async Chunk Task Thread #1

[14:06:09 ERROR]:       PID: 43 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               app//com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:84)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Paper Async Chunk Task Thread #2

[14:06:09 ERROR]:       PID: 44 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               app//com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:84)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Paper Async Chunk Urgent Task Thread

[14:06:09 ERROR]:       PID: 45 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               app//com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:84)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Paper Watchdog Thread

[14:06:09 ERROR]:       PID: 46 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)

[14:06:09 ERROR]:               [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)

[14:06:09 ERROR]:               [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)

[14:06:09 ERROR]:               app//org.spigotmc.WatchdogThread.run(WatchdogThread.java:204)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-6-thread-1

[14:06:09 ERROR]:       PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Netty Server IO #0

[14:06:09 ERROR]:       PID: 48 | Suspended: false | Native: true | State: RUNNABLE

[14:06:09 ERROR]:       Thread is waiting on monitor(s):

[14:06:09 ERROR]:               Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)

[14:06:09 ERROR]:               Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:146)

[14:06:09 ERROR]:               app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)

[14:06:09 ERROR]:               app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:810)

[14:06:09 ERROR]:               app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)

[14:06:09 ERROR]:               app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)

[14:06:09 ERROR]:               app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV ExpiryThread

[14:06:09 ERROR]:       PID: 49 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               github.scarsz.discordsrv.objects.ExpiringDualHashBidiMap$ExpiryThread.run(ExpiringDualHashBidiMap.java:134)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: ForkJoinPool-1-worker-51

[14:06:09 ERROR]:       PID: 51 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: ForkJoinPool-1-worker-23

[14:06:09 ERROR]:       PID: 54 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3127)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)

[14:06:09 ERROR]:               [email protected]/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)

[14:06:09 ERROR]:               me.lucko.luckperms.common.storage.implementation.file.watcher.AbstractFileWatcher.runEventProcessingLoop(AbstractFileWatcher.java:128)

[14:06:09 ERROR]:               me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher.lambda$new$0(FileWatcher.java:60)

[14:06:09 ERROR]:               me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher$$Lambda$4922/0x0000000801aad1b0.run(Unknown Source)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1434)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: WorldEdit Session Manager

[14:06:09 ERROR]:       PID: 56 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.run(Timer.java:506)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: luckperms-scheduler

[14:06:09 ERROR]:       PID: 57 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: FileSystemWatchService

[14:06:09 ERROR]:       PID: 60 | Suspended: false | Native: true | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)

[14:06:09 ERROR]:               [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1055)

[14:06:09 ERROR]:               [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: MVStore background writer nio:D:/Be Sky/plugins/LuckPerms/luckperms-h2.mv.db

[14:06:09 ERROR]:       PID: 63 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3116)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: OkHttp metadata.luckperms.net

[14:06:09 ERROR]:       PID: 65 | Suspended: false | Native: true | State: RUNNABLE

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.Net.poll(Native Method)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:181)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:190)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)

[14:06:09 ERROR]:               [email protected]/java.net.Socket$SocketInputStream.read(Socket.java:976)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1444)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1048)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okio.Okio$2.read(Okio.java:140)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okio.AsyncTimeout$2.read(AsyncTimeout.java:237)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okio.RealBufferedSource.request(RealBufferedSource.java:72)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okio.RealBufferedSource.require(RealBufferedSource.java:65)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okhttp3.internal.http2.Http2Reader.nextFrame(Http2Reader.java:96)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.execute(Http2Connection.java:668)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: OkHttp ConnectionPool

[14:06:09 ERROR]:       PID: 66 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Object.java:454)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okhttp3.internal.connection.RealConnectionPool.lambda$new$0(RealConnectionPool.java:62)

[14:06:09 ERROR]:               me.lucko.luckperms.lib.okhttp3.internal.connection.RealConnectionPool$$Lambda$4902/0x0000000801aa0428.run(Unknown Source)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: OkHttp metadata.luckperms.net Writer

[14:06:09 ERROR]:       PID: 67 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Timer-0

[14:06:09 ERROR]:       PID: 69 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.run(Timer.java:506)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: bStats-Metrics

[14:06:09 ERROR]:       PID: 70 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Paper RegionFile IO Thread

[14:06:09 ERROR]:       PID: 72 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               app//com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:84)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world - Light

[14:06:09 ERROR]:       PID: 73 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_nether - Light

[14:06:09 ERROR]:       PID: 74 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: bStats-Metrics

[14:06:09 ERROR]:       PID: 77 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-17-thread-1

[14:06:09 ERROR]:       PID: 79 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup

[14:06:09 ERROR]:       PID: 80 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)

[14:06:09 ERROR]:               app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: HSQLDB Timer @7dadb791

[14:06:09 ERROR]:       PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               me.leoko.advancedban.shaded.org.hsqldb.lib.HsqlTimer$TaskQueue.park(Unknown Source)

[14:06:09 ERROR]:               me.leoko.advancedban.shaded.org.hsqldb.lib.HsqlTimer.nextTask(Unknown Source)

[14:06:09 ERROR]:               me.leoko.advancedban.shaded.org.hsqldb.lib.HsqlTimer$TaskRunner.run(Unknown Source)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: HikariPool-1 housekeeper

[14:06:09 ERROR]:       PID: 82 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-18-thread-1

[14:06:09 ERROR]:       PID: 86 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               me.neznamy.tab.shared.cpu.CPUManager$1.run(CPUManager.java:64)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-18-thread-2

[14:06:09 ERROR]:       PID: 87 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:163)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-18-thread-3

[14:06:09 ERROR]:       PID: 88 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:163)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-18-thread-4

[14:06:09 ERROR]:       PID: 89 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:163)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-18-thread-5

[14:06:09 ERROR]:       PID: 91 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:163)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-18-thread-6

[14:06:09 ERROR]:       PID: 92 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               me.neznamy.tab.shared.cpu.CPUManager$4.run(CPUManager.java:163)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: WorldGuard Region I/O

[14:06:09 ERROR]:       PID: 93 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.run(Timer.java:506)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Thread-20

[14:06:09 ERROR]:       PID: 96 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               net.coreprotect.thread.CacheHandler.run(CacheHandler.java:30)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Thread-21

[14:06:09 ERROR]:       PID: 97 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               net.coreprotect.consumer.Consumer.run(Consumer.java:139)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: ForkJoinPool.commonPool-worker-3

[14:06:09 ERROR]:       PID: 99 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Thread-22

[14:06:09 ERROR]:       PID: 101 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420)

[14:06:09 ERROR]:               ch.njol.skript.ScriptLoader$AsyncLoaderThread.run(ScriptLoader.java:310)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Timer-1

[14:06:09 ERROR]:       PID: 103 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)

[14:06:09 ERROR]:               [email protected]/java.util.TimerThread.run(Timer.java:506)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: bStats-Metrics

[14:06:09 ERROR]:       PID: 104 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-90-thread-1

[14:06:09 ERROR]:       PID: 105 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - JDA Rate Limit

[14:06:09 ERROR]:       PID: 109 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - JDA Rate Limit

[14:06:09 ERROR]:       PID: 110 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Craft Async Scheduler Management Thread

[14:06:09 ERROR]:       PID: 117 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Thread-25

[14:06:09 ERROR]:       PID: 118 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               net.coreprotect.thread.NetworkHandler.run(NetworkHandler.java:360)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Skript variable save thread for database 'default'

[14:06:09 ERROR]:       PID: 127 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:75)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Skript variable save thread

[14:06:09 ERROR]:       PID: 98 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               ch.njol.skript.variables.Variables$2.run(Variables.java:546)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - JDA Callback 1

[14:06:09 ERROR]:       PID: 132 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - JDA Rate Limit

[14:06:09 ERROR]:       PID: 133 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - JDA Gateway

[14:06:09 ERROR]:       PID: 135 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: JDA MainWS-ReadThread

[14:06:09 ERROR]:       PID: 143 | Suspended: false | Native: true | State: RUNNABLE

[14:06:09 ERROR]:       Thread is waiting on monitor(s):

[14:06:09 ERROR]:               Locked on:[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343)

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.Net.poll(Native Method)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.park(NioSocketImpl.java:181)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:285)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:309)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:350)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:803)

[14:06:09 ERROR]:               [email protected]/java.net.Socket$SocketInputStream.read(Socket.java:976)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1444)

[14:06:09 ERROR]:               [email protected]/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:1048)

[14:06:09 ERROR]:               [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)

[14:06:09 ERROR]:               [email protected]/java.io.BufferedInputStream.read1(BufferedInputStream.java:284)

[14:06:09 ERROR]:               [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:343)

[14:06:09 ERROR]:               [email protected]/java.io.FilterInputStream.read(FilterInputStream.java:132)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.WebSocketInputStream.readBytes(WebSocketInputStream.java:165)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.WebSocketInputStream.readFrame(WebSocketInputStream.java:46)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.ReadingThread.readFrame(ReadingThread.java:338)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.ReadingThread.main(ReadingThread.java:99)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.ReadingThread.runMain(ReadingThread.java:64)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.WebSocketThread.run(WebSocketThread.java:45)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: JDA MainWS-WriteThread

[14:06:09 ERROR]:       PID: 144 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Object.java:320)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.WritingThread.waitForFrames(WritingThread.java:305)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.WritingThread.main(WritingThread.java:89)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.WritingThread.runMain(WritingThread.java:55)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.ws.client.WebSocketThread.run(WebSocketThread.java:45)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - Presence Updater

[14:06:09 ERROR]:       PID: 145 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               github.scarsz.discordsrv.objects.threads.PresenceUpdater.run(PresenceUpdater.java:108)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - Nickname Updater

[14:06:09 ERROR]:       PID: 146 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               github.scarsz.discordsrv.objects.threads.NicknameUpdater.run(NicknameUpdater.java:108)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - Console Message Queue Worker

[14:06:09 ERROR]:       PID: 147 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               github.scarsz.discordsrv.objects.threads.ConsoleMessageQueueWorker.run(ConsoleMessageQueueWorker.java:99)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - Server Watchdog

[14:06:09 ERROR]:       PID: 150 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               github.scarsz.discordsrv.objects.threads.ServerWatchdog.run(ServerWatchdog.java:64)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_the_end - Light

[14:06:09 ERROR]:       PID: 151 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - Channel Topic Updater

[14:06:09 ERROR]:       PID: 153 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.sleep(Native Method)

[14:06:09 ERROR]:               github.scarsz.discordsrv.objects.threads.ChannelTopicUpdater.run(ChannelTopicUpdater.java:59)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: bStats-Metrics

[14:06:09 ERROR]:       PID: 154 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_unique - Light

[14:06:09 ERROR]:       PID: 155 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - JDA Rate Limit

[14:06:09 ERROR]:       PID: 156 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_param - Light

[14:06:09 ERROR]:       PID: 158 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: DiscordSRV - JDA Rate Limit

[14:06:09 ERROR]:       PID: 159 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_maker - Light

[14:06:09 ERROR]:       PID: 160 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_blda - Light

[14:06:09 ERROR]:       PID: 163 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_Rilce - Light

[14:06:09 ERROR]:       PID: 168 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_Nyamdoo - Light

[14:06:09 ERROR]:       PID: 169 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: wild - Light

[14:06:09 ERROR]:       PID: 172 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: world_Amond - Light

[14:06:09 ERROR]:       PID: 174 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: luckperms-scheduler-worker-3

[14:06:09 ERROR]:       PID: 191 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Netty Server IO #1

[14:06:09 ERROR]:       PID: 201 | Suspended: false | Native: false | State: RUNNABLE

[14:06:09 ERROR]:       Thread is waiting on monitor(s):

[14:06:09 ERROR]:               Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)

[14:06:09 ERROR]:               Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:353)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:178)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:129)

[14:06:09 ERROR]:               [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:141)

[14:06:09 ERROR]:               app//io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)

[14:06:09 ERROR]:               app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:814)

[14:06:09 ERROR]:               app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:457)

[14:06:09 ERROR]:               app//io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)

[14:06:09 ERROR]:               app//io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: ForkJoinPool-2-worker-3

[14:06:09 ERROR]:       PID: 206 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-93-thread-1

[14:06:09 ERROR]:       PID: 207 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: pool-16-thread-1

[14:06:09 ERROR]:       PID: 212 | Suspended: false | Native: false | State: WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: luckperms-scheduler-worker-4

[14:06:09 ERROR]:       PID: 213 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: OkHttp ConnectionPool

[14:06:09 ERROR]:       PID: 219 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Okio Watchdog

[14:06:09 ERROR]:       PID: 220 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/java.lang.Object.wait(Native Method)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:348)

[14:06:09 ERROR]:               github.scarsz.discordsrv.dependencies.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:313)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: OkHttp Http2Connection

[14:06:09 ERROR]:       PID: 222 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:09 ERROR]: Current Thread: Async Chat Thread - #0

[14:06:09 ERROR]:       PID: 225 | Suspended: false | Native: false | State: TIMED_WAITING

[14:06:09 ERROR]:       Stack:

[14:06:09 ERROR]:               [email protected]/jdk.internal.misc.Unsafe.park(Native Method)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)

[14:06:09 ERROR]:               [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)

[14:06:09 ERROR]:               [email protected]/java.lang.Thread.run(Thread.java:831)

[14:06:09 ERROR]: ------------------------------

[14:06:10 INFO]: Stopping main thread (Ignore any thread death message you see! - DO NOT REPORT THREAD DEATH TO PAPER)

[14:06:10 ERROR]: Could not pass event PlayerCommandPreprocessEvent to Skript v2.5.3

java.lang.ThreadDeath: null

        at java.lang.Thread.stop(Thread.java:939) [?:?]

        at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:821) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:992) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at org.spigotmc.WatchdogThread.run(WatchdogThread.java:234) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

[14:06:10 ERROR]: Could not pass event PlayerCommandPreprocessEvent to CoreProtect v20.0

java.lang.ThreadDeath: null

        at java.lang.Thread.stop(Thread.java:939) [?:?]

        at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:821) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:992) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at org.spigotmc.WatchdogThread.run(WatchdogThread.java:234) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

[14:06:10 INFO]: CONSOLE issued server command: /world wild

[14:06:10 ERROR]: [Essentials] 명령어 world 사용 실패:

java.lang.ThreadDeath: null

        at java.lang.Thread.stop(Thread.java:939) [?:?]

        at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:821) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:992) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at org.spigotmc.WatchdogThread.run(WatchdogThread.java:234) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

[14:06:10 ERROR]: Main thread terminated by WatchDog due to hard crash

java.lang.ThreadDeath: null

        at java.lang.Thread.stop(Thread.java:939) [?:?]

        at net.minecraft.server.MinecraftServer.stopServer(MinecraftServer.java:1020) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.dedicated.DedicatedServer.stopServer(DedicatedServer.java:821) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at net.minecraft.server.MinecraftServer.close(MinecraftServer.java:992) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

        at org.spigotmc.WatchdogThread.run(WatchdogThread.java:234) ~[patched_1.17.1.jar:git-AirplanePurpur-22]

[14:06:10 INFO]: Stopping server

1개의 댓글

DDang_
2021.07.18

ㅋㅋ 랜덤값 바로 집어넣으면 터짐 이유는 모름 그래서 브혼님이 하신 방법으로 해결했는데 이게 또 플러그인에서는 되면서 스크립트에서는 안되는게 참 신기하더라구요 브혼님이 하신 방법은 구글에 브혼 서버팩 짬처리라고 치면 나옴

뉴스 및 창작물
/files/thumbnails/932/812/003/262x150.crop.jpg?20240616121638

업데이트

마인크래프트 1.21 정식 업데이트

학교가기싫다

2024-06-14

1

/files/thumbnails/308/805/003/262x150.crop.jpg?20240605201646

레드스톤

[노트블럭 커버] 팬서비스/mona 【 HoneyWorks 】

노트블럭전문가

2024-06-05

0

/files/thumbnails/288/791/003/262x150.crop.jpg?20240602150002

아티클

《까다로운 시련》 업데이트 날짜 공개 및 정보

학교가기싫다

2024-06-02

0

/files/thumbnails/841/773/003/262x150.crop.jpg?20240526120908

레드스톤

마인크래프트 노트블록버전 『 봄을 고하다 (春を告げる) 』 [더블옥타브 버전]

노트블럭전문가

2024-05-26

0

/files/thumbnails/712/796/003/262x150.crop.jpg?20240525085438

레드스톤

마인크래프트 노트블록으로 만든 『 봄을 고하다 (春を告げる) 』 1

Sonttukk

2024-05-25

1