MassiveL34
Bir Kömür Göründü Kaptanım!
Merhaba Multiverse ile dünya oluşturucam yada yeni bir dünyayı import edicem ama aşağıdaki hatayı verip sunucu çöküyor kapanıyor. Sebebi nedir?
Kod:
[01:34:12] [Server thread/INFO]: Starting import of world 'PvpArena'...
[01:34:12] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'PvpArena' - Env: NORMAL - Type: null
[01:34:12] [Server thread/ERROR]: WorldGenSettings: No key weirdness_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:overworld"}]; No key altitude_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:overworld"}]; No key humidity_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:overworld"}]; No key temperature_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:overworld"}]; No key biomes in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:overworld"}]; No key seed in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:overworld"}]; No key weirdness_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:nether"}]; No key altitude_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:nether"}]; No key humidity_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:nether"}]; No key temperature_noise in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:nether"}]; No key biomes in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:nether"}]; No key seed in MapLike[{type:"minecraft:multi_noise",preset:"minecraft:nether"}] missed input: {"minecraft:the_nether":{type:"minecraft:the_nether",generator:{type:"minecraft:noise",biome_source:{type:"minecraft:multi_noise",preset:"minecraft:nether"},seed:4677926891928965562L,settings:"minecraft:nether"}},"minecraft:overworld":{type:"minecraft:overworld",generator:{type:"minecraft:noise",biome_source:{type:"minecraft:multi_noise",preset:"minecraft:overworld"},seed:4677926891928965562L,settings:"minecraft:overworld"}}}; Overworld settings missing
[01:34:12] [Server thread/INFO]: Preparing start region for dimension minecraft:pvparena
[01:34:12] [Paper Async Chunk Task Thread #0/WARN]: java.lang.RuntimeException: Server attempted to load chunk saved with newer version of minecraft! 2975 > 2586
[01:34:12] [Paper Async Chunk Task Thread #0/WARN]: at net.minecraft.server.v1_16_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:111)
[01:34:12] [Paper Async Chunk Task Thread #0/WARN]: at com.destroystokyo.paper.io.chunk.ChunkLoadTask.executeTask(ChunkLoadTask.java:114)
[01:34:12] [Paper Async Chunk Task Thread #0/WARN]: at com.destroystokyo.paper.io.chunk.ChunkLoadTask.run(ChunkLoadTask.java:39)
[01:34:12] [Paper Async Chunk Task Thread #0/WARN]: at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105)
[01:34:12] [Paper Async Chunk Task Thread #0/WARN]: at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38)
[01:34:12] [Server thread/INFO]: Time elapsed: 243 ms
[01:34:12] [Paper Async Chunk Urgent Task Thread/WARN]: java.lang.RuntimeException: Server attempted to load chunk saved with newer version of minecraft! 2975 > 2586
[01:34:12] [Paper Async Chunk Urgent Task Thread/WARN]: at net.minecraft.server.v1_16_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:111)
[01:34:12] [Paper Async Chunk Urgent Task Thread/WARN]: at com.destroystokyo.paper.io.chunk.ChunkLoadTask.executeTask(ChunkLoadTask.java:114)
[01:34:12] [Paper Async Chunk Urgent Task Thread/WARN]: at com.destroystokyo.paper.io.chunk.ChunkLoadTask.run(ChunkLoadTask.java:39)
[01:34:12] [Paper Async Chunk Urgent Task Thread/WARN]: at com.destroystokyo.paper.io.QueueExecutorThread.pollTasks(QueueExecutorThread.java:105)
[01:34:12] [Paper Async Chunk Urgent Task Thread/WARN]: at com.destroystokyo.paper.io.QueueExecutorThread.run(QueueExecutorThread.java:38)
[01:34:13] [Paper Watchdog Thread/ERROR]: Chunk wait task info below:
[01:34:13] [Paper Watchdog Thread/ERROR]: 0,0 in 'PvpArena:
[01:34:13] [Paper Watchdog Thread/ERROR]: Load Task - Chunk task: class:com.destroystokyo.paper.io.chunk.ChunkLoadTask, for world 'PvpArena', (0,0), hashcode:849487761, priority: -1
[01:34:13] [Paper Watchdog Thread/ERROR]: Save Task - none
[01:34:13] [Paper Watchdog Thread/ERROR]: 1,0 in PvpArena (CIRCULAR)
[01:34:13] [Paper Watchdog Thread/ERROR]: 2,-1 in PvpArena (CIRCULAR)
[01:34:13] [Paper Watchdog Thread/ERROR]: -1,1 in PvpArena (CIRCULAR)
[01:34:13] [Paper Watchdog Thread/ERROR]: 1,-2 in PvpArena (CIRCULAR)
[01:34:13] [Paper Watchdog Thread/ERROR]: 0,-1 in PvpArena (CIRCULAR)
[01:34:13] [Paper Watchdog Thread/ERROR]: -2,1 in PvpArena (CIRCULAR)
[01:34:13] [Paper Watchdog Thread/ERROR]: 1,-1 in PvpArena (CIRCULAR)
[01:34:14] [Thread-1/INFO]: Stopping main thread (Ignore any thread death message you see! - DO NOT REPORT THREAD DEATH TO PAPER)
[01:34:14] [Server thread/ERROR]: Main thread terminated by WatchDog due to hard crash
java.lang.ThreadDeath: null
at java.lang.Thread.stop(Thread.java:939) [?:?]
at net.minecraft.server.v1_16_R3.MinecraftServer.stop(MinecraftServer.java:890) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.DedicatedServer.stop(DedicatedServer.java:763) ~[patched_1.16.5.jar:git-Paper-794]
at net.minecraft.server.v1_16_R3.MinecraftServer.close(MinecraftServer.java:862) ~[patched_1.16.5.jar:git-Paper-794]
at org.bukkit.craftbukkit.v1_16_R3.util.ServerShutdownThread.run(ServerShutdownThread.java:28) ~[patched_1.16.5.jar:git-Paper-794]
[01:34:14] [Thread-1/INFO]: Stopping server
[01:34:14] [Thread-1/INFO]: CombatLogX ba?ar?yla devre d??? b?rak?ld?.