Advertisement
Guest User

Latest logs

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