Advertisement
thedysons

Untitled

Aug 3rd, 2023
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.91 KB | None | 0 0
  1. [16:57:05] [Server thread/INFO]: [Multiverse-Core] World 'buildtest' was DELETED.
  2. [16:57:06] [Tuinity Chunk System Worker #2/ERROR]: [ChunkTaskScheduler] Chunk system error at chunk (4,-10), holder: NewChunkHolder{world=buildtest, chunkX=4, chunkZ=-10, entityChunkFromDisk=false, lastChunkCompletion={chunk_class=net.minecraft.world.level.chunk.ProtoChunk,status=minecraft:empty}, currentGenStatus=minecraft:empty, requestedGenStatus=minecraft:full, generationTask=ChunkProgressionTask{class: io.papermc.paper.chunk.system.scheduling.ChunkUpgradeGenericStatusTask, for world: buildtest, chunk: (4,-10), hashcode: 1363159028, priority: COMPLETING, status: minecraft:structure_starts, scheduled: true}, generationTaskStatus=minecraft:structure_starts, priority=BLOCKING, priorityLocked=false, neighbourRequestedPriority=IDLE, effective_priority=BLOCKING, oldTicketLevel=33, currentTicketLevel=33, totalNeighboursUsingThisChunk=1, fullNeighbourChunksLoadedBitset=0, chunkStatusRaw=0, currentChunkStatus=INACCESSIBLE, pendingChunkStatus=INACCESSIBLE, is_unload_safe=ticket_level, killed=false}, exception:
  3. java.lang.Throwable: java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  4. at io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:276) ~[paper-1.20.1.jar:git-Paper-98]
  5. at io.papermc.paper.chunk.system.scheduling.NewChunkHolder.lambda$setGenerationTask$4(NewChunkHolder.java:1700) ~[paper-1.20.1.jar:git-Paper-98]
  6. at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete0(ChunkProgressionTask.java:95) ~[paper-1.20.1.jar:git-Paper-98]
  7. at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete(ChunkProgressionTask.java:75) ~[paper-1.20.1.jar:git-Paper-98]
  8. at io.papermc.paper.chunk.system.scheduling.ChunkUpgradeGenericStatusTask.run(ChunkUpgradeGenericStatusTask.java:105) ~[paper-1.20.1.jar:git-Paper-98]
  9. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351) ~[paper-1.20.1.jar:git-Paper-98]
  10. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118) ~[paper-1.20.1.jar:git-Paper-98]
  11. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:274) ~[paper-1.20.1.jar:git-Paper-98]
  12. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:50) ~[paper-1.20.1.jar:git-Paper-98]
  13. Caused by: java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  14. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
  15. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
  16. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
  17. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  18. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  19. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  20. Caused by: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  21. at com.plotsquared.bukkit.util.BukkitWorld.of(BukkitWorld.java:59) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  22. at com.plotsquared.bukkit.BukkitPlatform.getPlatformWorld(BukkitPlatform.java:1209) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  23. at com.plotsquared.core.location.Location.<init>(Location.java:67) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  24. at com.plotsquared.core.location.Location.at(Location.java:87) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  25. at com.plotsquared.core.location.Location.at(Location.java:101) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  26. at com.plotsquared.bukkit.generator.BukkitPlotGenerator.getPlotArea(BukkitPlotGenerator.java:428) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  27. at com.plotsquared.bukkit.generator.BukkitPlotGenerator$BukkitPlotBiomeProvider.getBiome(BukkitPlotGenerator.java:462) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  28. at org.bukkit.generator.BiomeProvider.getBiome(BiomeProvider.java:61) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  29. at org.bukkit.craftbukkit.v1_20_R1.generator.CustomWorldChunkManager.getNoiseBiome(CustomWorldChunkManager.java:47) ~[paper-1.20.1.jar:git-Paper-98]
  30. at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:126) ~[?:?]
  31. at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:71) ~[?:?]
  32. at net.minecraft.world.level.chunk.ChunkGeneratorStructureState.lambda$generateRingPositions$6(ChunkGeneratorStructureState.java:249) ~[paper-1.20.1.jar:git-Paper-98]
  33. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  34. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  35. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  36. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  37. [16:57:06] [Tuinity Chunk System Worker #2/INFO]: [STDOUT] [net.minecraft.CrashReport] Negative index in crash report handler (6/9)
  38. [16:57:06] [Server thread/WARN]: net.minecraft.ReportedException: Exception initializing level
  39. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.initWorld(MinecraftServer.java:671)
  40. [16:57:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.createWorld(CraftServer.java:1354)
  41. [16:57:06] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:804)
  42. [16:57:06] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:474)
  43. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:486)
  44. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467)
  45. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.utils.WorldManager.regenWorld(WorldManager.java:954)
  46. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.commands.RegenCommand.lambda$doWorldRegen$0(RegenCommand.java:62)
  47. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.commandtools.queue.CommandQueueManager.runQueuedCommand(CommandQueueManager.java:112)
  48. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.commands.ConfirmCommand.runCommand(ConfirmCommand.java:36)
  49. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.commandhandler.CommandHandler.checkAndRunCommand(CommandHandler.java:296)
  50. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.commandhandler.CommandHandler.processFoundCommands(CommandHandler.java:143)
  51. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.commandhandler.CommandHandler.locateAndRunCommand(CommandHandler.java:93)
  52. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:839)
  53. [16:57:06] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
  54. [16:57:06] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
  55. [16:57:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1006)
  56. [16:57:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64)
  57. [16:57:06] [Server thread/WARN]: at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
  58. [16:57:06] [Server thread/WARN]: at net.minecraft.commands.CommandDispatcher.performCommand(CommandDispatcher.java:324)
  59. [16:57:06] [Server thread/WARN]: at net.minecraft.commands.CommandDispatcher.a(CommandDispatcher.java:308)
  60. [16:57:06] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.a(PlayerConnection.java:2299)
  61. [16:57:06] [Server thread/WARN]: at net.minecraft.server.network.PlayerConnection.lambda$handleChatCommand$20(PlayerConnection.java:2259)
  62. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.b(IAsyncTaskHandler.java:59)
  63. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
  64. [16:57:06] [Server thread/WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18)
  65. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.d(IAsyncTaskHandler.java:153)
  66. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandlerReentrant.d(IAsyncTaskHandlerReentrant.java:24)
  67. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:1339)
  68. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
  69. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.x(IAsyncTaskHandler.java:126)
  70. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.bg(MinecraftServer.java:1316)
  71. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:1309)
  72. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.IAsyncTaskHandler.bp(IAsyncTaskHandler.java:114)
  73. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:1425)
  74. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:1171)
  75. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:318)
  76. [16:57:06] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  77. [16:57:06] [Server thread/WARN]: Caused by: java.lang.RuntimeException: Chunk system crash propagated from unrecoverableChunkSystemFailure
  78. [16:57:06] [Server thread/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.lambda$unrecoverableChunkSystemFailure$1(ChunkTaskScheduler.java:299)
  79. [16:57:06] [Server thread/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351)
  80. [16:57:06] [Server thread/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118)
  81. [16:57:06] [Server thread/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.executeMainThreadTask(ChunkTaskScheduler.java:310)
  82. [16:57:06] [Server thread/WARN]: at net.minecraft.server.level.ServerChunkCache$MainThreadExecutor.pollTask(ServerChunkCache.java:858)
  83. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136)
  84. [16:57:06] [Server thread/WARN]: at net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:300)
  85. [16:57:06] [Server thread/WARN]: at net.minecraft.world.level.Level.getChunk(Level.java:507)
  86. [16:57:06] [Server thread/WARN]: at net.minecraft.world.level.Level.getChunk(Level.java:446)
  87. [16:57:06] [Server thread/WARN]: at net.minecraft.server.level.PlayerRespawnLogic.getOverworldRespawnPos(PlayerRespawnLogic.java:18)
  88. [16:57:06] [Server thread/WARN]: at net.minecraft.server.level.PlayerRespawnLogic.getSpawnPosInChunk(PlayerRespawnLogic.java:53)
  89. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.setInitialSpawn(MinecraftServer.java:718)
  90. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.initWorld(MinecraftServer.java:657)
  91. [16:57:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.createWorld(CraftServer.java:1354)
  92. [16:57:06] [Server thread/WARN]: at org.bukkit.Bukkit.createWorld(Bukkit.java:804)
  93. [16:57:06] [Server thread/WARN]: at org.bukkit.WorldCreator.createWorld(WorldCreator.java:474)
  94. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:486)
  95. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.utils.WorldManager.doLoad(WorldManager.java:467)
  96. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.utils.WorldManager.regenWorld(WorldManager.java:954)
  97. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.commands.RegenCommand.lambda$doWorldRegen$0(RegenCommand.java:62)
  98. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.commandtools.queue.CommandQueueManager.runQueuedCommand(CommandQueueManager.java:112)
  99. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.commands.ConfirmCommand.runCommand(ConfirmCommand.java:36)
  100. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.commandhandler.CommandHandler.checkAndRunCommand(CommandHandler.java:296)
  101. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.commandhandler.CommandHandler.processFoundCommands(CommandHandler.java:143)
  102. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.commandhandler.CommandHandler.locateAndRunCommand(CommandHandler.java:93)
  103. [16:57:06] [Server thread/WARN]: at multiverse-core-4.3.9.jar//com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:839)
  104. [16:57:06] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:45)
  105. [16:57:06] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:155)
  106. [16:57:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.CraftServer.dispatchCommand(CraftServer.java:1006)
  107. [16:57:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64)
  108. [16:57:06] [Server thread/WARN]: at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:265)
  109. [16:57:06] [Server thread/WARN]: at net.minecraft.commands.Commands.performCommand(Commands.java:324)
  110. [16:57:06] [Server thread/WARN]: at net.minecraft.commands.Commands.performCommand(Commands.java:308)
  111. [16:57:06] [Server thread/WARN]: at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2299)
  112. [16:57:06] [Server thread/WARN]: at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$20(ServerGamePacketListenerImpl.java:2259)
  113. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59)
  114. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
  115. [16:57:06] [Server thread/WARN]: at net.minecraft.server.TickTask.run(TickTask.java:18)
  116. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
  117. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
  118. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1339)
  119. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
  120. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
  121. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1316)
  122. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1309)
  123. [16:57:06] [Server thread/WARN]: at net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:114)
  124. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1425)
  125. [16:57:06] [Server thread/WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1171)
  126. [16:57:06] [Server thread/WARN]: ... 2 more
  127. [16:57:06] [Server thread/WARN]: Caused by: net.minecraft.ReportedException: Chunk system error
  128. [16:57:06] [Server thread/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:282)
  129. [16:57:06] [Server thread/WARN]: at io.papermc.paper.chunk.system.scheduling.NewChunkHolder.lambda$setGenerationTask$4(NewChunkHolder.java:1700)
  130. [16:57:06] [Server thread/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete0(ChunkProgressionTask.java:95)
  131. [16:57:06] [Server thread/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete(ChunkProgressionTask.java:75)
  132. [16:57:06] [Server thread/WARN]: at io.papermc.paper.chunk.system.scheduling.ChunkUpgradeGenericStatusTask.run(ChunkUpgradeGenericStatusTask.java:105)
  133. [16:57:06] [Server thread/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351)
  134. [16:57:06] [Server thread/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118)
  135. [16:57:06] [Server thread/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:274)
  136. [16:57:06] [Server thread/WARN]: at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:50)
  137. [16:57:06] [Server thread/WARN]: Caused by: java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  138. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
  139. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
  140. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
  141. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  142. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  143. [16:57:06] [Server thread/WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
  144. [16:57:06] [Server thread/WARN]: Caused by: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  145. [16:57:06] [Server thread/WARN]: at plotsquared-bukkit-7.0.0-rc.3-Premium.jar//com.plotsquared.bukkit.util.BukkitWorld.of(BukkitWorld.java:59)
  146. [16:57:06] [Server thread/WARN]: at plotsquared-bukkit-7.0.0-rc.3-Premium.jar//com.plotsquared.bukkit.BukkitPlatform.getPlatformWorld(BukkitPlatform.java:1209)
  147. [16:57:06] [Server thread/WARN]: at plotsquared-bukkit-7.0.0-rc.3-Premium.jar//com.plotsquared.core.location.Location.<init>(Location.java:67)
  148. [16:57:06] [Server thread/WARN]: at plotsquared-bukkit-7.0.0-rc.3-Premium.jar//com.plotsquared.core.location.Location.at(Location.java:87)
  149. [16:57:06] [Server thread/WARN]: at plotsquared-bukkit-7.0.0-rc.3-Premium.jar//com.plotsquared.core.location.Location.at(Location.java:101)
  150. [16:57:06] [Server thread/WARN]: at plotsquared-bukkit-7.0.0-rc.3-Premium.jar//com.plotsquared.bukkit.generator.BukkitPlotGenerator.getPlotArea(BukkitPlotGenerator.java:428)
  151. [16:57:06] [Server thread/WARN]: at plotsquared-bukkit-7.0.0-rc.3-Premium.jar//com.plotsquared.bukkit.generator.BukkitPlotGenerator$BukkitPlotBiomeProvider.getBiome(BukkitPlotGenerator.java:462)
  152. [16:57:06] [Server thread/WARN]: at org.bukkit.generator.BiomeProvider.getBiome(BiomeProvider.java:61)
  153. [16:57:06] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_20_R1.generator.CustomWorldChunkManager.getNoiseBiome(CustomWorldChunkManager.java:47)
  154. [16:57:06] [Server thread/WARN]: at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:126)
  155. [16:57:06] [Server thread/WARN]: at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:71)
  156. [16:57:06] [Server thread/WARN]: at net.minecraft.world.level.chunk.ChunkGeneratorStructureState.lambda$generateRingPositions$6(ChunkGeneratorStructureState.java:249)
  157. [16:57:06] [Server thread/WARN]: at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
  158. [16:57:06] [Server thread/WARN]: ... 3 more
  159. [16:57:06] [Server thread/ERROR]: [Multiverse-Core] The world 'buildtest' could NOT be loaded because it contains errors and is probably corrupt!
  160. [16:57:06] [Server thread/ERROR]: [Multiverse-Core] Try using Minecraft Region Fixer to repair your world! 'buildtest'
  161. [16:57:06] [Server thread/ERROR]: [Multiverse-Core] https://github.com/Fenixin/Minecraft-Region-Fixer
  162. [16:57:06] [Server thread/ERROR]: [Multiverse-Core] Unable to regen world as world cannot be loaded.
  163. [16:57:06] [Server thread/ERROR]: [global] TIMING_STACK_CORRUPTION - Look above this for any errors and report this to Paper unless it has a plugin in the stack trace (TimingIdentifier{id=Minecraft:buildtest - Sync Chunk Load} did not stopTiming)
  164. [16:57:06] [Server thread/ERROR]: Encountered an unexpected exception
  165. java.lang.RuntimeException: Chunk system crash propagated from unrecoverableChunkSystemFailure
  166. at io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:305) ~[paper-1.20.1.jar:git-Paper-98]
  167. at io.papermc.paper.chunk.system.scheduling.NewChunkHolder.lambda$setGenerationTask$4(NewChunkHolder.java:1700) ~[paper-1.20.1.jar:git-Paper-98]
  168. at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete0(ChunkProgressionTask.java:95) ~[paper-1.20.1.jar:git-Paper-98]
  169. at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete(ChunkProgressionTask.java:75) ~[paper-1.20.1.jar:git-Paper-98]
  170. at io.papermc.paper.chunk.system.scheduling.ChunkUpgradeGenericStatusTask.run(ChunkUpgradeGenericStatusTask.java:105) ~[paper-1.20.1.jar:git-Paper-98]
  171. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351) ~[paper-1.20.1.jar:git-Paper-98]
  172. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118) ~[paper-1.20.1.jar:git-Paper-98]
  173. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:274) ~[paper-1.20.1.jar:git-Paper-98]
  174. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:50) ~[paper-1.20.1.jar:git-Paper-98]
  175. Caused by: net.minecraft.ReportedException: Chunk system error
  176. at io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:282) ~[paper-1.20.1.jar:git-Paper-98]
  177. ... 8 more
  178. Caused by: java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  179. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
  180. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
  181. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
  182. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  183. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  184. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  185. Caused by: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  186. at com.plotsquared.bukkit.util.BukkitWorld.of(BukkitWorld.java:59) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  187. at com.plotsquared.bukkit.BukkitPlatform.getPlatformWorld(BukkitPlatform.java:1209) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  188. at com.plotsquared.core.location.Location.<init>(Location.java:67) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  189. at com.plotsquared.core.location.Location.at(Location.java:87) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  190. at com.plotsquared.core.location.Location.at(Location.java:101) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  191. at com.plotsquared.bukkit.generator.BukkitPlotGenerator.getPlotArea(BukkitPlotGenerator.java:428) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  192. at com.plotsquared.bukkit.generator.BukkitPlotGenerator$BukkitPlotBiomeProvider.getBiome(BukkitPlotGenerator.java:462) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  193. at org.bukkit.generator.BiomeProvider.getBiome(BiomeProvider.java:61) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  194. at org.bukkit.craftbukkit.v1_20_R1.generator.CustomWorldChunkManager.getNoiseBiome(CustomWorldChunkManager.java:47) ~[paper-1.20.1.jar:git-Paper-98]
  195. at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:126) ~[?:?]
  196. at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:71) ~[?:?]
  197. at net.minecraft.world.level.chunk.ChunkGeneratorStructureState.lambda$generateRingPositions$6(ChunkGeneratorStructureState.java:249) ~[paper-1.20.1.jar:git-Paper-98]
  198. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  199. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  200. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  201. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  202. [16:57:06] [Server thread/ERROR]: Cause of unexpected exception was
  203. net.minecraft.ReportedException: Chunk system error
  204. at io.papermc.paper.chunk.system.scheduling.ChunkTaskScheduler.unrecoverableChunkSystemFailure(ChunkTaskScheduler.java:282) ~[paper-1.20.1.jar:git-Paper-98]
  205. at io.papermc.paper.chunk.system.scheduling.NewChunkHolder.lambda$setGenerationTask$4(NewChunkHolder.java:1700) ~[paper-1.20.1.jar:git-Paper-98]
  206. at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete0(ChunkProgressionTask.java:95) ~[paper-1.20.1.jar:git-Paper-98]
  207. at io.papermc.paper.chunk.system.scheduling.ChunkProgressionTask.complete(ChunkProgressionTask.java:75) ~[paper-1.20.1.jar:git-Paper-98]
  208. at io.papermc.paper.chunk.system.scheduling.ChunkUpgradeGenericStatusTask.run(ChunkUpgradeGenericStatusTask.java:105) ~[paper-1.20.1.jar:git-Paper-98]
  209. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue$PrioritisedTask.executeInternal(PrioritisedThreadedTaskQueue.java:351) ~[paper-1.20.1.jar:git-Paper-98]
  210. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadedTaskQueue.executeTask(PrioritisedThreadedTaskQueue.java:118) ~[paper-1.20.1.jar:git-Paper-98]
  211. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedThreadPool$PrioritisedThread.pollTasks(PrioritisedThreadPool.java:274) ~[paper-1.20.1.jar:git-Paper-98]
  212. at ca.spottedleaf.concurrentutil.executor.standard.PrioritisedQueueExecutorThread.run(PrioritisedQueueExecutorThread.java:50) ~[paper-1.20.1.jar:git-Paper-98]
  213. Caused by: java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  214. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315) ~[?:?]
  215. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320) ~[?:?]
  216. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770) ~[?:?]
  217. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  218. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  219. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  220. Caused by: java.lang.IllegalArgumentException: There is no world with the name 'buildtest'
  221. at com.plotsquared.bukkit.util.BukkitWorld.of(BukkitWorld.java:59) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  222. at com.plotsquared.bukkit.BukkitPlatform.getPlatformWorld(BukkitPlatform.java:1209) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  223. at com.plotsquared.core.location.Location.<init>(Location.java:67) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  224. at com.plotsquared.core.location.Location.at(Location.java:87) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  225. at com.plotsquared.core.location.Location.at(Location.java:101) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  226. at com.plotsquared.bukkit.generator.BukkitPlotGenerator.getPlotArea(BukkitPlotGenerator.java:428) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  227. at com.plotsquared.bukkit.generator.BukkitPlotGenerator$BukkitPlotBiomeProvider.getBiome(BukkitPlotGenerator.java:462) ~[plotsquared-bukkit-7.0.0-rc.3-Premium.jar:?]
  228. at org.bukkit.generator.BiomeProvider.getBiome(BiomeProvider.java:61) ~[paper-api-1.20.1-R0.1-SNAPSHOT.jar:?]
  229. at org.bukkit.craftbukkit.v1_20_R1.generator.CustomWorldChunkManager.getNoiseBiome(CustomWorldChunkManager.java:47) ~[paper-1.20.1.jar:git-Paper-98]
  230. at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:126) ~[?:?]
  231. at net.minecraft.world.level.biome.BiomeSource.findBiomeHorizontal(BiomeSource.java:71) ~[?:?]
  232. at net.minecraft.world.level.chunk.ChunkGeneratorStructureState.lambda$generateRingPositions$6(ChunkGeneratorStructureState.java:249) ~[paper-1.20.1.jar:git-Paper-98]
  233. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  234. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
  235. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
  236. at java.lang.Thread.run(Thread.java:833) ~[?:?]
  237. [16:57:06] [Server thread/ERROR]: This crash report has been saved to: C:\Users\jackm\Documents\Minecraft\1.20.1 Creative Live Server\.\crash-reports\crash-2023-08-01_16.57.06-server.txt
  238. [16:57:06] [Server thread/INFO]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement