Facebook
From staz, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 128
  1. [09:41:21] [Server thread/INFO]: Loading properties
  2. [09:41:21] [Server thread/INFO]: This server is running Paper version git-Paper-322 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
  3. [09:41:22] [Server thread/INFO]: Server Ping Player Sample Count: 12
  4. [09:41:22] [Server thread/INFO]: Using 4 threads for Netty based IO
  5. [09:41:22] [Server thread/INFO]: Debug logging is disabled
  6. [09:41:22] [Server thread/INFO]: Default game type: SURVIVAL
  7. [09:41:22] [Server thread/INFO]: Generating keypair
  8. [09:41:22] [Server thread/INFO]: Starting Minecraft server on *:25565
  9. [09:41:22] [Server thread/INFO]: Using epoll channel type
  10. [09:41:22] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  11. [09:41:22] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  12. [09:41:22] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  13. [09:41:22] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  14. [09:41:22] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  15. [09:41:22] [Server thread/INFO]: Preparing level "world"
  16. [09:41:22] [Server thread/ERROR]: Exception reading ./world/level.dat
  17. java.io.EOFException: null
  18.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  19.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  20.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  21.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  22.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  23.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  24.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  25.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:139) ~[patched_1.15.2.jar:git-Paper-322]
  26.         at net.minecraft.server.v1_15_R1.Convertable.b(SourceFile:127) ~[patched_1.15.2.jar:git-Paper-322]
  27.         at net.minecraft.server.v1_15_R1.Convertable.isConvertable(SourceFile:117) ~[patched_1.15.2.jar:git-Paper-322]
  28.         at net.minecraft.server.v1_15_R1.MinecraftServer.convertWorld(MinecraftServer.java:264) ~[patched_1.15.2.jar:git-Paper-322]
  29.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:385) ~[patched_1.15.2.jar:git-Paper-322]
  30.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  31.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  32.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  33. [09:41:22] [Server thread/ERROR]: Exception reading ./world/level.dat_old
  34. java.io.EOFException: null
  35.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  36.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  37.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  38.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  39.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  40.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  41.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  42.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:147) ~[patched_1.15.2.jar:git-Paper-322]
  43.         at net.minecraft.server.v1_15_R1.Convertable.b(SourceFile:127) ~[patched_1.15.2.jar:git-Paper-322]
  44.         at net.minecraft.server.v1_15_R1.Convertable.isConvertable(SourceFile:117) ~[patched_1.15.2.jar:git-Paper-322]
  45.         at net.minecraft.server.v1_15_R1.MinecraftServer.convertWorld(MinecraftServer.java:264) ~[patched_1.15.2.jar:git-Paper-322]
  46.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:385) ~[patched_1.15.2.jar:git-Paper-322]
  47.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  48.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  49.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  50. [09:41:22] [Server thread/ERROR]: Exception reading ./world/level.dat
  51. java.io.EOFException: null
  52.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  53.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  54.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  55.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  56.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  57.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  58.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  59.         at net.minecraft.server.v1_15_R1.WorldNBTStorage.getWorldData(WorldNBTStorage.java:124) ~[patched_1.15.2.jar:git-Paper-322]
  60.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:393) ~[patched_1.15.2.jar:git-Paper-322]
  61.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  62.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  63.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  64. [09:41:22] [Server thread/ERROR]: Exception reading ./world/level.dat_old
  65. java.io.EOFException: null
  66.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  67.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  68.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  69.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  70.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  71.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  72.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  73.         at net.minecraft.server.v1_15_R1.WorldNBTStorage.getWorldData(WorldNBTStorage.java:132) ~[patched_1.15.2.jar:git-Paper-322]
  74.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:393) ~[patched_1.15.2.jar:git-Paper-322]
  75.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  76.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  77.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  78. [09:41:23] [Server thread/INFO]: Found new data pack file/bukkit, loading it automatically
  79. [09:41:23] [Server thread/INFO]: Found new data pack vanilla, loading it automatically
  80. [09:41:23] [Server thread/INFO]: Reloading ResourceManager: Default, bukkit
  81. [09:41:24] [Server thread/INFO]: Loaded 6 recipes
  82. [09:41:24] [Server thread/INFO]: -------- World Settings For [world] --------
  83. [09:41:24] [Server thread/INFO]: Mob Spawn Range: 8
  84. [09:41:24] [Server thread/INFO]: Experience Merge Radius: 3.0
  85. [09:41:24] [Server thread/INFO]: Cactus Growth Modifier: 100%
  86. [09:41:24] [Server thread/INFO]: Cane Growth Modifier: 100%
  87. [09:41:24] [Server thread/INFO]: Melon Growth Modifier: 100%
  88. [09:41:24] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  89. [09:41:24] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  90. [09:41:24] [Server thread/INFO]: Sapling Growth Modifier: 100%
  91. [09:41:24] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  92. [09:41:24] [Server thread/INFO]: Carrot Growth Modifier: 100%
  93. [09:41:24] [Server thread/INFO]: Potato Growth Modifier: 100%
  94. [09:41:24] [Server thread/INFO]: Wheat Growth Modifier: 100%
  95. [09:41:24] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  96. [09:41:24] [Server thread/INFO]: Vine Growth Modifier: 100%
  97. [09:41:24] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  98. [09:41:24] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  99. [09:41:24] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  100. [09:41:24] [Server thread/INFO]: Kelp Growth Modifier: 100%
  101. [09:41:24] [Server thread/INFO]: Max TNT Explosions: 100
  102. [09:41:24] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  103. [09:41:24] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  104. [09:41:24] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  105. [09:41:24] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  106. [09:41:24] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
  107. [09:41:24] [Server thread/INFO]: View Distance: 10
  108. [09:41:24] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  109. [09:41:24] [Server thread/INFO]: Item Merge Radius: 2.5
  110. [09:41:24] [Server thread/INFO]: Item Despawn Rate: 6000
  111. [09:41:24] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  112. [09:41:24] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  113. [09:41:24] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  114. [09:41:25] [Paper RegionFile IO Thread/INFO]: [RegionFile] Using Java 8 DirectByteBuffer cleanup method
  115. [09:41:34] [Server thread/ERROR]: Exception reading ./world_nether/level.dat
  116. java.io.EOFException: null
  117.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  118.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  119.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  120.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  121.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  122.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  123.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  124.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:139) ~[patched_1.15.2.jar:git-Paper-322]
  125.         at net.minecraft.server.v1_15_R1.Convertable.b(SourceFile:127) ~[patched_1.15.2.jar:git-Paper-322]
  126.         at net.minecraft.server.v1_15_R1.Convertable.isConvertable(SourceFile:117) ~[patched_1.15.2.jar:git-Paper-322]
  127.         at net.minecraft.server.v1_15_R1.MinecraftServer.convertWorld(MinecraftServer.java:264) ~[patched_1.15.2.jar:git-Paper-322]
  128.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:385) ~[patched_1.15.2.jar:git-Paper-322]
  129.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  130.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  131.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  132. [09:41:34] [Server thread/ERROR]: Exception reading ./world_nether/level.dat_old
  133. java.io.EOFException: null
  134.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  135.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  136.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  137.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  138.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  139.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  140.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  141.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:147) ~[patched_1.15.2.jar:git-Paper-322]
  142.         at net.minecraft.server.v1_15_R1.Convertable.b(SourceFile:127) ~[patched_1.15.2.jar:git-Paper-322]
  143.         at net.minecraft.server.v1_15_R1.Convertable.isConvertable(SourceFile:117) ~[patched_1.15.2.jar:git-Paper-322]
  144.         at net.minecraft.server.v1_15_R1.MinecraftServer.convertWorld(MinecraftServer.java:264) ~[patched_1.15.2.jar:git-Paper-322]
  145.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:385) ~[patched_1.15.2.jar:git-Paper-322]
  146.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  147.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  148.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  149. [09:41:34] [Server thread/ERROR]: Exception reading ./world_nether/level.dat
  150. java.io.EOFException: null
  151.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  152.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  153.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  154.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  155.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  156.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  157.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  158.         at net.minecraft.server.v1_15_R1.WorldNBTStorage.getWorldData(WorldNBTStorage.java:124) ~[patched_1.15.2.jar:git-Paper-322]
  159.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:449) ~[patched_1.15.2.jar:git-Paper-322]
  160.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  161.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  162.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  163. [09:41:34] [Server thread/ERROR]: Exception reading ./world_nether/level.dat_old
  164. java.io.EOFException: null
  165.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  166.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  167.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  168.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  169.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  170.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  171.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  172.         at net.minecraft.server.v1_15_R1.WorldNBTStorage.getWorldData(WorldNBTStorage.java:132) ~[patched_1.15.2.jar:git-Paper-322]
  173.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:449) ~[patched_1.15.2.jar:git-Paper-322]
  174.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  175.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  176.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  177. [09:41:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  178. [09:41:34] [Server thread/INFO]: Mob Spawn Range: 8
  179. [09:41:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  180. [09:41:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  181. [09:41:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  182. [09:41:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  183. [09:41:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  184. [09:41:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  185. [09:41:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  186. [09:41:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  187. [09:41:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
  188. [09:41:34] [Server thread/INFO]: Potato Growth Modifier: 100%
  189. [09:41:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  190. [09:41:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  191. [09:41:34] [Server thread/INFO]: Vine Growth Modifier: 100%
  192. [09:41:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  193. [09:41:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  194. [09:41:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  195. [09:41:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
  196. [09:41:34] [Server thread/INFO]: Max TNT Explosions: 100
  197. [09:41:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  198. [09:41:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  199. [09:41:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  200. [09:41:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  201. [09:41:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
  202. [09:41:34] [Server thread/INFO]: View Distance: 10
  203. [09:41:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  204. [09:41:34] [Server thread/INFO]: Item Merge Radius: 2.5
  205. [09:41:34] [Server thread/INFO]: Item Despawn Rate: 6000
  206. [09:41:34] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  207. [09:41:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  208. [09:41:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  209. [09:41:34] [Server thread/ERROR]: Exception reading ./world_the_end/level.dat
  210. java.io.EOFException: null
  211.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  212.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  213.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  214.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  215.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  216.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  217.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  218.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:139) ~[patched_1.15.2.jar:git-Paper-322]
  219.         at net.minecraft.server.v1_15_R1.Convertable.b(SourceFile:127) ~[patched_1.15.2.jar:git-Paper-322]
  220.         at net.minecraft.server.v1_15_R1.Convertable.isConvertable(SourceFile:117) ~[patched_1.15.2.jar:git-Paper-322]
  221.         at net.minecraft.server.v1_15_R1.MinecraftServer.convertWorld(MinecraftServer.java:264) ~[patched_1.15.2.jar:git-Paper-322]
  222.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:385) ~[patched_1.15.2.jar:git-Paper-322]
  223.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  224.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  225.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  226. [09:41:34] [Server thread/ERROR]: Exception reading ./world_the_end/level.dat_old
  227. java.io.EOFException: null
  228.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  229.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  230.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  231.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  232.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  233.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  234.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  235.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:147) ~[patched_1.15.2.jar:git-Paper-322]
  236.         at net.minecraft.server.v1_15_R1.Convertable.b(SourceFile:127) ~[patched_1.15.2.jar:git-Paper-322]
  237.         at net.minecraft.server.v1_15_R1.Convertable.isConvertable(SourceFile:117) ~[patched_1.15.2.jar:git-Paper-322]
  238.         at net.minecraft.server.v1_15_R1.MinecraftServer.convertWorld(MinecraftServer.java:264) ~[patched_1.15.2.jar:git-Paper-322]
  239.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:385) ~[patched_1.15.2.jar:git-Paper-322]
  240.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  241.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  242.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  243. [09:41:34] [Server thread/ERROR]: Exception reading ./world_the_end/level.dat
  244. java.io.EOFException: null
  245.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  246.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  247.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  248.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  249.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  250.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  251.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  252.         at net.minecraft.server.v1_15_R1.WorldNBTStorage.getWorldData(WorldNBTStorage.java:124) ~[patched_1.15.2.jar:git-Paper-322]
  253.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:449) ~[patched_1.15.2.jar:git-Paper-322]
  254.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  255.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  256.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  257. [09:41:34] [Server thread/ERROR]: Exception reading ./world_the_end/level.dat_old
  258. java.io.EOFException: null
  259.         at java.util.zip.GZIPInputStream.readUByte(GZIPInputStream.java:268) ~[?:1.8.0_252]
  260.         at java.util.zip.GZIPInputStream.readUShort(GZIPInputStream.java:258) ~[?:1.8.0_252]
  261.         at java.util.zip.GZIPInputStream.readHeader(GZIPInputStream.java:164) ~[?:1.8.0_252]
  262.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:79) ~[?:1.8.0_252]
  263.         at java.util.zip.GZIPInputStream.<init>(GZIPInputStream.java:91) ~[?:1.8.0_252]
  264.         at net.minecraft.server.v1_15_R1.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:19) ~[patched_1.15.2.jar:git-Paper-322]
  265.         at net.minecraft.server.v1_15_R1.Convertable.a(SourceFile:155) ~[patched_1.15.2.jar:git-Paper-322]
  266.         at net.minecraft.server.v1_15_R1.WorldNBTStorage.getWorldData(WorldNBTStorage.java:132) ~[patched_1.15.2.jar:git-Paper-322]
  267.         at net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:449) ~[patched_1.15.2.jar:git-Paper-322]
  268.         at net.minecraft.server.v1_15_R1.DedicatedServer.init(DedicatedServer.java:298) ~[patched_1.15.2.jar:git-Paper-322]
  269.         at net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:900) ~[patched_1.15.2.jar:git-Paper-322]
  270.         at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
  271. [09:41:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  272. [09:41:34] [Server thread/INFO]: Mob Spawn Range: 8
  273. [09:41:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  274. [09:41:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  275. [09:41:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  276. [09:41:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  277. [09:41:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  278. [09:41:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  279. [09:41:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  280. [09:41:34] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  281. [09:41:34] [Server thread/INFO]: Carrot Growth Modifier: 100%
  282. [09:41:34] [Server thread/INFO]: Potato Growth Modifier: 100%
  283. [09:41:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  284. [09:41:34] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  285. [09:41:34] [Server thread/INFO]: Vine Growth Modifier: 100%
  286. [09:41:34] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  287. [09:41:34] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  288. [09:41:34] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  289. [09:41:34] [Server thread/INFO]: Kelp Growth Modifier: 100%
  290. [09:41:34] [Server thread/INFO]: Max TNT Explosions: 100
  291. [09:41:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  292. [09:41:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  293. [09:41:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  294. [09:41:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  295. [09:41:34] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Desert: 14357617 Igloo: 14357618 Jungle: 14357619 Swamp: 14357620 Monument: 10387313 Ocean: 14357621 Shipwreck: 165745295 End City: 10387313 Slime: 987234911
  296. [09:41:34] [Server thread/INFO]: View Distance: 10
  297. [09:41:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  298. [09:41:34] [Server thread/INFO]: Item Merge Radius: 2.5
  299. [09:41:34] [Server thread/INFO]: Item Despawn Rate: 6000
  300. [09:41:34] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  301. [09:41:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  302. [09:41:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  303. [09:41:34] [Server thread/INFO]: Preparing start region for dimension 'world'/minecraft:overworld
  304. [09:41:34] [Server thread/INFO]: Loaded 0 spawn chunks for world world
  305. [09:41:34] [Server thread/INFO]: Preparing spawn area: 0%
  306. [09:41:35] [Server thread/INFO]: Preparing spawn area: 0%
  307. [09:41:35] [Server thread/INFO]: Time elapsed: 595 ms
  308. [09:41:35] [Server thread/INFO]: Preparing start region for dimension 'world_nether'/minecraft:the_nether
  309. [09:41:35] [Server thread/INFO]: Loaded 0 spawn chunks for world world_nether
  310. [09:41:35] [Server thread/INFO]: Time elapsed: 206 ms
  311. [09:41:35] [Server thread/INFO]: Preparing start region for dimension 'world_the_end'/minecraft:the_end
  312. [09:41:36] [Server thread/INFO]: Loaded 0 spawn chunks for world world_the_end
  313. [09:41:36] [Server thread/INFO]: Time elapsed: 1088 ms
  314. [09:41:36] [Server thread/INFO]: Running delayed init tasks
  315. [09:41:36] [Server thread/INFO]: Done (14.992s)! For help, type "help"
  316. [09:41:36] [Server thread/INFO]: Timings Reset
  317. [09:41:40] [Server thread/INFO]: TPS from last 1m, 5m, 15m: 20.0, 20.0, 20.0
  318.