Advertisement
Guest User

Untitled

a guest
May 24th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 KB | None | 0 0
  1. [15:22:31] [Server thread/INFO]: Starting minecraft server version 1.11.2
  2. [15:22:31] [Server thread/INFO]: Loading properties
  3. [15:22:31] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:22:31] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-3fb9445-6e3cec8 (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
  5. [15:22:31] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [15:22:31] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [15:22:31] [Server thread/INFO]: Debug logging is disabled
  8. [15:22:31] [Server thread/INFO]: Generating keypair
  9. [15:22:31] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25571
  10. [15:22:31] [Server thread/INFO]: Using epoll channel type
  11. [15:22:31] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  12. [15:22:31] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.5;4651611
  13. [15:22:31] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
  14. [15:22:31] [Server thread/INFO]: [TerrainControl] Loading TerrainControl v2.8.2-SNAPSHOT
  15. [15:22:31] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
  16. [15:22:31] [Server thread/INFO]: [TerrainControl] Enabling TerrainControl v2.8.2-SNAPSHOT
  17. [15:22:31] [Server thread/INFO]: [TerrainControl] 22 Global custom objects loaded
  18. [15:22:31] [Server thread/ERROR]: Error occurred while enabling TerrainControl v2.8.2-SNAPSHOT (Is it up to date?)
  19. java.lang.NoClassDefFoundError: net/minecraft/server/v1_12_R1/WorldGenFactory
  20. at com.khorn.terraincontrol.bukkit.TXPlugin.onEnable(TXPlugin.java:86) ~[?:?]
  21. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  22. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [server.jar:git-Spigot-3fb9445-6e3cec8]
  23. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-3fb9445-6e3cec8]
  24. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [server.jar:git-Spigot-3fb9445-6e3cec8]
  25. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [server.jar:git-Spigot-3fb9445-6e3cec8]
  26. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:205) [server.jar:git-Spigot-3fb9445-6e3cec8]
  27. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [server.jar:git-Spigot-3fb9445-6e3cec8]
  28. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  29. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_12_R1.WorldGenFactory
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  32. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_121]
  33. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_121]
  34. ... 9 more
  35. [15:22:31] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  36. [15:22:31] [Server thread/INFO]: Preparing level "world"
  37. [15:22:31] [Server thread/INFO]: [TerrainControl] Starting to enable world ''world''...
  38. [15:22:31] [Server thread/ERROR]: [TerrainControl] Could not set generator for default world 'world': Plugin 'TerrainControl v2.8.2-SNAPSHOT
  39. java.lang.NoClassDefFoundError: net/minecraft/server/v1_12_R1/World
  40. at com.khorn.terraincontrol.bukkit.TXPlugin.getDefaultWorldGenerator(TXPlugin.java:134) ~[?:?]
  41. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.getGenerator(CraftServer.java:1236) [server.jar:git-Spigot-3fb9445-6e3cec8]
  42. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:259) [server.jar:git-Spigot-3fb9445-6e3cec8]
  43. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [server.jar:git-Spigot-3fb9445-6e3cec8]
  44. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [server.jar:git-Spigot-3fb9445-6e3cec8]
  45. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
  46. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_12_R1.World
  47. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  48. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[server.jar:git-Spigot-3fb9445-6e3cec8]
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_121]
  50. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_121]
  51. ... 6 more
  52. [15:22:31] [Server thread/INFO]: -------- World Settings For [world] --------
  53. [15:22:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  54. [15:22:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  55. [15:22:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  56. [15:22:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  57. [15:22:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  58. [15:22:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  59. [15:22:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  60. [15:22:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  61. [15:22:31] [Server thread/INFO]: Vine Growth Modifier: 100%
  62. [15:22:31] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  63. [15:22:31] [Server thread/INFO]: Mob Spawn Range: 4
  64. [15:22:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  65. [15:22:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  66. [15:22:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  67. [15:22:31] [Server thread/INFO]: Random Lighting Updates: false
  68. [15:22:31] [Server thread/INFO]: Structure Info Saving: true
  69. [15:22:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  70. [15:22:31] [Server thread/INFO]: Max TNT Explosions: 100
  71. [15:22:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  72. [15:22:31] [Server thread/INFO]: Item Despawn Rate: 6000
  73. [15:22:31] [Server thread/INFO]: Item Merge Radius: 2.5
  74. [15:22:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  75. [15:22:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  76. [15:22:31] [Server thread/INFO]: View Distance: 10
  77. [15:22:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  78. [15:22:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  79. [15:22:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  80. [15:22:31] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7573243831415628653)
  81. [15:22:32] [Server thread/INFO]: Preparing spawn area: 62%
  82. [15:22:33] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.5;4651611
  83. [15:22:33] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  84. [15:22:33] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_11_R1 as the Bukkit adapter
  85. [15:22:33] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
  86. [15:22:33] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  87. [15:22:33] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  88. [15:22:33] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: -216.0 Y: 64.0 Z: 256.0
  89. [15:22:33] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
  90. [15:22:33] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  91. [15:22:33] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  92. [15:22:33] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  93. [15:22:33] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  94. [15:22:33] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  95. [15:22:33] [Server thread/INFO]: [WorldGuard] Loading region data...
  96. [15:22:33] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  97. [15:22:33] [Server thread/INFO]: Done (1.724s)! For help, type "help" or "?"
  98. [15:22:33] [Server thread/INFO]: Starting GS4 status listener
  99. [15:22:33] [Query Listener #1/INFO]: Query running on 0.0.0.0:25571
  100. [15:22:50] [Server thread/INFO]: Stopping the server
  101. [15:22:50] [Server thread/INFO]: Stopping server
  102. [15:22:50] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.3-SNAPSHOT;c904242
  103. [15:22:50] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  104. [15:22:50] [Server thread/INFO]: [TerrainControl] Disabling TerrainControl v2.8.2-SNAPSHOT
  105. [15:22:50] [Server thread/INFO]: [WorldBorder] Disabling WorldBorder v1.8.7
  106. [15:22:50] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task stopped.
  107. [15:22:50] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.5;4651611
  108. [15:22:50] [Server thread/INFO]: Saving players
  109. [15:22:50] [Server thread/INFO]: Saving worlds
  110. [15:22:50] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement