Advertisement
Guest User

Untitled

a guest
Jan 21st, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.73 KB | None | 0 0
  1. [15:51:29] [Server thread/INFO]: Starting minecraft server version 1.8
  2. [15:51:29] [Server thread/INFO]: Loading properties
  3. [15:51:29] [Server thread/INFO]: Default game type: SURVIVAL
  4. [15:51:29] [Server thread/INFO]: This server is running CraftBukkit version git-PaperSpigot-9b05d00-33d5de3 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)
  5. [15:51:29] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [15:51:29] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [15:51:29] [Server thread/INFO]: Debug logging is disabled
  8. [15:51:29] [Server thread/INFO]: Data value allowed items:
  9. [15:51:29] [Server thread/INFO]: Generating keypair
  10. [15:51:30] [Server thread/INFO]: Starting Minecraft server on localhost:25588
  11. [15:51:33] [Server thread/WARN]: Failed to generate a seed from SecureRandom within 3 seconds. Not enough entrophy?
  12. [15:51:33] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  13. [15:51:33] [Server thread/ERROR]: Could not load 'plugins/FastAsyncWorldEdit-bukkit-18.01.21-68bda0d-988-18.4.3 (1).jar' in folder 'plugins'
  14. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/boydti/fawe/bukkit/BukkitMain : Unsupported major.minor version 52.0
  15. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  16. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  17. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  18. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  19. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:156) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  20. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:540) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
  22. Caused by: java.lang.UnsupportedClassVersionError: com/boydti/fawe/bukkit/BukkitMain : Unsupported major.minor version 52.0
  23. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_151]
  24. at java.lang.ClassLoader.defineClass(ClassLoader.java:803) ~[?:1.7.0_151]
  25. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_151]
  26. at java.net.URLClassLoader.defineClass(URLClassLoader.java:442) ~[?:1.7.0_151]
  27. at java.net.URLClassLoader.access$100(URLClassLoader.java:64) ~[?:1.7.0_151]
  28. at java.net.URLClassLoader$1.run(URLClassLoader.java:354) ~[?:1.7.0_151]
  29. at java.net.URLClassLoader$1.run(URLClassLoader.java:348) ~[?:1.7.0_151]
  30. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_151]
  31. at java.net.URLClassLoader.findClass(URLClassLoader.java:347) ~[?:1.7.0_151]
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_151]
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_151]
  36. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_151]
  37. at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_151]
  38. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  39. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  40. ... 6 more
  41. [15:51:33] [Server thread/ERROR]: Could not load 'plugins/ProPractice.jar' in folder 'plugins'
  42. org.bukkit.plugin.UnknownDependencyException: FastAsyncWorldEdit
  43. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  44. at org.bukkit.craftbukkit.v1_8_R1.CraftServer.loadPlugins(CraftServer.java:291) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  45. at net.minecraft.server.v1_8_R1.DedicatedServer.init(DedicatedServer.java:156) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  46. at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:540) [paperspigot.jar:git-PaperSpigot-9b05d00-33d5de3]
  47. at java.lang.Thread.run(Thread.java:748) [?:1.7.0_151]
  48. [15:51:33] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.7-SNAPSHOT-b232
  49. [15:51:33] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  50. [15:51:33] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  51. [15:51:34] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.7-SNAPSHOT-b232
  52. [15:51:34] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  53. [15:51:34] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  54. [15:51:34] [Server thread/INFO]: Preparing level "world"
  55. [15:51:34] [Server thread/INFO]: -------- World Settings For [world] --------
  56. [15:51:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  57. [15:51:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  58. [15:51:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  59. [15:51:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  60. [15:51:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  61. [15:51:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  62. [15:51:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  63. [15:51:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  64. [15:51:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  65. [15:51:34] [Server thread/INFO]: Alternative Hopper Ticking: false
  66. [15:51:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  67. [15:51:34] [Server thread/INFO]: Random Lighting Updates: false
  68. [15:51:34] [Server thread/INFO]: Structure Info Saving: true
  69. [15:51:34] [Server thread/INFO]: Mob Spawn Range: 4
  70. [15:51:34] [Server thread/INFO]: Anti X-Ray: true
  71. [15:51:34] [Server thread/INFO]: Engine Mode: 1
  72. [15:51:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  73. [15:51:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  74. [15:51:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  75. [15:51:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  76. [15:51:34] [Server thread/INFO]: Max Entity Collisions: 8
  77. [15:51:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  78. [15:51:34] [Server thread/INFO]: Max TNT Explosions: 100
  79. [15:51:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  80. [15:51:34] [Server thread/INFO]: Item Despawn Rate: 6000
  81. [15:51:34] [Server thread/INFO]: Item Merge Radius: 2.5
  82. [15:51:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  83. [15:51:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  84. [15:51:34] [Server thread/INFO]: View Distance: 10
  85. [15:51:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  86. [15:51:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  87. [15:51:34] [Server thread/INFO]: Clear tick list: false
  88. [15:51:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  89. [15:51:34] [Server thread/INFO]: -------- World Settings For [world] --------
  90. [15:51:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  91. [15:51:34] [Server thread/INFO]: Fix TNT directional bias: false
  92. [15:51:34] [Server thread/INFO]: TNT moves in water: true
  93. [15:51:34] [Server thread/INFO]: Use legacy TNT explosion height false
  94. [15:51:34] [Server thread/INFO]: TNT height limit disabled
  95. [15:51:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  96. [15:51:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  97. [15:51:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  98. [15:51:34] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  99. [15:51:34] [Server thread/INFO]: Water over lava flow speed: 5
  100. [15:51:34] [Server thread/INFO]: Allow undead horse types to be leashed: true
  101. [15:51:34] [Server thread/INFO]: Keep spawn chunk loaded: true
  102. [15:51:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  103. [15:51:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  104. [15:51:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  105. [15:51:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  106. [15:51:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  107. [15:51:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  108. [15:51:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  109. [15:51:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  110. [15:51:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  111. [15:51:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  112. [15:51:34] [Server thread/INFO]: Alternative Hopper Ticking: false
  113. [15:51:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  114. [15:51:34] [Server thread/INFO]: Random Lighting Updates: false
  115. [15:51:34] [Server thread/INFO]: Structure Info Saving: true
  116. [15:51:34] [Server thread/INFO]: Mob Spawn Range: 4
  117. [15:51:34] [Server thread/INFO]: Anti X-Ray: true
  118. [15:51:34] [Server thread/INFO]: Engine Mode: 1
  119. [15:51:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  120. [15:51:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  121. [15:51:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  122. [15:51:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  123. [15:51:34] [Server thread/INFO]: Max Entity Collisions: 8
  124. [15:51:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  125. [15:51:34] [Server thread/INFO]: Max TNT Explosions: 100
  126. [15:51:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  127. [15:51:34] [Server thread/INFO]: Item Despawn Rate: 6000
  128. [15:51:34] [Server thread/INFO]: Item Merge Radius: 2.5
  129. [15:51:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  130. [15:51:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  131. [15:51:34] [Server thread/INFO]: View Distance: 10
  132. [15:51:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  133. [15:51:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  134. [15:51:34] [Server thread/INFO]: Clear tick list: false
  135. [15:51:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  136. [15:51:34] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  137. [15:51:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  138. [15:51:34] [Server thread/INFO]: Fix TNT directional bias: false
  139. [15:51:34] [Server thread/INFO]: TNT moves in water: true
  140. [15:51:34] [Server thread/INFO]: Use legacy TNT explosion height false
  141. [15:51:34] [Server thread/INFO]: TNT height limit disabled
  142. [15:51:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  143. [15:51:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  144. [15:51:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  145. [15:51:34] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  146. [15:51:34] [Server thread/INFO]: Water over lava flow speed: 5
  147. [15:51:34] [Server thread/INFO]: Allow undead horse types to be leashed: true
  148. [15:51:34] [Server thread/INFO]: Keep spawn chunk loaded: true
  149. [15:51:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  150. [15:51:34] [Server thread/INFO]: Cactus Growth Modifier: 100%
  151. [15:51:34] [Server thread/INFO]: Cane Growth Modifier: 100%
  152. [15:51:34] [Server thread/INFO]: Melon Growth Modifier: 100%
  153. [15:51:34] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  154. [15:51:34] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  155. [15:51:34] [Server thread/INFO]: Sapling Growth Modifier: 100%
  156. [15:51:34] [Server thread/INFO]: Wheat Growth Modifier: 100%
  157. [15:51:34] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  158. [15:51:34] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  159. [15:51:34] [Server thread/INFO]: Alternative Hopper Ticking: false
  160. [15:51:34] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  161. [15:51:34] [Server thread/INFO]: Random Lighting Updates: false
  162. [15:51:34] [Server thread/INFO]: Structure Info Saving: true
  163. [15:51:34] [Server thread/INFO]: Mob Spawn Range: 4
  164. [15:51:34] [Server thread/INFO]: Anti X-Ray: true
  165. [15:51:34] [Server thread/INFO]: Engine Mode: 1
  166. [15:51:34] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  167. [15:51:34] [Server thread/INFO]: Replace Blocks: [1, 5]
  168. [15:51:34] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  169. [15:51:34] [Server thread/INFO]: Sending up to 10 chunks per packet
  170. [15:51:34] [Server thread/INFO]: Max Entity Collisions: 8
  171. [15:51:34] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  172. [15:51:34] [Server thread/INFO]: Max TNT Explosions: 100
  173. [15:51:34] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  174. [15:51:34] [Server thread/INFO]: Item Despawn Rate: 6000
  175. [15:51:34] [Server thread/INFO]: Item Merge Radius: 2.5
  176. [15:51:34] [Server thread/INFO]: Arrow Despawn Rate: 1200
  177. [15:51:34] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  178. [15:51:34] [Server thread/INFO]: View Distance: 10
  179. [15:51:34] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  180. [15:51:34] [Server thread/INFO]: Chunks to Grow per Tick: 650
  181. [15:51:34] [Server thread/INFO]: Clear tick list: false
  182. [15:51:34] [Server thread/INFO]: Experience Merge Radius: 3.0
  183. [15:51:34] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  184. [15:51:34] [Server thread/INFO]: Remove invalid mob spawner tile entities: true
  185. [15:51:34] [Server thread/INFO]: Fix TNT directional bias: false
  186. [15:51:34] [Server thread/INFO]: TNT moves in water: true
  187. [15:51:34] [Server thread/INFO]: Use legacy TNT explosion height false
  188. [15:51:34] [Server thread/INFO]: TNT height limit disabled
  189. [15:51:34] [Server thread/INFO]: Player blocking damage multiplier set to 0.5
  190. [15:51:34] [Server thread/INFO]: Squids will spawn between Y: 45.0 and Y: 63.0
  191. [15:51:34] [Server thread/INFO]: Max height for cactus growth 3. Max height for reed growth 3
  192. [15:51:34] [Server thread/INFO]: Living Entity Despawn Ranges: Soft: 32 Hard: 128
  193. [15:51:34] [Server thread/INFO]: Water over lava flow speed: 5
  194. [15:51:34] [Server thread/INFO]: Allow undead horse types to be leashed: true
  195. [15:51:34] [Server thread/INFO]: Keep spawn chunk loaded: true
  196. [15:51:34] [Server thread/INFO]: Preparing start region for level 0 (Seed: -221594649180106424)
  197. [15:51:35] [Server thread/INFO]: Preparing spawn area: 42%
  198. [15:51:36] [Server thread/INFO]: Preparing start region for level 1 (Seed: -221594649180106424)
  199. [15:51:36] [Server thread/INFO]: Preparing start region for level 2 (Seed: -221594649180106424)
  200. [15:51:36] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  201. [15:51:37] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  202. [15:51:37] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R1 as the Bukkit adapter
  203. [15:51:37] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  204. [15:51:37] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  205. [15:51:37] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  206. [15:51:37] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  207. [15:51:37] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  208. [15:51:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  209. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  210. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  211. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  212. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  213. [15:51:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  214. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  215. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  216. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  217. [15:51:37] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  218. [15:51:37] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  219. [15:51:37] [Server thread/INFO]: [WorldGuard] Loading region data...
  220. [15:51:38] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  221. [15:51:38] [Server thread/INFO]: Done (4.147s)! For help, type "help" or "?"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement