DungeonsXL icon indicating copy to clipboard operation
DungeonsXL copied to clipboard

Server crashes when saving dungeon

Open goldenkuky209 opened this issue 3 years ago • 3 comments

Server crashes when doing /dxl save sometimes, not always. Version: dungeonsxl-dist-0.18-PRE-02.jar Mc Version: 1.17.1

24.01 21:55:26 [Server] INFO Spyro_TD issued server command: /dxl save 24.01 21:55:26 [Server] WARN Hmm Multiverse does not know about this world but it's loaded in memory. 24.01 21:55:26 [Server] WARN To let Multiverse know about it, use: 24.01 21:55:26 [Server] WARN /mv import DXL_Edit_0 NORMAL 24.01 21:55:36 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-133 (MC: 1.17.1) --- 24.01 21:55:36 [Server] ERROR The server has not responded for 10 seconds! Creating thread dump 24.01 21:55:36 [Server] ERROR ------------------------------ 24.01 21:55:36 [Server] ERROR Server thread dump (Look for plugins here before reporting to Paper!): 24.01 21:55:36 [Server] ERROR ------------------------------ 24.01 21:55:36 [Server] ERROR Current Thread: Server thread 24.01 21:55:36 [Server] ERROR PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING 24.01 21:55:36 [Server] ERROR Stack: 24.01 21:55:36 [Server] ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) 24.01 21:55:36 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:144) 24.01 21:55:36 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:133) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.level.ChunkMap.lambda$saveAllChunks$25(ChunkMap.java:979) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.level.PlayerChunkMap$$Lambda$10264/0x00000008029c46b8.apply(Unknown Source) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 24.01 21:55:36 [Server] ERROR [email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.level.ChunkMap.saveAllChunks(ChunkMap.java:985) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.level.ServerChunkCache.save(ServerChunkCache.java:708) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.level.ServerChunkCache.close(ServerChunkCache.java:729) 24.01 21:55:36 [Server] ERROR app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.unloadWorld(CraftServer.java:1241) 24.01 21:55:36 [Server] ERROR app//org.bukkit.Bukkit.unloadWorld(Bukkit.java:661) 24.01 21:55:36 [Server] ERROR de.erethon.dungeonsxl.world.DEditWorld.save(DEditWorld.java:113) 24.01 21:55:36 [Server] ERROR de.erethon.dungeonsxl.command.SaveCommand.onExecute(SaveCommand.java:53) 24.01 21:55:36 [Server] ERROR de.erethon.dungeonsxl.util.commons.command.DRECommand.execute(DRECommand.java:163) 24.01 21:55:36 [Server] ERROR de.erethon.dungeonsxl.util.commons.command.DRECommandExecutor.onCommand(DRECommandExecutor.java:67) 24.01 21:55:36 [Server] ERROR app//org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) 24.01 21:55:36 [Server] ERROR app//org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) 24.01 21:55:36 [Server] ERROR app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:830) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2170) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:1981) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:1962) 24.01 21:55:36 [Server] ERROR app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46) 24.01 21:55:36 [Server] ERROR app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6) 24.01 21:55:36 [Server] ERROR app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:36) 24.01 21:55:36 [Server] ERROR app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$9772/0x00000008028c9888.run(Unknown Source) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.TickTask.run(TickTask.java:18) 24.01 21:55:36 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) 24.01 21:55:36 [Server] ERROR app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1348) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190) 24.01 21:55:36 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1327) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1320) 24.01 21:55:36 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1281) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1192) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) 24.01 21:55:36 [Server] ERROR app//net.minecraft.server.MinecraftServer$$Lambda$3658/0x00000008013a5b80.run(Unknown Source) 24.01 21:55:36 [Server] ERROR [email protected]/java.lang.Thread.run(Thread.java:831) 24.01 21:55:36 [Server] ERROR ------------------------------ 24.01 21:55:36 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH --- 24.01 21:55:36 [Server] ERROR ------------------------------ 24.01 21:55:41 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-133 (MC: 1.17.1) --- 24.01 21:55:41 [Server] ERROR The server has not responded for 15 seconds! Creating thread dump 24.01 21:55:41 [Server] ERROR ------------------------------ 24.01 21:55:41 [Server] ERROR Server thread dump (Look for plugins here before reporting to Paper!): 24.01 21:55:41 [Server] ERROR ------------------------------ 24.01 21:55:41 [Server] ERROR Current Thread: Server thread 24.01 21:55:41 [Server] ERROR PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING 24.01 21:55:41 [Server] ERROR Stack: 24.01 21:55:41 [Server] ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) 24.01 21:55:41 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:144) 24.01 21:55:41 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:133) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.level.ChunkMap.lambda$saveAllChunks$25(ChunkMap.java:979) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.level.PlayerChunkMap$$Lambda$10264/0x00000008029c46b8.apply(Unknown Source) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 24.01 21:55:41 [Server] ERROR [email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.level.ChunkMap.saveAllChunks(ChunkMap.java:985) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.level.ServerChunkCache.save(ServerChunkCache.java:708) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.level.ServerChunkCache.close(ServerChunkCache.java:729) 24.01 21:55:41 [Server] ERROR app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.unloadWorld(CraftServer.java:1241) 24.01 21:55:41 [Server] ERROR app//org.bukkit.Bukkit.unloadWorld(Bukkit.java:661) 24.01 21:55:41 [Server] ERROR de.erethon.dungeonsxl.world.DEditWorld.save(DEditWorld.java:113) 24.01 21:55:41 [Server] ERROR de.erethon.dungeonsxl.command.SaveCommand.onExecute(SaveCommand.java:53) 24.01 21:55:41 [Server] ERROR de.erethon.dungeonsxl.util.commons.command.DRECommand.execute(DRECommand.java:163) 24.01 21:55:41 [Server] ERROR de.erethon.dungeonsxl.util.commons.command.DRECommandExecutor.onCommand(DRECommandExecutor.java:67) 24.01 21:55:41 [Server] ERROR app//org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) 24.01 21:55:41 [Server] ERROR app//org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) 24.01 21:55:41 [Server] ERROR app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:830) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2170) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:1981) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:1962) 24.01 21:55:41 [Server] ERROR app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46) 24.01 21:55:41 [Server] ERROR app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6) 24.01 21:55:41 [Server] ERROR app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:36) 24.01 21:55:41 [Server] ERROR app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$9772/0x00000008028c9888.run(Unknown Source) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.TickTask.run(TickTask.java:18) 24.01 21:55:41 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) 24.01 21:55:41 [Server] ERROR app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1348) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190) 24.01 21:55:41 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1327) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1320) 24.01 21:55:41 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1281) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1192) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) 24.01 21:55:41 [Server] ERROR app//net.minecraft.server.MinecraftServer$$Lambda$3658/0x00000008013a5b80.run(Unknown Source) 24.01 21:55:41 [Server] ERROR [email protected]/java.lang.Thread.run(Thread.java:831) 24.01 21:55:41 [Server] ERROR ------------------------------ 24.01 21:55:41 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH --- 24.01 21:55:41 [Server] ERROR ------------------------------ 24.01 21:55:46 [Server] ERROR --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH - git-Paper-133 (MC: 1.17.1) --- 24.01 21:55:46 [Server] ERROR The server has not responded for 20 seconds! Creating thread dump 24.01 21:55:46 [Server] ERROR ------------------------------ 24.01 21:55:46 [Server] ERROR Server thread dump (Look for plugins here before reporting to Paper!): 24.01 21:55:46 [Server] ERROR ------------------------------ 24.01 21:55:46 [Server] ERROR Current Thread: Server thread 24.01 21:55:46 [Server] ERROR PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING 24.01 21:55:46 [Server] ERROR Stack: 24.01 21:55:46 [Server] ERROR [email protected]/jdk.internal.misc.Unsafe.park(Native Method) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252) 24.01 21:55:46 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.waitForTasks(BlockableEventLoop.java:144) 24.01 21:55:46 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:133) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.level.ChunkMap.lambda$saveAllChunks$25(ChunkMap.java:979) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.level.PlayerChunkMap$$Lambda$10264/0x00000008029c46b8.apply(Unknown Source) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) 24.01 21:55:46 [Server] ERROR [email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.level.ChunkMap.saveAllChunks(ChunkMap.java:985) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.level.ServerChunkCache.save(ServerChunkCache.java:708) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.level.ServerChunkCache.close(ServerChunkCache.java:729) 24.01 21:55:46 [Server] ERROR app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.unloadWorld(CraftServer.java:1241) 24.01 21:55:46 [Server] ERROR app//org.bukkit.Bukkit.unloadWorld(Bukkit.java:661) 24.01 21:55:46 [Server] ERROR de.erethon.dungeonsxl.world.DEditWorld.save(DEditWorld.java:113) 24.01 21:55:46 [Server] ERROR de.erethon.dungeonsxl.command.SaveCommand.onExecute(SaveCommand.java:53) 24.01 21:55:46 [Server] ERROR de.erethon.dungeonsxl.util.commons.command.DRECommand.execute(DRECommand.java:163) 24.01 21:55:46 [Server] ERROR de.erethon.dungeonsxl.util.commons.command.DRECommandExecutor.onCommand(DRECommandExecutor.java:67) 24.01 21:55:46 [Server] ERROR app//org.bukkit.command.PluginCommand.execute(PluginCommand.java:45) 24.01 21:55:46 [Server] ERROR app//org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159) 24.01 21:55:46 [Server] ERROR app//org.bukkit.craftbukkit.v1_17_R1.CraftServer.dispatchCommand(CraftServer.java:830) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2170) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:1981) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:1962) 24.01 21:55:46 [Server] ERROR app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46) 24.01 21:55:46 [Server] ERROR app//net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:6) 24.01 21:55:46 [Server] ERROR app//net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:36) 24.01 21:55:46 [Server] ERROR app//net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$9772/0x00000008028c9888.run(Unknown Source) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.TickTask.run(TickTask.java:18) 24.01 21:55:46 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:149) 24.01 21:55:46 [Server] ERROR app//net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1348) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer.shouldRun(MinecraftServer.java:190) 24.01 21:55:46 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1327) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1320) 24.01 21:55:46 [Server] ERROR app//net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:132) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1281) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1192) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) 24.01 21:55:46 [Server] ERROR app//net.minecraft.server.MinecraftServer$$Lambda$3658/0x00000008013a5b80.run(Unknown Source) 24.01 21:55:46 [Server] ERROR [email protected]/java.lang.Thread.run(Thread.java:831)

goldenkuky209 avatar Jan 24 '22 21:01 goldenkuky209

After restarting the server the RAM slowly goes up until its full, which never happened before.

goldenkuky209 avatar Jan 24 '22 22:01 goldenkuky209

Looks like it happens when it's unloaded. Does it also occur in other situations where DXL worlds are unloaded, e.g. when a game is finished or when /dxl leave is used? Do you know if it is always the same world?

Sataniel98 avatar Jan 25 '22 19:01 Sataniel98

It happens randomly in some worlds, it is kinda rare tho so i dont know alot of information about it.

goldenkuky209 avatar Jan 25 '22 20:01 goldenkuky209