Skip to content

ArrayIndexOutOfBoundsException (Starlight) - Remove callback for map threw exception #8018

@DiscowZombie

Description

@DiscowZombie

Stack trace

crash-server.txt

---- Minecraft Crash Report ----
// Would you like a cupcake?

Time: 6/18/22, 4:43 PM
Description: Exception in server tick loop

java.util.concurrent.CompletionException: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source)
	at ca.spottedleaf.starlight.common.light.StarLightInterface.propagateChanges(StarLightInterface.java:534)
	at net.minecraft.server.level.ThreadedLevelLightEngine.runUpdate(ThreadedLevelLightEngine.java:540)
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$tryScheduleUpdate$30(ThreadedLevelLightEngine.java:520)
	at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:87)
	at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:141)
	at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:96)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at net.minecraft.util.SimpleBitStorage.get(SimpleBitStorage.java:107)
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:209)
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:204)
	at net.minecraft.world.level.chunk.LevelChunkSection.getBlockState(LevelChunkSection.java:158)
	at ca.spottedleaf.starlight.common.light.StarLightEngine.getBlockState(StarLightEngine.java:287)
	at ca.spottedleaf.starlight.common.light.BlockStarLightEngine.calculateLightValue(BlockStarLightEngine.java:129)
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdge(StarLightEngine.java:531)
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:584)
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:860)
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkBlockEdges(StarLightInterface.java:483)
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkChunkEdges(StarLightInterface.java:464)
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$lightChunk$23(ThreadedLevelLightEngine.java:461)
	... 10 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
	Minecraft Version: 1.19
	Minecraft Version ID: 1.19
	Operating System: Linux (amd64) version 5.4.0-113-generic
	Java Version: 17.0.3, Eclipse Adoptium
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
	Memory: 10371564752 bytes (9891 MiB) / 21474836480 bytes (20480 MiB) up to 21474836480 bytes (20480 MiB)
	CPUs: 24
	Processor Vendor: AuthenticAMD
	Processor Name: AMD Ryzen 9 3900X 12-Core Processor
	Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
	Microarchitecture: Zen 2
	Frequency (GHz): -0.00
	Number of physical packages: 1
	Number of physical CPUs: 12
	Number of logical CPUs: 24
	Graphics card #0 name: unknown
	Graphics card #0 vendor: unknown
	Graphics card #0 VRAM (MB): 0.00
	Graphics card #0 deviceId: unknown
	Graphics card #0 versionInfo: unknown
	Virtual memory max (MB): 32163.38
	Virtual memory used (MB): 32192.55
	Swap memory total (MB): 0.00
	Swap memory used (MB): 0.00
	JVM Flags: 20 total; -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=20 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Xmx20G -Xms20G
	CraftBukkit Information: 
   Running: Paper version git-Paper-28 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) true
   Plugins: { TCPShield v2.5.6 net.tcpshield.tcpshield.bukkit.TCPShieldBukkit [https://tcpshield.com],}
   Warnings: DEFAULT
   Reload Count: 0
   Threads: { TIMED_WAITING Async Chat Thread - #1: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Paper Async Chunk Urgent Task Thread: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], WAITING Worker-Main-7: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], TIMED_WAITING IO-Worker-3: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Paper Async Task Handler Thread - 2: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.poll(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Common-Cleaner: [java.base@17.0.3/java.lang.Object.wait(Native Method), java.base@17.0.3/java.lang.ref.ReferenceQueue.remove(Unknown Source), java.base@17.0.3/jdk.internal.ref.CleanerImpl.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source), java.base@17.0.3/jdk.internal.misc.InnocuousThread.run(Unknown Source)], WAITING Paper Async Chunk Task Thread #0: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], WAITING Paper Async Chunk Task Thread #3: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], WAITING Paper RegionFile IO Thread: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], TIMED_WAITING IO-Worker-7: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Paper Async Chunk Task Thread #2: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], WAITING Craft Async Scheduler Management Thread: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Worker-Main-1: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], RUNNABLE Server thread: [java.base@17.0.3/java.lang.Thread.dumpThreads(Native Method), java.base@17.0.3/java.lang.Thread.getAllStackTraces(Unknown Source), org.bukkit.craftbukkit.v1_19_R1.CraftCrashReport.get(CraftCrashReport.java:33), org.bukkit.craftbukkit.v1_19_R1.CraftCrashReport.get(CraftCrashReport.java:17), net.minecraft.SystemReport.a(SystemReport.java:61), net.minecraft.CrashReport.<init>(CrashReport.java:36), net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1270), net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1211), net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:302), net.minecraft.server.MinecraftServer$$Lambda$4403/0x00000008014e4248.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], RUNNABLE Notification Thread: [], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:182), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Timer hack thread: [java.base@17.0.3/java.lang.Thread.sleep(Native Method), net.minecraft.SystemUtils$7.run(SystemUtils.java:706)], RUNNABLE Server console handler: [java.base@17.0.3/java.io.FileInputStream.readBytes(Native Method), java.base@17.0.3/java.io.FileInputStream.read(Unknown Source), java.base@17.0.3/java.io.BufferedInputStream.read1(Unknown Source), java.base@17.0.3/java.io.BufferedInputStream.read(Unknown Source), java.base@17.0.3/sun.nio.cs.StreamDecoder.readBytes(Unknown Source), java.base@17.0.3/sun.nio.cs.StreamDecoder.implRead(Unknown Source), java.base@17.0.3/sun.nio.cs.StreamDecoder.read(Unknown Source), java.base@17.0.3/java.io.InputStreamReader.read(Unknown Source), java.base@17.0.3/java.io.BufferedReader.fill(Unknown Source), java.base@17.0.3/java.io.BufferedReader.readLine(Unknown Source), java.base@17.0.3/java.io.BufferedReader.readLine(Unknown Source), net.minecrell.terminalconsole.SimpleTerminalConsole.readCommands(SimpleTerminalConsole.java:180), net.minecrell.terminalconsole.SimpleTerminalConsole.start(SimpleTerminalConsole.java:143), net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:107)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:182), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], TIMED_WAITING User Authenticator #7: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], RUNNABLE Signal Dispatcher: [], WAITING Worker-Main-2: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Worker-Main-8: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:182), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Worker-Main-4: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], TIMED_WAITING IO-Worker-4: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Worker-Main-6: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Log4j2-AsyncAppenderEventDispatcher-1-Async: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source), org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatchAll(AsyncAppenderEventDispatcher.java:71), org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.run(AsyncAppenderEventDispatcher.java:63)], RUNNABLE Reference Handler: [java.base@17.0.3/java.lang.ref.Reference.waitForReferencePendingList(Native Method), java.base@17.0.3/java.lang.ref.Reference.processPendingReferences(Unknown Source), java.base@17.0.3/java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)], RUNNABLE DestroyJavaVM: [], WAITING Worker-Main-3: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Worker-Main-5: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source), java.base@17.0.3/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source), java.base@17.0.3/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], WAITING Paper Async Chunk Task Thread #1: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.park(Unknown Source), com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:97)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:182), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:290), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:354), io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995), io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74), java.base@17.0.3/java.lang.Thread.run(Unknown Source)], TIMED_WAITING Paper Watchdog Thread: [java.base@17.0.3/java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:242)], WAITING Finalizer: [java.base@17.0.3/java.lang.Object.wait(Native Method), java.base@17.0.3/java.lang.ref.ReferenceQueue.remove(Unknown Source), java.base@17.0.3/java.lang.ref.ReferenceQueue.remove(Unknown Source), java.base@17.0.3/java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)], TIMED_WAITING IO-Worker-5: [java.base@17.0.3/jdk.internal.misc.Unsafe.park(Native Method), java.base@17.0.3/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source), java.base@17.0.3/java.util.concurrent.SynchronousQueue.poll(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source), java.base@17.0.3/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source), java.base@17.0.3/java.lang.Thread.run(Unknown Source)],}
   
   Force Loaded Chunks: { world: {}, world_nether: {}, world_the_end: {},}
	Server Running: true
	Player Count: 96 / 200; [EntityPlayer['TheMatt78'/457, uuid='b11f402c-dcb1-4e5c-8209-58a735431926', l='ServerLevel[world]', x=917.08, y=64.02, z=-883.40, cpos=[57, -56], tl=52981, v=true](TheMatt78 at 917.0837270056869,64.02442408821369,-883.4021864275622), EntityPlayer['Soso_angelic'/732, uuid='e73e21fe-0a54-4ce6-a42e-cd3ecf54edc1', l='ServerLevel[world]', x=0.83, y=72.00, z=-6.82, cpos=[0, -1], tl=53601, v=true](Soso_angelic at 0.8326405499274159,72.0,-6.821355531535382), EntityPlayer['Majin_ImJustRaze'/898, uuid='cf596d18-d387-4108-9ef3-4aae2d504164', l='ServerLevel[world]', x=-1567.21, y=44.00, z=1294.58, cpos=[-98, 80], tl=53742, v=true](Majin_ImJustRaze at -1567.2107914261153,44.0,1294.5784596003577), EntityPlayer['Romani_'/910, uuid='4816d5cd-6226-418d-a277-ab364fdecf1d', l='ServerLevel[world]', x=424.42, y=-50.00, z=-923.77, cpos=[26, -58], tl=51297, v=true](Romani_ at 424.4235373162276,-50.0,-923.7727793928906), EntityPlayer['Julo_Fr'/978, uuid='8a19166d-e779-42d7-9319-5d4065bc8176', l='ServerLevel[world]', x=-171.30, y=-35.00, z=71.30, cpos=[-11, 4], tl=53627, v=true](Julo_Fr at -171.30000001192093,-35.0,71.30000001192093), EntityPlayer['Dalil_'/1294, uuid='d4c9b3dc-0e85-41a4-84cc-f23dd7939284', l='ServerLevel[world]', x=2418.41, y=-47.83, z=3795.45, cpos=[151, 237], tl=54604, v=true](Dalil_ at 2418.4103718940214,-47.833890739061786,3795.447937035336), EntityPlayer['NatsuKillU'/1320, uuid='71cc3b07-5411-4588-ab9e-34dd7611c346', l='ServerLevel[world]', x=3.65, y=104.00, z=818.61, cpos=[0, 51], tl=54273, v=true](NatsuKillU at 3.6455948855085385,104.0,818.6122090074358), EntityPlayer['ClemFroze'/1498, uuid='9937b1f7-3142-4f9d-b1dc-91893426a216', l='ServerLevel[world]', x=-133.70, y=-54.00, z=-27.70, cpos=[-9, -2], tl=53750, v=true](ClemFroze at -133.69999998807907,-54.0,-27.69999998807907), EntityPlayer['Elwyn_'/1545, uuid='86af05f6-f891-44b1-a0b1-b5fedc40aa26', l='ServerLevel[world]', x=817.44, y=-42.00, z=112.26, cpos=[51, 7], tl=53620, v=true](Elwyn_ at 817.4366929191019,-42.0,112.2584695962615), EntityPlayer['Daiko'/1654, uuid='45418154-1730-4b79-a29a-617a4e1ca8d6', l='ServerLevel[world]', x=2961.35, y=-46.00, z=3190.63, cpos=[185, 199], tl=53423, v=true](Daiko at 2961.352608566342,-46.0,3190.6302880205158), EntityPlayer['ZarkixJoestar'/1775, uuid='3278b28e-7184-452b-b6ce-cb1e52070417', l='ServerLevel[world]', x=922.99, y=63.00, z=-914.47, cpos=[57, -58], tl=54534, v=true](ZarkixJoestar at 922.9935720747891,63.0,-914.4706069776261), EntityPlayer['Neolytik'/1783, uuid='64cec069-2e2f-4fee-8b19-dc26bbf1dbd0', l='ServerLevel[world]', x=2485.28, y=-41.00, z=3744.81, cpos=[155, 234], tl=53886, v=true](Neolytik at 2485.280049709898,-40.99866402088785,3744.8050039386344), EntityPlayer['Totomas15'/1800, uuid='cd87f7ed-77dc-4763-a76d-572c3a5060bd', l='ServerLevel[world]', x=2617.54, y=-24.00, z=2788.57, cpos=[163, 174], tl=53128, v=true](Totomas15 at 2617.542263121455,-24.0,2788.5656337867863), EntityPlayer['polocascroute'/1817, uuid='b1bb1522-c44a-481f-ba1e-b18f56a5d5e9', l='ServerLevel[world_nether]', x=226.85, y=32.00, z=85.55, cpos=[14, 5], tl=53541, v=true](polocascroute at 226.85492006819567,31.997316845679332,85.55486450844205), EntityPlayer['DragonChara654'/1818, uuid='02539a7a-a920-48c5-93c7-cfb975b8125c', l='ServerLevel[world_nether]', x=-421.05, y=87.00, z=259.22, cpos=[-27, 16], tl=53531, v=true](DragonChara654 at -421.05064035825035,87.0,259.2241558658322), EntityPlayer['Bainoon'/1824, uuid='69eb712d-f8ce-4501-a8e5-4945dc190e75', l='ServerLevel[world]', x=-1558.04, y=42.00, z=1294.31, cpos=[-98, 80], tl=54543, v=true](Bainoon at -1558.0397880689213,42.0,1294.313593717294), EntityPlayer['Guep'/1845, uuid='dbc3bbd8-78e2-4163-bc89-9374e38e58fa', l='ServerLevel[world]', x=6182.39, y=-43.58, z=2287.47, cpos=[386, 142], tl=54273, v=true](Guep at 6182.39248298958,-43.58000001311302,2287.4663630512428), EntityPlayer['LaPatateSupreme'/2022, uuid='5c0e4ccc-ed0c-4db3-a77f-9fa4db827935', l='ServerLevel[world_nether]', x=50.90, y=39.25, z=-34.86, cpos=[3, -3], tl=53827, v=true](LaPatateSupreme at 50.90325145224487,39.24918707874468,-34.857910565514445), EntityPlayer['BlxckTo'/1983, uuid='4c6947e4-cb4f-4394-8054-b2d720d25ab3', l='ServerLevel[world]', x=-542.21, y=13.00, z=386.20, cpos=[-34, 24], tl=53880, v=true](BlxckTo at -542.2130805512002,13.0,386.2025326383028), EntityPlayer['Narsq_'/2373, uuid='6877ad04-5d3f-4a74-8d2f-a12a7af8e336', l='ServerLevel[world]', x=780.43, y=64.00, z=-674.64, cpos=[48, -43], tl=53162, v=true](Narsq_ at 780.4324258537422,64.0,-674.6373900195039), EntityPlayer['carinoxx'/2445, uuid='61d1af03-9c36-4912-abc1-e556e0705e72', l='ServerLevel[world]', x=429.70, y=-49.00, z=-908.30, cpos=[26, -57], tl=53632, v=true](carinoxx at 429.69999998807907,-49.0,-908.3000000119209), EntityPlayer['JimmyB0yyy'/2522, uuid='a4eea042-f251-4044-96b5-4846f6ca565b', l='ServerLevel[world]', x=893.97, y=63.00, z=2709.98, cpos=[55, 169], tl=53748, v=true](JimmyB0yyy at 893.9701960359596,63.0,2709.978831982324), EntityPlayer['Womin'/2680, uuid='692cef34-630e-4554-8236-47bbc8f18558', l='ServerLevel[world]', x=-340.79, y=-29.14, z=-599.86, cpos=[-22, -38], tl=54492, v=true](Womin at -340.7895649544333,-29.135740724935765,-599.8566851967706), EntityPlayer['Byllel'/2681, uuid='39647d6b-d022-42f0-9493-1ef0103375e1', l='ServerLevel[world]', x=3272.05, y=17.00, z=2758.33, cpos=[204, 172], tl=53664, v=true](Byllel at 3272.052937147947,17.0,2758.326570921645), EntityPlayer['Trail_'/3095, uuid='db60bfa8-44d0-410e-9443-6fa4b37e75e3', l='ServerLevel[world]', x=2752.00, y=70.00, z=4458.76, cpos=[172, 278], tl=53869, v=true](Trail_ at 2752.002361418971,70.0,4458.763467367006), EntityPlayer['TurTiMo'/3118, uuid='25157300-0b4e-40c5-a968-01c26c3dcb25', l='ServerLevel[world]', x=-138.22, y=23.00, z=-39.97, cpos=[-9, -3], tl=53515, v=true](TurTiMo at -138.22006343458452,23.0,-39.97173528662548), EntityPlayer['Tchobax'/3119, uuid='63d64591-eec9-47eb-a63f-2e97d2884ee2', l='ServerLevel[world]', x=2591.70, y=-59.00, z=3723.70, cpos=[161, 232], tl=53499, v=true](Tchobax at 2591.699999988079,-59.0,3723.699999988079), EntityPlayer['Ponkubique'/3169, uuid='4de1ce9a-1ba9-4389-a189-167c603cf08d', l='ServerLevel[world]', x=1134.50, y=75.00, z=2697.08, cpos=[70, 168], tl=53253, v=true](Ponkubique at 1134.4981832844323,75.0,2697.0811922832427), EntityPlayer['daryun08'/3182, uuid='36db0969-a460-4189-94b4-10e60081760f', l='ServerLevel[world]', x=434.53, y=-57.00, z=-995.34, cpos=[27, -63], tl=53657, v=true](daryun08 at 434.53115946819463,-57.0,-995.344677810993), EntityPlayer['Darakdo'/3253, uuid='091f5f3d-f11f-4469-a531-7fbc9b765d0d', l='ServerLevel[world]', x=370.30, y=-38.00, z=-973.70, cpos=[23, -61], tl=51508, v=true](Darakdo at 370.30000001192093,-38.0,-973.6999999880791), EntityPlayer['Eddy32'/3202, uuid='1f34173f-cbd0-421c-a469-3f970adebb16', l='ServerLevel[world]', x=412.19, y=99.45, z=-94.89, cpos=[25, -6], tl=53888, v=true](Eddy32 at 412.1905928843532,99.44816799850464,-94.88742849613959), EntityPlayer['ImFatBoy'/3193, uuid='4dd9bfc2-072c-4fe4-9d08-e967ad2cda82', l='ServerLevel[world]', x=1062.22, y=69.77, z=2666.05, cpos=[66, 166], tl=53937, v=true](ImFatBoy at 1062.2240737139941,69.76636799395752,2666.048957552545), EntityPlayer['Val1yar'/3922, uuid='3742bc0f-b4a3-4898-ac3a-410ceb0a3f59', l='ServerLevel[world_nether]', x=-52.30, y=39.00, z=128.55, cpos=[-4, 8], tl=53724, v=true](Val1yar at -52.30000001192093,39.0,128.55123988216954), EntityPlayer['UnKarmaa_'/3923, uuid='1b45e8bd-64cd-43c4-acc9-e6601b592c4c', l='ServerLevel[world]', x=460.04, y=-12.00, z=-55.58, cpos=[28, -4], tl=53547, v=true](UnKarmaa_ at 460.0416078882577,-12.0,-55.582573040104656), EntityPlayer['DieuAtuns'/3975, uuid='ef4c9874-52da-412a-99b3-bba24a8791ab', l='ServerLevel[world]', x=-1107.70, y=67.00, z=1344.30, cpos=[-70, 84], tl=54003, v=true](DieuAtuns at -1107.699999988079,67.0,1344.300000011921), EntityPlayer['BINDECH'/3970, uuid='49f1062e-11a5-441c-a899-6bd417429bab', l='ServerLevel[world]', x=399.29, y=63.00, z=2222.98, cpos=[24, 138], tl=54332, v=true](BINDECH at 399.2934663119549,63.0,2222.9774408798035), EntityPlayer['trash_power'/4263, uuid='d16872b0-582b-41e7-80ab-01220c0a96d0', l='ServerLevel[world]', x=100.52, y=42.00, z=647.70, cpos=[6, 40], tl=53852, v=true](trash_power at 100.52426500930618,42.0,647.6999999880791), EntityPlayer['nezox174'/4277, uuid='3739329a-1b5f-463f-8e00-f424f4e28e48', l='ServerLevel[world]', x=329.04, y=5.00, z=-158.12, cpos=[20, -10], tl=53305, v=true](nezox174 at 329.0425439904335,5.0,-158.1183223087861), EntityPlayer['Minifou'/4422, uuid='4fa8bb2a-d4aa-4c82-b74d-fd8ff19ecd6c', l='ServerLevel[world]', x=586.54, y=85.00, z=63.91, cpos=[36, 3], tl=52862, v=true](Minifou at 586.5438696817552,85.00133597911214,63.90586211421477), EntityPlayer['LuluOub'/4454, uuid='f2692500-f97f-4d3d-a6ca-cecc0416fe9c', l='ServerLevel[world]', x=-1238.68, y=-21.00, z=1143.67, cpos=[-78, 71], tl=53866, v=true](LuluOub at -1238.6768546985975,-21.0,1143.6676312452757), EntityPlayer['Kanda_jeroli'/4573, uuid='35dc9eb4-7e45-440c-bc3a-d7f124ad6f51', l='ServerLevel[world]', x=-29.15, y=71.00, z=85.81, cpos=[-2, 5], tl=53113, v=true](Kanda_jeroli at -29.14945822413529,71.0,85.81084437020391), EntityPlayer['RintoKinpe'/4711, uuid='88cc3243-914f-4744-bd53-ea0b3be65057', l='ServerLevel[world]', x=219.30, y=-52.00, z=110.70, cpos=[13, 6], tl=53114, v=true](RintoKinpe at 219.30000001192093,-52.0,110.69999998807907), EntityPlayer['tiboy'/4760, uuid='a9db4ffb-7b89-4093-b2f2-3ae26e73d8f2', l='ServerLevel[world]', x=-232.70, y=-54.00, z=24.70, cpos=[-15, 1], tl=53576, v=true](tiboy at -232.69999998807907,-54.0,24.69999998807907), EntityPlayer['ken650'/4761, uuid='df4b0196-63c6-4bed-a725-434e44b9ea96', l='ServerLevel[world]', x=2915.39, y=-16.84, z=2567.98, cpos=[182, 160], tl=52771, v=true](ken650 at 2915.3921788120633,-16.837858578973012,2567.975820116649), EntityPlayer['BxbyGroot'/4796, uuid='b81a003d-2b77-426c-9636-4c690a61e0e7', l='ServerLevel[world]', x=590.43, y=-8.00, z=17.81, cpos=[36, 1], tl=53481, v=true](BxbyGroot at 590.4314176958059,-8.0,17.80712766305013), EntityPlayer['SCape33'/4845, uuid='7f8872ab-1d48-4f31-a982-6fb98e569e56', l='ServerLevel[world]', x=371.28, y=-41.00, z=533.70, cpos=[23, 33], tl=53999, v=true](SCape33 at 371.2833043278576,-41.0,533.6999999880791), EntityPlayer['IceSpirit59'/4961, uuid='7eba0a72-03b5-429b-9191-aebaffbcb7cf', l='ServerLevel[world]', x=339.24, y=-1.00, z=-211.30, cpos=[21, -14], tl=53398, v=true](IceSpirit59 at 339.2443183487027,-1.0,-211.30000001192093), EntityPlayer['Axeraxe'/5010, uuid='432ee90a-0275-4862-932a-d1dbf67f980a', l='ServerLevel[world]', x=-151.30, y=-51.00, z=-81.15, cpos=[-10, -6], tl=52833, v=true](Axeraxe at -151.30000001192093,-51.0,-81.15275333105605), EntityPlayer['RoXxeeer'/5072, uuid='b4034e78-d6a6-4b73-9ad7-962441318d70', l='ServerLevel[world]', x=852.19, y=66.00, z=3669.79, cpos=[53, 229], tl=53857, v=true](RoXxeeer at 852.1884630554407,66.0,3669.787609663908), EntityPlayer['mxrwzndood'/5073, uuid='03fb74b6-b608-4dd6-85d5-28e3a87b7b44', l='ServerLevel[world_nether]', x=464.30, y=33.00, z=338.70, cpos=[29, 21], tl=53889, v=true](mxrwzndood at 464.30000001192093,33.0,338.69999998807907), EntityPlayer['makiauthon'/5319, uuid='c451264b-246a-4fba-83bd-ec4f55fc349b', l='ServerLevel[world]', x=-152.30, y=-52.00, z=-77.42, cpos=[-10, -5], tl=53322, v=true](makiauthon at -152.30000001192093,-52.0,-77.42369988532815), EntityPlayer['shxrro'/5376, uuid='06ef88a7-a7be-4671-aa56-6a2dae7f6349', l='ServerLevel[world]', x=57.55, y=70.00, z=-415.96, cpos=[3, -26], tl=53915, v=true](shxrro at 57.55486618577246,70.0,-415.9594266154239), EntityPlayer['Alex_le_S'/5400, uuid='dfe2fa17-f7a4-482a-a72d-d795e873dbf1', l='ServerLevel[world]', x=-153.51, y=27.00, z=-28.51, cpos=[-10, -2], tl=53869, v=true](Alex_le_S at -153.50519487093985,27.0,-28.510944327323287), EntityPlayer['Polpy_frozen'/5638, uuid='1e290af4-7648-4e7c-ad97-5853936140c2', l='ServerLevel[world]', x=290.74, y=64.00, z=-883.12, cpos=[18, -56], tl=53503, v=true](Polpy_frozen at 290.7408813642758,64.0,-883.1229570973189), EntityPlayer['TheBigGuette'/5657, uuid='a05ff878-c640-4862-86b2-817294035f25', l='ServerLevel[world]', x=-514.95, y=64.00, z=38.22, cpos=[-33, 2], tl=53708, v=true](TheBigGuette at -514.9464667200263,64.0,38.22171586264602), EntityPlayer['KennBey'/5769, uuid='5dc4c80b-aff6-4051-bd8a-6354d9ab21ee', l='ServerLevel[world]', x=135.30, y=29.00, z=-1700.30, cpos=[8, -107], tl=53246, v=true](KennBey at 135.30000001192093,29.0,-1700.300000011921), EntityPlayer['Julgane'/5976, uuid='0694cf8a-a60e-41fe-b82b-f7c7753767f4', l='ServerLevel[world]', x=3155.32, y=11.00, z=2984.44, cpos=[197, 186], tl=47273, v=true](Julgane at 3155.3183812858288,11.0,2984.441325736107), EntityPlayer['azNova'/6012, uuid='35363c31-a8fa-4be9-acf1-43aed477beaa', l='ServerLevel[world]', x=2880.69, y=-19.00, z=2487.15, cpos=[180, 155], tl=52522, v=true](azNova at 2880.686414844912,-19.0,2487.1507659550966), EntityPlayer['Vartac'/6270, uuid='e01adfb2-5254-4383-ae71-bffeb988b1b7', l='ServerLevel[world]', x=3389.71, y=-5.31, z=2936.27, cpos=[211, 183], tl=53573, v=true](Vartac at 3389.714220589243,-5.3125,2936.2730121126106), EntityPlayer['Ristoo'/6273, uuid='f230f1ef-46fe-43c4-b970-5d4d88c8379e', l='ServerLevel[world]', x=3092.28, y=72.00, z=3096.87, cpos=[193, 193], tl=53454, v=true](Ristoo at 3092.2810345521866,72.0,3096.8714543084784), EntityPlayer['HvBaji'/6361, uuid='1829588a-bce6-42cd-bd04-a531533e6ef4', l='ServerLevel[world]', x=824.42, y=-32.00, z=-325.22, cpos=[51, -21], tl=53809, v=true](HvBaji at 824.4224750298096,-32.0,-325.21746308749334), EntityPlayer['SkyTals'/6492, uuid='1e2b0173-de49-4a36-88ce-c8c5c195cdf9', l='ServerLevel[world_nether]', x=-155.88, y=31.76, z=192.19, cpos=[-10, 12], tl=52966, v=true](SkyTals at -155.8837084850373,31.75591376039859,192.19013801864253), EntityPlayer['Dienno10'/6493, uuid='3aa1b093-7668-4ed2-82c1-fba971860300', l='ServerLevel[world]', x=427.77, y=-47.58, z=-1045.16, cpos=[26, -66], tl=53253, v=true](Dienno10 at 427.77242928949903,-47.58000001311302,-1045.1606952315087), EntityPlayer['OraSaNe'/6495, uuid='ebed961f-d603-409f-b11d-adf3cdd308db', l='ServerLevel[world]', x=586.86, y=101.00, z=176.80, cpos=[36, 11], tl=52436, v=true](OraSaNe at 586.8635527428033,101.0,176.79613370605747), EntityPlayer['Yiyimox22'/6565, uuid='76a0334f-e2ad-4ae2-b96e-25305270ea8f', l='ServerLevel[world]', x=2192.77, y=61.93, z=-2863.52, cpos=[137, -179], tl=53376, v=true](Yiyimox22 at 2192.766152205565,61.93184192800511,-2863.5153312888738), EntityPlayer['Itiraton'/6590, uuid='af9a7ca9-6006-4c54-a5bd-d125e387cf71', l='ServerLevel[world_nether]', x=-95.19, y=31.79, z=-470.66, cpos=[-6, -30], tl=52980, v=true](Itiraton at -95.18889841360847,31.794200752180362,-470.6562008529826), EntityPlayer['At_las'/7066, uuid='2e652486-5914-4f35-b9d0-80af47653256', l='ServerLevel[world]', x=601.73, y=86.00, z=194.05, cpos=[37, 12], tl=54225, v=true](At_las at 601.7273215733657,86.0,194.04986961113198), EntityPlayer['OriginalKaito'/7132, uuid='8c16b315-4655-4fe7-a5cb-31aa12834853', l='ServerLevel[world]', x=279.30, y=32.56, z=-43.70, cpos=[17, -3], tl=53146, v=true](OriginalKaito at 279.30000001192093,32.5625,-43.69999998807907), EntityPlayer['Bomby_'/7165, uuid='7f73c177-97e0-402e-9326-527d685e826b', l='ServerLevel[world]', x=3564.30, y=-37.00, z=3641.70, cpos=[222, 227], tl=52162, v=true](Bomby_ at 3564.300000011921,-37.0,3641.699999988079), EntityPlayer['condescendant'/7323, uuid='e65fb481-c604-4ef7-bad5-b7edf9d9eab9', l='ServerLevel[world]', x=-389.48, y=0.00, z=867.76, cpos=[-25, 54], tl=53115, v=true](condescendant at -389.4838041668333,0.0,867.7612101673478), EntityPlayer['Ninjibey'/7436, uuid='7981b02b-a283-4147-b7b5-147bd473c606', l='ServerLevel[world]', x=-920.68, y=64.25, z=-67.77, cpos=[-58, -5], tl=52499, v=true](Ninjibey at -920.675301195582,64.24918707874468,-67.77014478568182), EntityPlayer['Pas2Client_'/7603, uuid='e106f14a-a721-47f0-b0c3-02b68ee8ef9e', l='ServerLevel[world]', x=-631.30, y=5.00, z=41.23, cpos=[-40, 2], tl=52387, v=true](Pas2Client_ at -631.3000000119209,5.0,41.22578364918256), EntityPlayer['New3y'/7890, uuid='09162aa7-5e18-43b3-ba4a-f4ee21aaf5e4', l='ServerLevel[world]', x=-305.45, y=2.00, z=254.25, cpos=[-20, 15], tl=53003, v=true](New3y at -305.45256126127464,2.0,254.24789431791362), EntityPlayer['Zederof'/8277, uuid='da7a12ac-fd40-4eda-af49-32c58c555313', l='ServerLevel[world]', x=183.31, y=-41.00, z=1125.32, cpos=[11, 70], tl=51948, v=true](Zederof at 183.31260227086725,-41.0,1125.315127596658), EntityPlayer['cola04bb8'/8475, uuid='46e24c14-6739-4f70-b946-d218edd0c7ad', l='ServerLevel[world]', x=328.74, y=-43.00, z=654.74, cpos=[20, 40], tl=52819, v=true](cola04bb8 at 328.7365299646274,-43.0,654.7350170854393), EntityPlayer['DeltaOff_'/8704, uuid='e8bf2853-749d-4ba9-9dfd-c6d4e0751a41', l='ServerLevel[world]', x=284.00, y=72.00, z=267.52, cpos=[17, 16], tl=51710, v=true](DeltaOff_ at 283.9983958437922,72.0,267.51735767817775), EntityPlayer['Rodakk1'/8720, uuid='22351b90-8fe3-4320-87ca-edf58406d8b9', l='ServerLevel[world]', x=3376.03, y=-40.00, z=3222.10, cpos=[211, 201], tl=52843, v=true](Rodakk1 at 3376.0323084127276,-40.0,3222.0985031933465), EntityPlayer['Alex310794'/8870, uuid='c79b5053-2c80-41ae-9b91-575765ae7e29', l='ServerLevel[world]', x=1823.95, y=63.00, z=-4286.41, cpos=[113, -268], tl=36416, v=true](Alex310794 at 1823.949875368349,63.0,-4286.409877903635), EntityPlayer['magisto30'/8922, uuid='f8ea7eb3-7a68-4b72-b081-c9198068ec62', l='ServerLevel[world_nether]', x=182.59, y=70.00, z=84.68, cpos=[11, 5], tl=51737, v=true](magisto30 at 182.59300767873762,70.0,84.68132773230519), EntityPlayer['Andre202191'/8946, uuid='dc90ea72-0614-4229-a664-11a4a133ca38', l='ServerLevel[world]', x=-636.39, y=13.00, z=-473.25, cpos=[-40, -30], tl=51794, v=true](Andre202191 at -636.387776414653,13.0,-473.25318978995165), EntityPlayer['Nannoxx'/9095, uuid='fb63df76-9c09-4270-9a4a-bf8025d78938', l='ServerLevel[world_nether]', x=827.39, y=55.18, z=423.68, cpos=[51, 26], tl=52362, v=true](Nannoxx at 827.393450018507,55.17675927506424,423.67704983500647), EntityPlayer['Staiinn'/9320, uuid='d4df8b90-51de-4781-b051-a976d5eb4995', l='ServerLevel[world]', x=3893.17, y=62.07, z=2586.99, cpos=[243, 161], tl=52501, v=true](Staiinn at 3893.169588482414,62.07326432466506,2586.9858665041934), EntityPlayer['TheGuill84'/9632, uuid='6a6887fe-dd7c-4f04-98b1-e358ce75c377', l='ServerLevel[world]', x=1809.59, y=-8.00, z=3135.69, cpos=[113, 195], tl=51455, v=true](TheGuill84 at 1809.5912940578094,-8.0,3135.6921061834146), EntityPlayer['Sheidow_'/9764, uuid='f026ca1e-4c42-45dc-9c63-16d066bc6cf8', l='ServerLevel[world]', x=430.70, y=-46.00, z=-903.30, cpos=[26, -57], tl=52340, v=true](Sheidow_ at 430.69999998807907,-46.0,-903.3000000119209), EntityPlayer['Narenra'/9783, uuid='c0959761-cc42-4a37-8737-623f7085508c', l='ServerLevel[world_nether]', x=-284.99, y=68.00, z=-109.96, cpos=[-18, -7], tl=52446, v=true](Narenra at -284.98796344353775,68.0,-109.95855895519796), EntityPlayer['TheGodSanti'/10120, uuid='28f4c374-1bce-48dc-9341-aa1d5116786c', l='ServerLevel[world]', x=-235.51, y=-44.01, z=211.29, cpos=[-15, 13], tl=52003, v=true](TheGodSanti at -235.5056706791735,-44.01459602442514,211.29181909090738), EntityPlayer['goldestorm'/10224, uuid='cec6d616-b5f2-4a3e-90e7-790c983b23f2', l='ServerLevel[world]', x=-32.30, y=8.00, z=-692.70, cpos=[-3, -44], tl=51898, v=true](goldestorm at -32.30000001192093,8.0,-692.6999999880791), EntityPlayer['Nardcoo'/10409, uuid='7ff2af78-f2b5-4a4b-bbe7-b8d96c49a604', l='ServerLevel[world]', x=4072.60, y=-40.82, z=2818.45, cpos=[254, 176], tl=51684, v=true](Nardcoo at 4072.6018361851366,-40.82324072493576,2818.4526447978624), EntityPlayer['ShidauwBRRR'/10523, uuid='85ffd88e-93c3-442e-b086-edd1da20cb02', l='ServerLevel[world]', x=3314.93, y=69.75, z=2509.46, cpos=[207, 156], tl=54120, v=true](ShidauwBRRR at 3314.925001335735,69.7531999805212,2509.4617325672875), EntityPlayer['nemenems'/11074, uuid='1fc8d2b4-2c3e-406d-baa0-a3045164595c', l='ServerLevel[world]', x=4854.89, y=67.00, z=5629.48, cpos=[303, 351], tl=51159, v=true](nemenems at 4854.888236161934,67.0,5629.477536578043), EntityPlayer['DiscowZombie'/18809, uuid='53a5502f-3f95-41f3-9e2a-1a70e01e75f4', l='ServerLevel[world]', x=5300.94, y=-38.76, z=4186.04, cpos=[331, 261], tl=51371, v=true](DiscowZombie at 5300.93867871898,-38.7610084798827,4186.037369470007), EntityPlayer['Kyrutoo'/19044, uuid='25ab0584-95a1-4551-b672-e9f5d36c8e61', l='ServerLevel[world]', x=2720.65, y=3.00, z=3776.70, cpos=[170, 236], tl=46093, v=true](Kyrutoo at 2720.6485654693506,3.0,3776.699999988079), EntityPlayer['Traxeyn'/19475, uuid='4daf1c72-40b6-42f6-9478-ad66a06b4459', l='ServerLevel[world]', x=159.31, y=-55.00, z=737.79, cpos=[9, 46], tl=53979, v=true](Traxeyn at 159.31454403439255,-55.0,737.7911798084239), EntityPlayer['_UR_'/19542, uuid='260ce651-7884-4c01-a355-f62061253aa0', l='ServerLevel[world]', x=3472.23, y=68.17, z=3403.65, cpos=[217, 212], tl=45177, v=true](_UR_ at 3472.2318410049907,68.16610926093821,3403.654425993485), EntityPlayer['OmarTrql'/23600, uuid='5b1980fb-f33d-457a-bf10-f840a71bbd37', l='ServerLevel[world_nether]', x=-143.70, y=35.00, z=-39.70, cpos=[-9, -3], tl=53660, v=true](OmarTrql at -143.69999998807907,35.0,-39.69999998807907), EntityPlayer['xern0x'/26143, uuid='178bd29a-bc4b-4715-9cb5-5e30ab1834ed', l='ServerLevel[world]', x=377.09, y=67.00, z=2159.34, cpos=[23, 134], tl=53177, v=true](xern0x at 377.08743962475296,67.0,2159.3416785450604)]
	Data Packs: vanilla, file/bukkit (incompatible)
	World Generation: Stable
	Is Modded: Definitely; Server brand changed to 'Paper'
	Type: Dedicated Server (map_server.txt)

Plugin and Datapack List

Plugins (1) :

  • TCPShield

Database (0) : /

Actions to reproduce (if known)

No response

Paper version

This server is running Paper version git-Paper-28 (MC: 1.19) (Implementing API version 1.19-R0.1-SNAPSHOT) (Git: b0eb4e0)
You are running the latest version

Other

The world was pre-generated using Chunky.

I wasn't sure if it is better to report the issue here or on the Starlight repository. I think it would be easier here, even if PaperMC/Starlight#146 seems to be the same kind of issue.

The server logs spammed this error one second before the crash :

[16:42:43] [Server thread/ERROR]: Remove callback for map threw exception 
java.util.concurrent.CompletionException: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.propagateChanges(StarLightInterface.java:534) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.runUpdate(ThreadedLevelLightEngine.java:540) ~[?:?]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$tryScheduleUpdate$30(ThreadedLevelLightEngine.java:520) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:87) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:141) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:96) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at net.minecraft.util.SimpleBitStorage.get(SimpleBitStorage.java:107) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:209) ~[?:?]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:204) ~[?:?]
	at net.minecraft.world.level.chunk.LevelChunkSection.getBlockState(LevelChunkSection.java:158) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.getBlockState(StarLightEngine.java:287) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.BlockStarLightEngine.calculateLightValue(BlockStarLightEngine.java:129) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdge(StarLightEngine.java:531) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:584) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:860) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkBlockEdges(StarLightInterface.java:483) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkChunkEdges(StarLightInterface.java:464) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$lightChunk$23(ThreadedLevelLightEngine.java:461) ~[?:?]
	... 10 more
[16:42:43] [Server thread/ERROR]: Remove callback for map threw exception 
java.util.concurrent.CompletionException: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.propagateChanges(StarLightInterface.java:534) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.runUpdate(ThreadedLevelLightEngine.java:540) ~[?:?]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$tryScheduleUpdate$30(ThreadedLevelLightEngine.java:520) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:87) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:141) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:96) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at net.minecraft.util.SimpleBitStorage.get(SimpleBitStorage.java:107) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:209) ~[?:?]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:204) ~[?:?]
	at net.minecraft.world.level.chunk.LevelChunkSection.getBlockState(LevelChunkSection.java:158) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.getBlockState(StarLightEngine.java:287) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.BlockStarLightEngine.calculateLightValue(BlockStarLightEngine.java:129) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdge(StarLightEngine.java:531) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:584) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:860) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkBlockEdges(StarLightInterface.java:483) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkChunkEdges(StarLightInterface.java:464) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$lightChunk$23(ThreadedLevelLightEngine.java:461) ~[?:?]
	... 10 more
[16:43:10] [Server thread/INFO]: Sheidow_ issued server command: /w
[16:43:11] [Server thread/INFO]: Snowad14 lost connection: Disconnected
[16:43:16] [Server thread/ERROR]: Encountered an unexpected exception
java.util.concurrent.CompletionException: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at java.util.concurrent.CompletableFuture.encodeThrowable(Unknown Source) ~[?:?]
	at java.util.concurrent.CompletableFuture.completeThrowable(Unknown Source) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.propagateChanges(StarLightInterface.java:534) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.runUpdate(ThreadedLevelLightEngine.java:540) ~[?:?]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$tryScheduleUpdate$30(ThreadedLevelLightEngine.java:520) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:87) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:141) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:96) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at net.minecraft.util.SimpleBitStorage.get(SimpleBitStorage.java:107) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:209) ~[?:?]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:204) ~[?:?]
	at net.minecraft.world.level.chunk.LevelChunkSection.getBlockState(LevelChunkSection.java:158) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.getBlockState(StarLightEngine.java:287) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.BlockStarLightEngine.calculateLightValue(BlockStarLightEngine.java:129) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdge(StarLightEngine.java:531) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:584) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:860) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkBlockEdges(StarLightInterface.java:483) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkChunkEdges(StarLightInterface.java:464) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$lightChunk$23(ThreadedLevelLightEngine.java:461) ~[?:?]
	... 10 more
[16:43:16] [Server thread/ERROR]: 	Cause of unexpected exception was
java.lang.ArrayIndexOutOfBoundsException: Index 8705 out of bounds for length 256
	at net.minecraft.util.SimpleBitStorage.get(SimpleBitStorage.java:107) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:209) ~[?:?]
	at net.minecraft.world.level.chunk.PalettedContainer.get(PalettedContainer.java:204) ~[?:?]
	at net.minecraft.world.level.chunk.LevelChunkSection.getBlockState(LevelChunkSection.java:158) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.getBlockState(StarLightEngine.java:287) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.BlockStarLightEngine.calculateLightValue(BlockStarLightEngine.java:129) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdge(StarLightEngine.java:531) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:584) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightEngine.checkChunkEdges(StarLightEngine.java:860) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkBlockEdges(StarLightInterface.java:483) ~[paper-1.19.jar:git-Paper-28]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.checkChunkEdges(StarLightInterface.java:464) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$lightChunk$23(ThreadedLevelLightEngine.java:461) ~[?:?]
	at java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
	at ca.spottedleaf.starlight.common.light.StarLightInterface.propagateChanges(StarLightInterface.java:534) ~[paper-1.19.jar:git-Paper-28]
	at net.minecraft.server.level.ThreadedLevelLightEngine.runUpdate(ThreadedLevelLightEngine.java:540) ~[?:?]
	at net.minecraft.server.level.ThreadedLevelLightEngine.lambda$tryScheduleUpdate$30(ThreadedLevelLightEngine.java:520) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollTask(ProcessorMailbox.java:87) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.pollUntil(ProcessorMailbox.java:141) ~[?:?]
	at net.minecraft.util.thread.ProcessorMailbox.run(ProcessorMailbox.java:96) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:?]
	at java.lang.Thread.run(Unknown Source) ~[?:?]
[16:43:16] [Server thread/ERROR]: This crash report has been saved to: /data/./crash-reports/crash-2022-06-18_16.43.16-server.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions