Guest User

Untitled

a guest
Jun 11th, 2021
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. [15:48:35] [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. [15:48:35] [main/INFO]: Reloading ResourceManager: Default, bukkit
  3. [15:48:36] [Worker-Main-2/INFO]: Loaded 7 recipes
  4. [15:48:38] [Server thread/INFO]: Starting minecraft server version 1.17
  5. [15:48:38] [Server thread/INFO]: Loading properties
  6. [15:48:38] [Server thread/INFO]: This server is running CraftBukkit version 3099-Spigot-c9cea60-e2f5ea3 (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)
  7. [15:48:38] [Server thread/INFO]: Debug logging is disabled
  8. [15:48:38] [Server thread/INFO]: Server Ping Player Sample Count: 12
  9. [15:48:38] [Server thread/INFO]: Using 4 threads for Netty based IO
  10. [15:48:38] [Server thread/INFO]: Default game type: SURVIVAL
  11. [15:48:38] [Server thread/INFO]: Generating keypair
  12. [15:48:39] [Server thread/INFO]: Starting Minecraft server on *:25565
  13. [15:48:39] [Server thread/INFO]: Using epoll channel type
  14. [15:48:39] [Server thread/INFO]: [SkinsRestorer] Loading SkinsRestorer v14.1.0-SNAPSHOT
  15. [15:48:39] [Server thread/INFO]: [PortableChests] Loading PortableChests v1.3
  16. [15:48:39] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v4.2.2-b812
  17. [15:48:40] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  18. [15:48:40] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  19. [15:48:40] [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.
  20. [15:48:40] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  21. [15:48:40] [Server thread/INFO]: Preparing level "mundopichula"
  22. [15:48:40] [Server thread/INFO]: -------- World Settings For [mundopichula] --------
  23. [15:48:40] [Server thread/INFO]: Mob Spawn Range: 6
  24. [15:48:40] [Server thread/INFO]: Cactus Growth Modifier: 100%
  25. [15:48:40] [Server thread/INFO]: Cane Growth Modifier: 100%
  26. [15:48:40] [Server thread/INFO]: Melon Growth Modifier: 100%
  27. [15:48:40] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  28. [15:48:40] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  29. [15:48:40] [Server thread/INFO]: Sapling Growth Modifier: 100%
  30. [15:48:40] [Server thread/INFO]: Beetroot Growth Modifier: 100%
  31. [15:48:40] [Server thread/INFO]: Carrot Growth Modifier: 100%
  32. [15:48:40] [Server thread/INFO]: Potato Growth Modifier: 100%
  33. [15:48:40] [Server thread/INFO]: Wheat Growth Modifier: 100%
  34. [15:48:40] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  35. [15:48:40] [Server thread/INFO]: Vine Growth Modifier: 100%
  36. [15:48:40] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  37. [15:48:40] [Server thread/INFO]: Bamboo Growth Modifier: 100%
  38. [15:48:40] [Server thread/INFO]: SweetBerry Growth Modifier: 100%
  39. [15:48:40] [Server thread/INFO]: Kelp Growth Modifier: 100%
  40. [15:48:40] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Ra 48 / Mi 16 / Tiv true
  41. [15:48:40] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  42. [15:48:40] [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
  43. [15:48:40] [Server thread/INFO]: Max TNT Explosions: 100
  44. [15:48:40] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  45. [15:48:40] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  46. [15:48:40] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  47. [15:48:40] [Server thread/INFO]: Item Despawn Rate: 6000
  48. [15:48:40] [Server thread/INFO]: Item Merge Radius: 2.5
  49. [15:48:40] [Server thread/INFO]: View Distance: 10
  50. [15:48:40] [Server thread/INFO]: Arrow Despawn Rate: 1200 Trident Respawn Rate:1200
  51. [15:48:40] [Server thread/INFO]: Experience Merge Radius: 3.0
  52. [15:48:40] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  53. [15:48:40] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  54. [15:48:40] [Server thread/ERROR]: Encountered an unexpected exception
  55. java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.levelgen.GeneratorSettings.isDebugWorld()" because "generatorsettings" is null
  56. at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:557) ~[server.jar:3099-Spigot-c9cea60-e2f5ea3]
  57. at net.minecraft.server.dedicated.DedicatedServer.init(DedicatedServer.java:264) ~[server.jar:3099-Spigot-c9cea60-e2f5ea3]
  58. at net.minecraft.server.MinecraftServer.x(MinecraftServer.java:986) ~[server.jar:3099-Spigot-c9cea60-e2f5ea3]
  59. at net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:307) ~[server.jar:3099-Spigot-c9cea60-e2f5ea3]
  60. at java.lang.Thread.run(Thread.java:831) [?:?]
  61. [15:48:40] [Server thread/ERROR]: This crash report has been saved to: /home/minecraft/survivalnuevo/./crash-reports/crash-2021-06-11_15.48.40-server.txt
  62. [15:48:40] [Server thread/INFO]: Stopping server
  63. [15:48:40] [Server thread/INFO]: Saving players
  64. [15:48:40] [Server thread/INFO]: Saving worlds
  65. [15:48:40] [Server thread/INFO]: Saving chunks for level 'ServerLevel[mundopichula]'/minecraft:overworld
  66. [15:48:40] [Server thread/INFO]: ThreadedAnvilChunkStorage (mundopichula): All chunks are saved
  67. [15:48:40] [Server thread/INFO]: ThreadedAnvilChunkStorage (mundopichula): All chunks are saved
  68.  
Advertisement
Add Comment
Please, Sign In to add comment