EssentialsX

EssentialsX

2M Downloads

Command /home doesn't work with offline players

ChrisTaylor201 opened this issue ยท 6 comments

commented

Information

Full output of /ess version:

[11:20:43] [Server thread/INFO]: Server version: 1.15.2-R0.1-SNAPSHOT git-Paper-372 (MC: 1.15.2)
[11:20:43] [Server thread/INFO]: EssentialsX version: 2.17.2.133
[11:20:43] [Server thread/INFO]: Vault is not installed. Chat and permissions may not work.

Server log: https://gist.github.com/christaylor201/0f6d2d8a5f34ffde54c54e038eb6622d

EssentialsX config: https://gist.github.com/christaylor201/5540b4f95933cc01ddb3bd523b630497

Details

Description
Command /home doesn't work with offline players, for example if you want to display offline player's homes, it will result in an error, see:

[11:19:59] [Server thread/INFO]: ChrisTaylor issued server command: /home Pekarovi:
[11:19:59] [Server thread/ERROR]: [Essentials] Command home failed:
java.lang.AbstractMethodError: Method com/earth2me/essentials/OfflinePlayer.getPotentialBedLocation()Lorg/bukkit/Location; is abstract
	at com.earth2me.essentials.OfflinePlayer.getPotentialBedLocation(OfflinePlayer.java) ~[?:?]
	at com.earth2me.essentials.paperlib.features.bedspawnlocation.BedSpawnLocationPaper.getBedSpawnLocationAsync(BedSpawnLocationPaper.java:13) ~[?:?]
	at com.earth2me.essentials.paperlib.environments.Environment.getBedSpawnLocationAsync(Environment.java:104) ~[?:?]
	at com.earth2me.essentials.paperlib.PaperLib.getBedSpawnLocationAsync(PaperLib.java:201) ~[?:?]
	at com.earth2me.essentials.commands.Commandhome.run(Commandhome.java:65) ~[?:?]
	at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:168) ~[?:?]
	at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:591) ~[?:?]
	at com.earth2me.essentials.Essentials.onCommand(Essentials.java:501) ~[?:?]
	at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) ~[patched_1.15.2.jar:git-Paper-372]
	at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) ~[patched_1.15.2.jar:git-Paper-372]
	at org.bukkit.craftbukkit.v1_15_R1.CraftServer.dispatchCommand(CraftServer.java:761) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.PlayerConnection.handleCommand(PlayerConnection.java:1866) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.PlayerConnection.a(PlayerConnection.java:1674) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:47) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.PacketPlayInChat.a(PacketPlayInChat.java:5) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.PlayerConnectionUtils.lambda$ensureMainThread$0(PlayerConnectionUtils.java:23) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.TickTask.run(SourceFile:18) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeTask(IAsyncTaskHandler.java:136) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.executeNext(IAsyncTaskHandler.java:109) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.MinecraftServer.ba(MinecraftServer.java:1105) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.MinecraftServer.executeNext(MinecraftServer.java:1098) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(IAsyncTaskHandler.java:119) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.MinecraftServer.sleepForTick(MinecraftServer.java:1059) ~[patched_1.15.2.jar:git-Paper-372]
	at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:974) ~[patched_1.15.2.jar:git-Paper-372]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]

I think the same issue was mentioned in this pull request.

Steps to reproduce

  1. List offline player's homes using /home <player>: command.
  2. Check the console for the error above.

Expected behavior
The command should output offline player's homes.

Screenshots
none

commented

I suggest that you create a new issue, it'll be miles easier for the EssentialsX team to address it separately.

commented

Hello, sorry to dig up a problem but it's unbearable I'm going to my home the crash server for information I have essentialsx latest version and my server is under spigot 1.20.1
Thanks in advance for the help

error:

[01:05:23] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:23] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
[01:05:23] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
[01:05:23] [Spigot Watchdog Thread/ERROR]:       *Especially* if it looks like HTTP or MySQL operations are occurring
[01:05:23] [Spigot Watchdog Thread/ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
[01:05:23] [Spigot Watchdog Thread/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
[01:05:23] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
[01:05:23] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[01:05:23] [Spigot Watchdog Thread/ERROR]: Spigot version: 3801-Spigot-bed8c61-66c5ce4 (MC: 1.20.1)
[01:05:23] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:23] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[01:05:23] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:23] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[01:05:23] [Spigot Watchdog Thread/ERROR]:      PID: 56 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:23] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:23] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:151)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:141)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:154)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.World.a(World.java:300)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.IWorldReader.a(SourceFile:156)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.World.d(World.java:294)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.World.a_(World.java:548)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.entity.player.EntityHuman.a(EntityHuman.java:1503)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_20_R1.entity.CraftPlayer.getBedSpawnLocation(CraftPlayer.java:1004)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.paperlib.features.bedspawnlocation.BedSpawnLocationSync.getBedSpawnLocationAsync(BedSpawnLocationSync.java:12)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.paperlib.environments.Environment.getBedSpawnLocationAsync(Environment.java:113)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.paperlib.PaperLib.getBedSpawnLocationAsync(PaperLib.java:202)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.commands.Commandhome.run(Commandhome.java:108)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:170)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:820)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.Essentials.onCommand(Essentials.java:723)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:871)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:314)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:298)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1960)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1922)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.network.PlayerConnection$$Lambda$7668/0x0000000801f46c90.run(Unknown Source)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler$$Lambda$7669/0x0000000801f46ea0.get(Unknown Source)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.TickTask.run(SourceFile:18)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1152)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1131)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1124)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1108)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1019)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer$$Lambda$4686/0x000000080153e1b8.run(Unknown Source)
[01:05:23] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:23] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:23] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 2 | Suspended: false | Native: false | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 3 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:183)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Notification Thread
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 20 | Suspended: false | Native: false | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:162)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 23 | Suspended: false | Native: false | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: JNA Cleaner
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 28 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.sun.jna.internal.Cleaner$1.run(Cleaner.java:58)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer hack thread
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.SystemUtils$9.run(SourceFile:839)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Yggdrasil Key Fetcher
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-1
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 33 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-2
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 34 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-3
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 35 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-4
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 36 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-5
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 37 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-6
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 38 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-7
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 39 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-8
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-9
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1726)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-10
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 42 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-11
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 43 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.compensatedBlock(ForkJoinPool.java:3450)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3433)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:143)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$8251/0x0000000802032948.accept(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.ChunkCoordIntPair$1.tryAdvance(SourceFile:203)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.Spliterator.forEachRemaining(Spliterator.java:332)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:762)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker.c(SourceFile:136)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$8250/0x0000000802032738.get(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-12
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 44 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-13
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 45 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-15
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 47 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-16
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 48 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-17
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 49 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-18
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 50 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-19
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 51 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-20
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 52 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-21
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 53 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.compensatedBlock(ForkJoinPool.java:3450)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3433)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:87)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IChunkLoader.a(IChunkLoader.java:45)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.RegionLimitedWorldAccess.a(RegionLimitedWorldAccess.java:111)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.levelgen.blending.Blender.a(SourceFile:81)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.ChunkStatus.lambda$4(ChunkStatus.java:60)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.ChunkStatus$$Lambda$1610/0x0000000801186438.doWork(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.ChunkStatus.a(ChunkStatus.java:228)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.PlayerChunkMap.lambda$33(PlayerChunkMap.java:740)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.PlayerChunkMap$$Lambda$6242/0x0000000801a50000.apply(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.mojang.datafixers.util.Either$Left.map(Either.java:38)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.PlayerChunkMap.lambda$32(PlayerChunkMap.java:730)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.PlayerChunkMap$$Lambda$6101/0x0000000801a368d8.apply(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.ChunkTaskQueueSorter.b(SourceFile:62)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.ChunkTaskQueueSorter$$Lambda$6177/0x0000000801a1c000.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-22
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 54 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-23
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 55 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 58 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 56 | Suspended: false | Native: false | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.bq(SourceFile:151)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:141)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:154)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.World.a(World.java:300)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.IWorldReader.a(SourceFile:156)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.World.d(World.java:294)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.World.a_(World.java:548)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.entity.player.EntityHuman.a(EntityHuman.java:1503)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_20_R1.entity.CraftPlayer.getBedSpawnLocation(CraftPlayer.java:1004)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.paperlib.features.bedspawnlocation.BedSpawnLocationSync.getBedSpawnLocationAsync(BedSpawnLocationSync.java:12)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.paperlib.environments.Environment.getBedSpawnLocationAsync(Environment.java:113)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.paperlib.PaperLib.getBedSpawnLocationAsync(PaperLib.java:202)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.commands.Commandhome.run(Commandhome.java:108)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:170)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:820)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.earth2me.essentials.Essentials.onCommand(Essentials.java:723)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:149)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:871)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:50)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:314)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:298)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:1960)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.network.PlayerConnection.lambda$18(PlayerConnection.java:1922)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.network.PlayerConnection$$Lambda$7668/0x0000000801f46c90.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:67)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler$$Lambda$7669/0x0000000801f46ea0.get(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.TickTask.run(SourceFile:18)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:156)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1152)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.d(MinecraftServer.java:1)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.x(SourceFile:130)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1131)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1124)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.IAsyncTaskHandler.c(SourceFile:139)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.p_(MinecraftServer.java:1108)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1019)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:304)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer$$Lambda$4686/0x000000080153e1b8.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: TerminalConsoleWriter
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 61 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.mojang.logging.LogQueues.getNextLogEvent(LogQueues.java:41)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_20_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:31)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 60 | Suspended: false | Native: true | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
[01:05:24] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              Locked on:jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.FileInputStream.readBytes(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.FileInputStream.read(FileInputStream.java:276)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:117)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 62 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.java2d.Disposer.run(Disposer.java:145)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 64 | Suspended: false | Native: false | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              org.spigotmc.WatchdogThread.run(WatchdogThread.java:90)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 65 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:563)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:516)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 66 | Suspended: false | Native: true | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:209)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:202)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:306)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:363)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: WorldEdit Session Manager
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 70 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:563)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:516)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-11
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 79 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a.b(Threads.java:37)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a$$Lambda$6644/0x0000000801d1a210.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-12
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 80 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a.b(Threads.java:37)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a$$Lambda$6644/0x0000000801d1a210.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-13
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a.b(Threads.java:37)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a$$Lambda$6644/0x0000000801d1a210.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 82 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a.b(Threads.java:37)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a$$Lambda$6644/0x0000000801d1a210.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-15
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a.b(Threads.java:37)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              me.vagdedes.spartan.system.o$a$$Lambda$6644/0x0000000801d1a210.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 85 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-15-thread-1
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 87 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1672)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: WorldGuard Region I/O
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 88 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:563)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:516)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 94 | Suspended: false | Native: true | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:209)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:202)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:306)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:363)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 95 | Suspended: false | Native: true | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:209)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:202)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:306)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:363)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 110 | Suspended: false | Native: true | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:209)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.Native.epollWait(Native.java:202)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:306)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:363)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-14-thread-1
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 116 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3464)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3435)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1062)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-37
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 312 | Suspended: false | Native: false | State: RUNNABLE
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
[01:05:24] [Spigot Watchdog Thread/ERROR]:              Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:333)
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:135)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.IOUtil.write(IOUtil.java:81)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.IOUtil.write(IOUtil.java:72)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:878)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:864)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.RegionFile.d(RegionFile.java:380)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:333)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.RegionFile$ChunkBuffer.close(RegionFile.java:439)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:249)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.RegionFileCache.a(RegionFileCache.java:155)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:260)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:250)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$6111/0x0000000801a32450.run(Unknown Source)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.PairedQueue$b.run(SourceFile:60)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-38
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 327 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-40
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 364 | Suspended: false | Native: false | State: WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1724)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1623)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:05:24] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
[01:05:24] [Spigot Watchdog Thread/ERROR]:      PID: 372 | Suspended: false | Native: false | State: TIMED_WAITING
[01:05:24] [Spigot Watchdog Thread/ERROR]:      Stack:
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1122)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[01:05:24] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:833)
[01:05:24] [Spigot Watchdog Thread/ERROR]: ------------------------------
commented

@Link0Darck did you ever end up making an issue for this? Ran into the same problem yesterday over here, same panic context. It tries to async fetch a players bed location when they issue /home and the server crashes

commented

I opened 5565

commented

Confirmed. Thank you for the report. Looks like this is a slightly different error than the comment linked, and the conditions are a bit different too (instead of teleporting to a home, you are trying to list homes), but it's largely the same problem.

commented

From looking at your server logs, it looks like you tried to teleport to a user's bed location 3 seconds after they left the server which caused Player#isOnline to update in time. Nonetheless, fixed in #3433