Advertisement
Guest User

Untitled

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