WorldEdit

WorldEdit

42M Downloads

//regen causing overload of server and/or server to crash

B0hemianDragon opened this issue ยท 1 comments

commented

WorldEdit Version

WorldEdit v7.2.6-SNAPSHOT+5891-8686672

Platform Version

Spigot 1.17.1

Bug Description

(I understand I am using an experimental build.)

Tried to //regen two chunks, crashed my server. So then I tried to //regen one single chunk, crashed my server. Below is the server crash log. I hope this helps.

Server thread/INFO B0hemianDragon issued server command: //regen
26.07 19:07:41 [Multicraft] Auto-saving world...
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR The server has stopped responding! This is (probably) not a Spigot bug.
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR If you see a plugin in the Server thread dump below, then please report it to that author
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Especially if it looks like HTTP or MySQL operations are occurring
26.07 19:07:45 [Server] 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
26.07 19:07:45 [Server] 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
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Be sure to include ALL relevant console errors and Minecraft crash reports
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Spigot version: 3203-Spigot-18c71bf-aa69d1c (MC: 1.17.1)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Server thread dump (Look for plugins here before reporting to Spigot!):
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Server thread
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 45 | Suspended: false | Native: false | State: WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:83)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.c(SourceFile:114)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.b(SourceFile:108)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.d(SourceFile:80)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.f(SourceFile:98)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.entity.ai.village.poi.VillagePlace.a(SourceFile:49)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.level.WorldServer.lambda$37(WorldServer.java:1419)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.level.WorldServer$$Lambda$6897/0x0000000801dcc470.run(Unknown Source)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.TickTask.run(SourceFile:18)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandler.executeTask(SourceFile:151)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandler.executeNext(SourceFile:125)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.bf(MinecraftServer.java:1133)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1126)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandler.executeAll(SourceFile:110)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1109)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1039)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer$$Lambda$3794/0x000000080136eb68.run(Unknown Source)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Entire Thread Dump:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Reference Handler
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 2 | Suspended: false | Native: false | State: RUNNABLE
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:243)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Finalizer
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 3 | Suspended: false | Native: false | State: WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:171)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Signal Dispatcher
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 4 | Suspended: false | Native: false | State: RUNNABLE
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Notification Thread
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 23 | Suspended: false | Native: false | State: RUNNABLE
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Common-Cleaner
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 24 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Worker-Bootstrap-4
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 33 | Suspended: false | Native: false | State: WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Timer hack thread
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 37 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.sleep(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.SystemUtils$6.run(SourceFile:714)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Worker-Main-11
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 41 | Suspended: false | Native: false | State: WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Snooper Timer
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 46 | Suspended: false | Native: false | State: WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Object.java:320)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.mainLoop(Timer.java:527)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.run(Timer.java:506)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Server thread
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 45 | Suspended: false | Native: false | State: WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1860)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1894)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2113)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:83)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.c(SourceFile:114)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.b(SourceFile:108)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.d(SourceFile:80)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.level.chunk.storage.RegionFileSection.f(SourceFile:98)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.world.entity.ai.village.poi.VillagePlace.a(SourceFile:49)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.level.WorldServer.lambda$37(WorldServer.java:1419)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.level.WorldServer$$Lambda$6897/0x0000000801dcc470.run(Unknown Source)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.TickTask.run(SourceFile:18)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandler.executeTask(SourceFile:151)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandlerReentrant.executeTask(SourceFile:23)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandler.executeNext(SourceFile:125)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.bf(MinecraftServer.java:1133)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.executeNext(MinecraftServer.java:1126)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.util.thread.IAsyncTaskHandler.executeAll(SourceFile:110)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.sleepForTick(MinecraftServer.java:1109)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1039)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:303)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.MinecraftServer$$Lambda$3794/0x000000080136eb68.run(Unknown Source)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: DestroyJavaVM
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 49 | Suspended: false | Native: false | State: RUNNABLE
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: TerminalConsoleWriter
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 51 | Suspended: false | Native: false | State: WAITING
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.v1_17_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:31)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Current Thread: Server console handler
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR PID: 50 | Suspended: false | Native: true | State: RUNNABLE
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Thread is waiting on monitor(s):
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Locked on:[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Locked on:app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Locked on:app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:45 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.io.FileInputStream.readBytes(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.io.FileInputStream.read(FileInputStream.java:271)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:132)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Java2D Disposer
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 52 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/sun.java2d.Disposer.run(Disposer.java:144)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Spigot Watchdog Thread
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 54 | Suspended: false | Native: false | State: RUNNABLE
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//org.spigotmc.WatchdogThread.run(WatchdogThread.java:90)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Spigot Metrics Thread
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 55 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.run(Timer.java:506)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ObjectCleanerThread
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 56 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Netty Epoll Server IO #0
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 57 | Suspended: false | Native: true | State: RUNNABLE
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.Native.epollWait0(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool-3-worker-51
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 58 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool-3-worker-23
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 60 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3127)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:485)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:673)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR me.lucko.luckperms.common.storage.implementation.file.watcher.AbstractFileWatcher.runEventProcessingLoop(AbstractFileWatcher.java:128)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher.lambda$new$0(FileWatcher.java:60)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR me.lucko.luckperms.common.storage.implementation.file.watcher.FileWatcher$$Lambda$4690/0x00000008017a42b0.run(Unknown Source)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1434)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: WorldEdit Session Manager
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 64 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.run(Timer.java:506)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: luckperms-scheduler
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 65 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: FileSystemWatchService
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 67 | Suspended: false | Native: true | State: RUNNABLE
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/sun.nio.fs.LinuxWatchService.poll(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: MVStore background writer nio:/plugins/LuckPerms/luckperms-h2.mv.db
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 71 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:3116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Timer-0
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 89 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Object.wait(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.TimerThread.run(Timer.java:506)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: bStats-Metrics
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 90 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: bStats-Metrics
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 142 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: pool-13-thread-1
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 143 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool.commonPool-worker-51
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 144 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool.commonPool-worker-23
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 146 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool.commonPool-worker-9
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 147 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:293)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool.commonPool-worker-31
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 150 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool.commonPool-worker-17
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 151 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: bStats-Metrics
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 160 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:1661)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Netty Epoll Server IO #1
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 200 | Suspended: false | Native: false | State: RUNNABLE
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.Native.epollWait0(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: luckperms-scheduler-worker-8
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 201 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1055)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Netty Epoll Server IO #2
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 203 | Suspended: false | Native: false | State: RUNNABLE
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.Native.epollWait0(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: ForkJoinPool-4-worker-51
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 207 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Worker-Main-28
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 210 | Suspended: false | Native: false | State: TIMED_WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:293)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1624)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Worker-Main-30
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 211 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Worker-Main-31
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 212 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Worker-Main-29
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 209 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: Worker-Main-32
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 213 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1633)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Current Thread: pool-12-thread-1
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR PID: 216 | Suspended: false | Native: false | State: WAITING
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR Stack:
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:505)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3137)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1614)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1056)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1116)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR [email protected]/java.lang.Thread.run(Thread.java:831)
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR ------------------------------
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Startup script './start.sh' does not exist! Stopping server.
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Stopping server
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling EssentialsProtect v2.18.2.0
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling GriefPrevention v16.12.0-d4d7ac4
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO GriefPrevention disabled.
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling EssentialsSpawn v2.18.2.0
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling HeadDatabase v4.14.1
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling SinglePlayerSleep v1.13_2.13.46
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO SinglePlayerSleep v1.13_2.13.46 is DISABLED
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO

26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling UltimateTimber v2.2.5
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO =============================
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO UltimateTimber 2.2.5 by Songoda <3!
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Action: Disabling...
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO =============================
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling EssentialsAntiBuild v2.18.2.0
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling EssentialsGeoIP v2.18.2.0
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling EssentialsChat v2.18.2.0
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling Essentials v2.18.2.0
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO [Economy] Essentials Economy unhooked.
26.07 19:07:46 [Server] Spigot Watchdog Thread/ERROR There's a good chance you're reloading your server right now. If that's the case, why do you hate yourself? Expect no support from the EssentialsX team when using /reload.
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling WorldEdit v7.2.6-SNAPSHOT+5891-8686672
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling Vault v1.7.3-b131
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling mcMMO v2.1.200
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Server shutdown has been executed, saving and cleaning up data...
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Saving mcMMOPlayers... (1)
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Saving data for player: B0hemianDragon
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Finished save operation for 1 players!
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling Zenchantments v1.6.2
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling SuperChairs v1.0.2
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Disabling LuckPerms v5.3.47
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Starting shutdown process...
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Closing storage...
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Goodbye!
26.07 19:07:46 [Server] Spigot Watchdog Thread/INFO Saving players
26.07 19:07:46 [Disconnect] User B0hemianDragon has disconnected, reason: Server closed


Clear log
Share log

Expected Behavior

Expected chunk to be regenerated.

Reproduction Steps

  1. issued //regen command
  2. blocks regen
  3. server lags within 2 seconds after and crashes

Anything Else?

This is my first time reporting a bug, so I hope I got the right information that is needed. I am running several plugins on this server but from what I can tell, and I may be wrong, from the crash report it's not world edit interacting with another plugin.

commented

AFAIK this is a duplicate of #1313.