Guest User

Error

a guest
Aug 2nd, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. [22:07:03] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD'
  2. [22:07:04] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [22:07:05] [Server-Worker-2/INFO]: Loaded 7 recipes
  4. [22:07:07] [Server thread/INFO]: Starting minecraft server version 1.16.1
  5. [22:07:07] [Server thread/INFO]: Loading properties
  6. [22:07:07] [Server thread/INFO]: This server is running Paper version git-Paper-129 (MC: 1.16.1) (Implementing API version 1.16.1-R0.1-SNAPSHOT)
  7. [22:07:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [22:07:07] [Server thread/INFO]: Using 4 threads for Netty based IO
  9. [22:07:07] [Server thread/INFO]: Debug logging is disabled
  10. [22:07:08] [Server thread/INFO]: Default game type: ADVENTURE
  11. [22:07:08] [Server thread/INFO]: Generating keypair
  12. [22:07:08] [Server thread/INFO]: Starting Minecraft server on *:48436
  13. [22:07:08] [Server thread/INFO]: Using epoll channel type
  14. [22:07:10] [Server thread/INFO]: [PlayerServer] Loading PlayerServer v1.0-SNAPSHOT
  15. [22:07:10] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  16. [22:07:10] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  17. [22:07:10] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  18. [22:07:10] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  19. [22:07:10] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  20. [22:07:10] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  21. [22:07:10] [Server thread/INFO]: Preparing level ""
  22. [22:07:10] [Server thread/INFO]: -------- World Settings For [] --------
  23. [22:07:10] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  24. [22:07:10] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  25. [22:07:10] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  26. [22:07:10] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  27. [22:07:10] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  28. [22:07:10] [Server thread/INFO]: View Distance: 8
  29. [22:07:10] [Server thread/INFO]: Item Merge Radius: 2.5
  30. [22:07:10] [Server thread/INFO]: Item Despawn Rate: 6000
  31. [22:07:10] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  32. [22:07:10] [Server thread/INFO]: Mob Spawn Range: 6
  33. [22:07:10] [Server thread/INFO]: Experience Merge Radius: 3.0
  34. [22:07:10] [Server thread/INFO]: Cactus Growth Modifier: 100%
  35. [22:07:10] [Server thread/INFO]: Cane Growth Modifier: 100%
  36. [22:07:10] [Server thread/INFO]: Melon Growth Modifier: 100%
  37. [22:07:10] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  38. [22:07:10] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  39. [22:07:10] [Server thread/INFO]: Sapling Growth Modifier: 100%
  40. [22:07:10] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  41. [22:07:10] [Server thread/INFO]: Carrot Growth Modifier: 100%
  42. [22:07:10] [Server thread/INFO]: Potato Growth Modifier: 100%
  43. [22:07:10] [Server thread/INFO]: Wheat Growth Modifier: 100%
  44. [22:07:10] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  45. [22:07:10] [Server thread/INFO]: Vine Growth Modifier: 100%
  46. [22:07:10] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  47. [22:07:10] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  48. [22:07:10] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  49. [22:07:10] [Server thread/INFO]: Kelp Growth Modifier: 100%
  50. [22:07:10] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  51. [22:07:10] [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
  52. [22:07:10] [Server thread/INFO]: Max TNT Explosions: 100
  53. [22:07:10] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  54. [22:07:10] [Server thread/ERROR]: Encountered an unexpected exception
  55. java.lang.NullPointerException: null
  56. at net.minecraft.server.v1_16_R1.MinecraftServer.loadWorld(MinecraftServer.java:362) ~[spigot.jar:git-Paper-129]
  57. at net.minecraft.server.v1_16_R1.DedicatedServer.init(DedicatedServer.java:241) ~[spigot.jar:git-Paper-129]
  58. at net.minecraft.server.v1_16_R1.MinecraftServer.v(MinecraftServer.java:941) ~[spigot.jar:git-Paper-129]
  59. at net.minecraft.server.v1_16_R1.MinecraftServer.lambda$a$0(MinecraftServer.java:177) ~[spigot.jar:git-Paper-129]
  60. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  61. [22:07:10] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/server/./crash-reports/crash-2020-08-02_22.07.10-server.txt
  62. [22:07:10] [Server thread/INFO]: Stopping server
  63. [22:07:10] [Server thread/INFO]: Saving players
  64. [22:07:10] [Server thread/INFO]: Saving worlds
  65. [22:07:10] [Server thread/INFO]: Saving chunks for level 'ServerLevel[]'/minecraft:overworld
  66. [22:07:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (.): All chunks are saved
  67. [22:07:10] [Server thread/INFO]: ThreadedAnvilChunkStorage (.): All chunks are saved
  68. [22:07:10] [Server thread/INFO]: Flushing Chunk IO
  69. [22:07:10] [Server thread/INFO]: Closing Thread Pool
  70. [22:07:10] [Server thread/INFO]: Closing Server
  71.  
Add Comment
Please, Sign In to add comment