Advertisement
Guest User

Untitled

a guest
Mar 18th, 2018
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.13 KB | None | 0 0
  1. +----------------------------------------------------+
  2. DimensionPvP: Hub 1
  3. +----------------------------------------------------+
  4. This PaperSpigot build only supports Minecraft 1.7.x and 1.8.x clients!
  5. *** It is imperative that backups be taken before running this build on your server! ***
  6. Please report issues directly to Paper, and always ensure you're up-to-date!
  7. *** Any bug reports not running the very latest version of the software will be ignored ***
  8.  
  9.  
  10. [01:28:02 INFO]: Starting minecraft server version 1.7.10
  11. [01:28:02 INFO]: Loading properties
  12. [01:28:02 INFO]: Default game type: SURVIVAL
  13. [01:28:02 INFO]: This server is running CraftBukkit version git-PaperSpigot-a925999 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  14. [01:28:02 INFO]: Debug logging is disabled
  15. [01:28:02 INFO]: Server Ping Player Sample Count: 12
  16. [01:28:02 INFO]: Using 4 threads for Netty based IO
  17. [01:28:02 INFO]: Generating keypair
  18. [01:28:03 INFO]: Starting Minecraft server on *:25567
  19. [01:28:03 INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  20. [01:28:03 INFO]: Preparing level "world"
  21. [01:28:03 INFO]: -------- World Settings For [world] --------
  22. [01:28:03 INFO]: View Distance: 10
  23. [01:28:03 INFO]: Chunks to Grow per Tick: 650
  24. [01:28:03 INFO]: Clear tick list: false
  25. [01:28:03 INFO]: Experience Merge Radius: 3.0
  26. [01:28:03 INFO]: Item Merge Radius: 2.5
  27. [01:28:03 INFO]: Item Despawn Rate: 6000
  28. [01:28:03 INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  29. [01:28:03 INFO]: Arrow Despawn Rate: 1200
  30. [01:28:03 INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  31. [01:28:03 INFO]: Max Entity Collisions: 8
  32. [01:28:03 INFO]: Zombie Aggressive Towards Villager: true
  33. [01:28:03 INFO]: Anti X-Ray: true
  34. [01:28:03 INFO]: Engine Mode: 1
  35. [01:28:03 INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  36. [01:28:03 INFO]: Replace Blocks: [1, 5]
  37. [01:28:03 INFO]: Cactus Growth Modifier: 100%
  38. [01:28:03 INFO]: Cane Growth Modifier: 100%
  39. [01:28:03 INFO]: Melon Growth Modifier: 100%
  40. [01:28:03 INFO]: Mushroom Growth Modifier: 100%
  41. [01:28:03 INFO]: Pumpkin Growth Modifier: 100%
  42. [01:28:03 INFO]: Sapling Growth Modifier: 100%
  43. [01:28:03 INFO]: Wheat Growth Modifier: 100%
  44. [01:28:03 INFO]: Mob Spawn Range: 4
  45. [01:28:03 INFO]: Nerfing mobs spawned from spawners: false
  46. [01:28:03 INFO]: Max TNT Explosions: 100
  47. [01:28:03 INFO]: Random Lighting Updates: false
  48. [01:28:03 INFO]: Alternative Hopper Ticking: false
  49. [01:28:03 INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  50. [01:28:03 INFO]: Sending up to 5 chunks per packet
  51. [01:28:03 INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  52. [01:28:03 INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  53. [01:28:03 INFO]: Structure Info Saving: true
  54. [01:28:03 INFO]: -------- World Settings For [world] --------
  55. [01:28:03 INFO]: Keep spawn chunk loaded: true
  56. [01:28:03 INFO]: WorldServer TickNextTickList cap set at 10000
  57. [01:28:03 INFO]: WorldServer TickNextTickList cap always processes redstone: false
  58. [01:28:03 INFO]: World async lighting: false
  59. [01:28:03 INFO]: Water over lava flow speed: 5
  60. [01:28:03 INFO]: Reduce experience orb desync: false
  61. [01:28:03 INFO]: Inverted Redstone Lamps: false
  62. [01:28:03 INFO]: Allow undead horse types to be leashed: true
  63. [01:28:03 INFO]: Max height for cactus growth 3. Max height for reed growth 3
  64. [01:28:03 INFO]: Remove invalid mob spawner tile entities: true
  65. [01:28:03 INFO]: Player blocking damage multiplier set to 0.5
  66. [01:28:03 INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  67. [01:28:03 INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  68. [01:28:03 ERROR]: Encountered an unexpected exception
  69. java.lang.NoSuchMethodError: net.minecraft.server.v1_7_R4.Scoreboard.addPlayerToTeam(Ljava/lang/String;Ljava/lang/String;)Z
  70. at net.minecraft.server.v1_7_R4.PersistentScoreboard.a(SourceFile:71) ~[Custom.jar:git-PaperSpigot-a925999]
  71. at net.minecraft.server.v1_7_R4.PersistentScoreboard.a(SourceFile:65) ~[Custom.jar:git-PaperSpigot-a925999]
  72. at net.minecraft.server.v1_7_R4.PersistentScoreboard.a(SourceFile:50) ~[Custom.jar:git-PaperSpigot-a925999]
  73. at net.minecraft.server.v1_7_R4.PersistentScoreboard.a(SourceFile:31) ~[Custom.jar:git-PaperSpigot-a925999]
  74. at net.minecraft.server.v1_7_R4.WorldServer.<init>(WorldServer.java:76) ~[Custom.jar:git-PaperSpigot-a925999]
  75. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:225) ~[Custom.jar:git-PaperSpigot-a925999]
  76. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:208) ~[Custom.jar:git-PaperSpigot-a925999]
  77. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:506) [Custom.jar:git-PaperSpigot-a925999]
  78. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [Custom.jar:git-PaperSpigot-a925999]
  79. [01:28:03 ERROR]: This crash report has been saved to: C:\Users\tim13\Desktop\Server Files\DimensionPvP (HC)\Hub V2\.\crash-reports\crash-2018-03-18_01.28.03-server.txt
  80. [01:28:03 INFO]: Stopping server
  81. [01:28:03 INFO]: Saving players
  82. [01:28:03 INFO]: Saving worlds
  83. >Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement