Inventory Essentials (Outdated Versions)

Inventory Essentials (Outdated Versions)

521k Downloads

Control Shift Dropping Doesn't Respect Spigot Denying Item Drop

ItsSchatten opened this issue ยท 2 comments

commented

Minecraft Version

1.21.4

Mod Loader

Fabric

Describe the Issue

I'm not sure if this is the right issue type, or if this is even something that will be addressed in the mod itself but:

Based on observed behavior the mod will continuously attempt to drop the item(s) when the player pressed Control + Shift + Q, even if the server denies the player from dropping said item(s). This causes an infinite loop where the client will still attempt to drop the item an insane amount of times very quickly and the server will attempt to deny the drop this will eventually cause the server to crash.

  1. Launch a Spigot server with a plugin that can deny items dropping, in my testing I used 4438-Spigot-d421948-ade46cc
  2. Launch Minecraft with Inventory Essentials installed and enabled.
  3. Join your localhost, obtain an item and then control + shift + drop it.
  4. The server should begin to lag and if given long enough will eventually crash.

Logs

Server crash log; there is no error that appears in client log.

[01:22:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:13] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
[01:22:13] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
[01:22:13] [Spigot Watchdog Thread/ERROR]: 	 *Especially* if it looks like HTTP or MySQL operations are occurring
[01:22:13] [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:22:13] [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:22:13] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
[01:22:13] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[01:22:13] [Spigot Watchdog Thread/ERROR]: Spigot version: 4438-Spigot-d421948-ade46cc (MC: 1.21.4)
[01:22:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:13] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[01:22:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[01:22:13] [Spigot Watchdog Thread/ERROR]: 	PID: 49 | Suspended: false | Native: false | State: RUNNABLE
[01:22:13] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.poll(ReferenceQueue.java:184)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$ConcurrentIdentityWeakHashMap.processQueue(CaptureStorage.java:254)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$ConcurrentIdentityWeakHashMap.put(CaptureStorage.java:243)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$3.run(CaptureStorage.java:56)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$9.call(CaptureStorage.java:209)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$9.call(CaptureStorage.java:206)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage.withoutThrowableCapture(CaptureStorage.java:220)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage.withoutThrowableCapture(CaptureStorage.java:206)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage.capture(CaptureStorage.java:48)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager.b(NetworkManager.java:366)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager.a(NetworkManager.java:342)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.network.ServerCommonPacketListenerImpl.a(ServerCommonPacketListenerImpl.java:278)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.network.ServerCommonPacketListenerImpl.b(ServerCommonPacketListenerImpl.java:259)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_21_R3.inventory.CraftInventoryPlayer.setItem(CraftInventoryPlayer.java:112)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_21_R3.inventory.CraftInventoryPlayer.setItemInMainHand(CraftInventoryPlayer.java:36)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_21_R3.inventory.CraftInventoryPlayer.setItemInHand(CraftInventoryPlayer.java:68)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.level.EntityPlayer.drop(EntityPlayer.java:2561)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.entity.player.EntityHuman.a(EntityHuman.java:753)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.entity.player.EntityHuman.a(EntityHuman.java:747)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.inventory.Container.b(Container.java:698)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.inventory.Container.a(Container.java:417)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2874)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(SourceFile:71)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(SourceFile:14)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$0(PlayerConnectionUtils.java:35)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda/0x000001bc5c2d56f8.run(Unknown Source)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.TickTask.run(SourceFile:18)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda/0x000001bc5bcd0b30.run(Unknown Source)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[01:22:13] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:1583)
[01:22:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:13] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 9 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:266)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:208)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 10 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait0(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Object.java:366)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Object.java:339)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.NativeReferenceQueue.await(NativeReferenceQueue.java:48)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:158)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.NativeReferenceQueue.remove(NativeReferenceQueue.java:89)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 11 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Attach Listener
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 12 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 19 | Suspended: false | Native: false | State: TIMED_WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:1583)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:186)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: JDWP Transport Listener: dt_socket
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 20 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: JDWP Event Helper Thread
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 21 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: JDWP Command Reader
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 22 | Suspended: false | Native: true | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Notification Thread
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 23 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 25 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: JNA Cleaner
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 38 | Suspended: false | Native: false | State: TIMED_WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1847)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.await(ReferenceQueue.java:71)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove0(ReferenceQueue.java:143)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:218)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.sun.jna.internal.Cleaner$CleanerThread.run(Cleaner.java:154)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer hack thread
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.sleep0(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.sleep(Thread.java:509)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.SystemUtils$9.run(SourceFile:972)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Yggdrasil Key Fetcher
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 42 | Suspended: false | Native: false | State: TIMED_WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:269)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1758)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1070)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:1583)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-1
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:449)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1891)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-2
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 46 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-3
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 47 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 49 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:221)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:754)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquire(AbstractQueuedSynchronizer.java:990)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.ReentrantLock$Sync.lock(ReentrantLock.java:153)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.ReentrantLock.lock(ReentrantLock.java:322)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.poll(ReferenceQueue.java:182)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$ConcurrentIdentityWeakHashMap.processQueue(CaptureStorage.java:254)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$ConcurrentIdentityWeakHashMap.put(CaptureStorage.java:243)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$3.run(CaptureStorage.java:56)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$9.call(CaptureStorage.java:209)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage$9.call(CaptureStorage.java:206)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage.withoutThrowableCapture(CaptureStorage.java:220)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage.withoutThrowableCapture(CaptureStorage.java:206)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.intellij.rt.debugger.agent.CaptureStorage.capture(CaptureStorage.java:48)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager.b(NetworkManager.java:366)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager.a(NetworkManager.java:342)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.network.ServerCommonPacketListenerImpl.a(ServerCommonPacketListenerImpl.java:278)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.network.ServerCommonPacketListenerImpl.b(ServerCommonPacketListenerImpl.java:259)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_21_R3.inventory.CraftInventoryPlayer.setItem(CraftInventoryPlayer.java:112)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_21_R3.inventory.CraftInventoryPlayer.setItemInMainHand(CraftInventoryPlayer.java:36)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_21_R3.inventory.CraftInventoryPlayer.setItemInHand(CraftInventoryPlayer.java:68)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.level.EntityPlayer.drop(EntityPlayer.java:2561)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.entity.player.EntityHuman.a(EntityHuman.java:753)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.entity.player.EntityHuman.a(EntityHuman.java:747)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.inventory.Container.b(Container.java:698)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.world.inventory.Container.a(Container.java:417)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2874)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(SourceFile:71)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.PacketPlayInWindowClick.a(SourceFile:14)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils.lambda$ensureRunningOnSameThread$0(PlayerConnectionUtils.java:35)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda/0x000001bc5c2d56f8.run(Unknown Source)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.TickTask.run(SourceFile:18)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.d(SourceFile:164)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(SourceFile:23)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1319)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.d(MinecraftServer.java:210)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.B(SourceFile:138)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1298)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.util.thread.IAsyncTaskHandler.b(SourceFile:147)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1248)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1258)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda/0x000001bc5bcd0b30.run(Unknown Source)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:1583)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: TerminalConsoleWriter
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 53 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:519)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3780)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3725)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1707)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		com.mojang.logging.LogQueues.getNextLogEvent(LogQueues.java:41)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_21_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:36)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 52 | Suspended: false | Native: true | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.FileInputStream.readBytes(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.FileInputStream.read(FileInputStream.java:287)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:291)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.BufferedInputStream.implRead(BufferedInputStream.java:325)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:312)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:133)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 54 | Suspended: false | Native: false | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:518)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:506)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		org.spigotmc.WatchdogThread.run(WatchdogThread.java:90)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 55 | Suspended: false | Native: false | State: TIMED_WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait0(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Object.java:366)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.mainLoop(Timer.java:563)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.run(Timer.java:516)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #0
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 56 | Suspended: false | Native: true | State: RUNNABLE
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.WEPoll.wait(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:114)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:147)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:1583)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-5
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 57 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-6
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 58 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-7
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 59 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-8
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 60 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-9
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 61 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-10
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 62 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:14] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:14] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:14] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-11
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	PID: 63 | Suspended: false | Native: false | State: WAITING
[01:22:14] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:371)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1893)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1809)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[01:22:15] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:15] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #1
[01:22:15] [Spigot Watchdog Thread/ERROR]: 	PID: 70 | Suspended: false | Native: true | State: RUNNABLE
[01:22:15] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.WEPoll.wait(Native Method)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.WEPollSelectorImpl.doSelect(WEPollSelectorImpl.java:114)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:130)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:147)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:1583)
[01:22:15] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:15] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #2
[01:22:15] [Spigot Watchdog Thread/ERROR]: 	PID: 71 | Suspended: false | Native: false | State: RUNNABLE
[01:22:15] [Spigot Watchdog Thread/ERROR]: 	Stack:
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueue.relaxedPoll(BaseMpscLinkedArrayQueue.java:487)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.shaded.org.jctools.queues.MpscChunkedArrayQueue.relaxedPoll(MpscChunkedArrayQueue.java:43)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.shaded.org.jctools.queues.MessagePassingQueueUtil.drain(MessagePassingQueueUtil.java:37)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.shaded.org.jctools.queues.BaseMpscLinkedArrayQueue.drain(BaseMpscLinkedArrayQueue.java:612)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.shaded.org.jctools.queues.MpscChunkedArrayQueue.drain(MpscChunkedArrayQueue.java:43)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.Recycler$LocalPool.claim(Recycler.java:326)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.Recycler.get(Recycler.java:181)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.ObjectPool$RecyclerObjectPool.get(ObjectPool.java:86)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.buffer.PooledUnsafeDirectByteBuf.newInstance(PooledUnsafeDirectByteBuf.java:39)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.buffer.PoolArena$DirectArena.newByteBuf(PoolArena.java:733)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.buffer.PoolArena.allocate(PoolArena.java:126)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.buffer.PooledByteBufAllocator.newDirectBuffer(PooledByteBufAllocator.java:403)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:188)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.buffer.AbstractByteBufAllocator.directBuffer(AbstractByteBufAllocator.java:179)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.buffer.AbstractByteBufAllocator.ioBuffer(AbstractByteBufAllocator.java:132)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.handler.codec.MessageToByteEncoder.allocateBuffer(MessageToByteEncoder.java:140)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:105)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:875)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:984)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:868)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:113)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:875)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:984)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:868)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.handler.codec.MessageToByteEncoder.write(MessageToByteEncoder.java:113)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:875)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:984)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:868)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:113)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite(AbstractChannelHandlerContext.java:875)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:984)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:868)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.ChannelOutboundHandlerAdapter.write(ChannelOutboundHandlerAdapter.java:113)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager$2.write(NetworkManager.java:555)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:893)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:956)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:982)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:950)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:1000)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:974)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:305)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager.c(NetworkManager.java:374)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager.lambda$sendPacket$12(NetworkManager.java:367)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.network.NetworkManager$$Lambda/0x000001bc5c2c7448.run(Unknown Source)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.AbstractEventExecutor.safeExecute$$$capture(AbstractEventExecutor.java:166)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:472)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.runWith(Thread.java:1596)
[01:22:15] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:1583)
[01:22:15] [Spigot Watchdog Thread/ERROR]: ------------------------------
[01:22:15] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
[01:22:15] [Spigot Watchdog Thread/INFO]: Stopping server
[01:22:15] [Spigot Watchdog Thread/INFO]: [TEST] Disabling TEST v1.0
[01:22:15] [Spigot Watchdog Thread/INFO]: Saving players
[01:22:15] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 65355ms or 1307 ticks behind
[01:22:15] [Spigot Watchdog Thread/INFO]: ItsSchatten lost connection: Server closed
[01:22:15] [Spigot Watchdog Thread/INFO]: ItsSchatten left the game.
[01:22:15] [Spigot Watchdog Thread/INFO]: Saving worlds
[01:22:15] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 129
	at it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet.fixPointers(LongLinkedOpenHashSet.java:812) ~[fastutil-8.5.15.jar:?]
	at it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet.shiftKeys(LongLinkedOpenHashSet.java:489) ~[fastutil-8.5.15.jar:?]
	at it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet.removeEntry(LongLinkedOpenHashSet.java:496) ~[fastutil-8.5.15.jar:?]
	at it.unimi.dsi.fastutil.longs.LongLinkedOpenHashSet.remove(LongLinkedOpenHashSet.java:521) ~[fastutil-8.5.15.jar:?]
	at net.minecraft.world.level.lighting.LeveledPriorityQueue.a(SourceFile:42) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.world.level.lighting.LightEngineGraph.a(SourceFile:120) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.world.level.lighting.LightEngineGraph.b(SourceFile:141) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.level.ChunkMap.a(SourceFile:31) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.world.level.lighting.LightEngineGraph.b(SourceFile:171) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.level.TickingTracker.b(SourceFile:114) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.level.ChunkMapDistance.a(ChunkMapDistance.java:107) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.level.ChunkProviderServer.s(ChunkProviderServer.java:304) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.level.ChunkProviderServer$b.B(ChunkProviderServer.java:681) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.level.ChunkProviderServer.d(ChunkProviderServer.java:300) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.MinecraftServer.bv(MinecraftServer.java:1307) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.MinecraftServer.B(MinecraftServer.java:1291) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.util.thread.IAsyncTaskHandler.bA(SourceFile:123) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.MinecraftServer.x_(MinecraftServer.java:1254) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1101) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.4-R0.1-SNAPSHOT.jar:4438-Spigot-d421948-ade46cc]
	at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]```
commented

Inventory Essentials only sends a single slot click (type THROW) per item of the same type. It does not know if the drop does anything and it does not retry dropping the item.

If it is truly the cause of a crash on a Spigot server without the mod installed on the server, this is something that would have be fixed in Spigot or the plugin causing the crash, since all Inventory Essentials does is emulate vanilla slot clicks.

commented

Appreciate the quick reply, I'll open an issue with Spigot. Thanks!