Skip to content

Instantly share code, notes, and snippets.

@bsdlp
Created September 26, 2020 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bsdlp/ee8049b8ed2146f6270d726f64282962 to your computer and use it in GitHub Desktop.
Save bsdlp/ee8049b8ed2146f6270d726f64282962 to your computer and use it in GitHub Desktop.
[08:44:07] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[08:44:07] [main/INFO]: Found new data pack file/bukkit, loading it automatically
[08:44:08] [main/INFO]: Reloading ResourceManager: Default, bukkit
[08:44:09] [Worker-Main-4/INFO]: Loaded 7 recipes
[08:44:07] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
[08:44:07] [main/INFO]: Found new data pack file/bukkit, loading it automatically
[08:44:08] [main/INFO]: Reloading ResourceManager: Default, bukkit
[08:44:09] [Worker-Main-4/INFO]: Loaded 7 recipes
[08:44:12] [Server thread/INFO]: Starting minecraft server version 1.16.3
[08:44:12] [Server thread/INFO]: Loading properties
[08:44:13] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-17d78db-2577f9b (MC: 1.16.3) (Implementing API version 1.16.3-R0.1-SNAPSHOT)
[08:44:13] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:44:13] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:44:13] [Server thread/INFO]: Debug logging is disabled
[08:44:13] [Server thread/INFO]: Default game type: SURVIVAL
[08:44:13] [Server thread/INFO]: Generating keypair
[08:44:13] [Server thread/INFO]: Starting Minecraft server on *:25565
[08:44:13] [Server thread/INFO]: Using epoll channel type
[08:44:14] [Server thread/INFO]: Preparing level ""
[08:44:14] [Server thread/INFO]: -------- World Settings For [] --------
[08:44:14] [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 Bastion: 30084232 Fortress: 30084232 Mansion: 10387319 Fossil: 14357921 Portal: 34222645
[08:44:14] [Server thread/INFO]: Mob Spawn Range: 6
[08:44:14] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
[08:44:14] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
[08:44:14] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[08:44:14] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[08:44:14] [Server thread/INFO]: Item Despawn Rate: 6000
[08:44:14] [Server thread/INFO]: Item Merge Radius: 2.5
[08:44:14] [Server thread/INFO]: View Distance: 10
[08:44:14] [Server thread/INFO]: Experience Merge Radius: 3.0
[08:44:14] [Server thread/INFO]: Max TNT Explosions: 100
[08:44:14] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[08:44:14] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[08:44:14] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[08:44:14] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
[08:44:14] [Server thread/INFO]: Cactus Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Cane Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Melon Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Sapling Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Beetroot Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Carrot Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Potato Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Wheat Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Vine Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Cocoa Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Bamboo Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
[08:44:14] [Server thread/INFO]: Kelp Growth Modifier: 100%
[08:44:20] [Server thread/ERROR]: Encountered an unexpected exception
java.lang.NullPointerException: null
at net.minecraft.server.v1_16_R2.MinecraftServer.loadWorld(MinecraftServer.java:343) ~[spigot.jar:git-Spigot-17d78db-2577f9b]
at net.minecraft.server.v1_16_R2.DedicatedServer.init(DedicatedServer.java:216) ~[spigot.jar:git-Spigot-17d78db-2577f9b]
at net.minecraft.server.v1_16_R2.MinecraftServer.w(MinecraftServer.java:808) ~[spigot.jar:git-Spigot-17d78db-2577f9b]
at net.minecraft.server.v1_16_R2.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot.jar:git-Spigot-17d78db-2577f9b]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
[08:44:20] [Server thread/ERROR]: This crash report has been saved to: /srv/mc/./crash-reports/crash-2020-09-26_08.44.20-server.txt
[08:44:20] [Server thread/INFO]: Stopping server
[08:44:20] [Server thread/INFO]: Saving players
[08:44:20] [Server thread/INFO]: Saving worlds
[08:44:20] [Server thread/INFO]: Saving chunks for level 'ServerLevel[]'/minecraft:overworld
[08:44:20] [Server thread/INFO]: ThreadedAnvilChunkStorage (.): All chunks are saved
[08:44:20] [Server thread/INFO]: ThreadedAnvilChunkStorage (.): All chunks are saved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment