Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 KB | None | 0 0
  1. [19:35:20] [Server thread/INFO]: Starting minecraft server version 1.12.2
  2. [19:35:20] [Server thread/INFO]: Loading properties
  3. [19:35:20] [Server thread/WARN]: You specified a resource pack without providing a sha1 hash. Pack will be updated on the client only if you change the name of the pack.
  4. [19:35:20] [Server thread/INFO]: Default game type: SURVIVAL
  5. [19:35:20] [Server thread/INFO]: Generating keypair
  6. [19:35:21] [Server thread/INFO]: Starting Minecraft server on *:41506
  7. [19:35:21] [Server thread/INFO]: Using epoll channel type
  8. [19:35:21] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-2b93d83 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT)
  9. [19:35:21] [Server thread/ERROR]: Could not load 'plugins/Multiverse-Core-2.6.0-javadoc.jar' in folder 'plugins'
  10. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  11. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:150) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  12. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  13. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:303) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  14. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:188) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  15. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  16. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  17. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  18. ... 6 more
  19. [19:35:22] [Server thread/ERROR]: Could not load 'plugins/IronElevators.jar' in folder 'plugins'
  20. org.bukkit.plugin.InvalidPluginException: java.lang.NoSuchFieldError: IRONGOLEM_THROW
  21. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:326) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  23. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  24. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:303) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  25. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:188) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  26. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  27. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  28. Caused by: java.lang.NoSuchFieldError: IRONGOLEM_THROW
  29. at me.ScarleTomato.IronElevators.IronElevators.<init>(IronElevators.java:23) ~[?:?]
  30. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
  31. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_172]
  32. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_172]
  33. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_172]
  34. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_172]
  35. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  36. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  37. ... 6 more
  38. [19:35:22] [Server thread/ERROR]: Could not load 'plugins/TARDIS.jar' in folder 'plugins'
  39. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/block/data/BlockData
  40. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  41. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:326) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  42. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:248) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  43. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.loadPlugins(CraftServer.java:303) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  44. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:188) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  45. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  46. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  47. Caused by: java.lang.NoClassDefFoundError: org/bukkit/block/data/BlockData
  48. at me.eccentric_nz.TARDIS.TARDIS.<init>(TARDIS.java:133) ~[?:?]
  49. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
  50. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_172]
  51. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_172]
  52. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_172]
  53. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_172]
  54. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  55. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  56. ... 6 more
  57. Caused by: java.lang.ClassNotFoundException: org.bukkit.block.data.BlockData
  58. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  59. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:76) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  60. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_172]
  61. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_172]
  62. at me.eccentric_nz.TARDIS.TARDIS.<init>(TARDIS.java:133) ~[?:?]
  63. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_172]
  64. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_172]
  65. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_172]
  66. at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_172]
  67. at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_172]
  68. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  69. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  70. ... 6 more
  71. [19:35:22] [Server thread/INFO]: [TARDISChunkGenerator] Loading TARDISChunkGenerator v2.5.5
  72. [19:35:22] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.8-SNAPSHOT;cd4729f
  73. [19:35:22] [Server thread/INFO]: [PluginConstructorAPI] Loading PluginConstructorAPI v1.0.43
  74. [19:35:22] [Server thread/INFO]: [PixelPrinter] Loading PixelPrinter v1.0.37
  75. [19:35:22] [Server thread/INFO]: [TerrainControl] Loading TerrainControl v2.9.0-SNAPSHOT
  76. [19:35:22] [Server thread/INFO]: [MarriagePlus] Loading MarriagePlus v2.5.7
  77. [19:35:22] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.7
  78. [19:35:22] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.7
  79. [19:35:22] [Server thread/INFO]: [Invsee_v1.0.3] Loading Invsee_v1.0.3 v1.0
  80. [19:35:22] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.1
  81. [19:35:22] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.12.2) has not yet been tested! Proceed with caution.
  82. [19:35:23] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.2.1;84bc322
  83. [19:35:23] [Server thread/INFO]: [LibsDisguises] Loading LibsDisguises v9.5.2-SNAPSHOT
  84. [19:35:23] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.6
  85. [19:35:23] [Server thread/INFO]: [TARDISWeepingAngels] Loading TARDISWeepingAngels v2.4.2
  86. [19:35:23] [Server thread/INFO]: [TARDISChunkGenerator] Enabling TARDISChunkGenerator v2.5.5
  87. [19:35:23] [Server thread/INFO]: [TerrainControl] Enabling TerrainControl v2.9.0-SNAPSHOT
  88. [19:35:23] [Server thread/INFO]: [TerrainControl] 22 Global custom objects loaded
  89. [19:35:23] [Server thread/INFO]: [TerrainControl] Global objects loaded, waiting for worlds to load
  90. [19:35:23] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.1
  91. [19:35:23] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  92. [19:35:23] [Server thread/INFO]: Preparing level "Overworld"
  93. [19:35:24] [Server thread/INFO]: Preparing start region for level 0 (Seed: 166935482723326563)
  94. [19:35:25] [Server thread/INFO]: Preparing spawn area: 8%
  95. [19:35:26] [Server thread/INFO]: Preparing spawn area: 80%
  96. [19:35:26] [Server thread/INFO]: Preparing start region for level 1 (Seed: 166935482723326563)
  97. [19:35:27] [Server thread/INFO]: Preparing spawn area: 90%
  98. [19:35:27] [Server thread/INFO]: Preparing start region for level 2 (Seed: 166935482723326563)
  99. [19:35:28] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.8-SNAPSHOT;cd4729f
  100. [19:35:28] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  101. [19:35:28] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_12_R2 as the Bukkit adapter
  102. [19:35:28] [Server thread/INFO]: [PluginConstructorAPI] Enabling PluginConstructorAPI v1.0.43
  103. [19:35:28] [Server thread/INFO]: [PixelPrinter] Enabling PixelPrinter v1.0.37
  104. [19:35:28] [Server thread/ERROR]: Error occurred while enabling PixelPrinter v1.0.37 (Is it up to date?)
  105. java.lang.NoClassDefFoundError: org/bukkit/block/data/BlockData
  106. at me.zombie_striker.pixelprinter.PixelPrinter.onEnable(PixelPrinter.java:96) ~[?:?]
  107. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  108. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:329) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  109. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:402) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  110. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:367) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  111. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:328) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  112. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:412) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  113. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:373) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  114. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:328) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  115. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:248) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  116. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:522) [craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  117. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
  118. Caused by: java.lang.ClassNotFoundException: org.bukkit.block.data.BlockData
  119. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:81) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  120. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:76) ~[craftbukkit-1.12.2.jar:git-Bukkit-2b93d83]
  121. at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_172]
  122. at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_172]
  123. ... 12 more
  124. [19:35:28] [Server thread/INFO]: [MarriagePlus] Enabling MarriagePlus v2.5.7
  125. [19:35:29] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.7
  126. [19:35:29] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
  127. [19:35:29] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.7
  128. [19:35:29] [Server thread/INFO]: [WorldBorder] [CONFIG] Using elliptic/round border, knockback of 3.0 blocks, and timer delay of 5.
  129. [19:35:29] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
  130. [19:35:29] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 1238.0 Y: 101.0 Z: 52.0
  131. [19:35:29] [Server thread/INFO]: [Invsee_v1.0.3] Enabling Invsee_v1.0.3 v1.0
  132. [19:35:29] [Server thread/INFO]: [Invsee] Invsee v1.0.3 by TehCoderHD has been enabled successfully!
  133. [19:35:29] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.2.1;84bc322
  134. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld) TNT ignition is PERMITTED.
  135. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld) Lighters are PERMITTED.
  136. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld) Lava fire is blocked.
  137. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld) Fire spread is UNRESTRICTED.
  138. [19:35:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Overworld'
  139. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_nether) TNT ignition is PERMITTED.
  140. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_nether) Lighters are PERMITTED.
  141. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_nether) Lava fire is blocked.
  142. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_nether) Fire spread is UNRESTRICTED.
  143. [19:35:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Overworld_nether'
  144. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_the_end) TNT ignition is PERMITTED.
  145. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_the_end) Lighters are PERMITTED.
  146. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_the_end) Lava fire is blocked.
  147. [19:35:29] [Server thread/INFO]: [WorldGuard] (Overworld_the_end) Fire spread is UNRESTRICTED.
  148. [19:35:29] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Overworld_the_end'
  149. [19:35:29] [Server thread/INFO]: [WorldGuard] Loading region data...
  150. [19:35:29] [Server thread/INFO]: [LibsDisguises] Enabling LibsDisguises v9.5.2-SNAPSHOT
  151. [19:35:29] [Server thread/INFO]: [LibsDisguises] Discovered nms version: v1_12_R1
  152. [19:35:30] [Server thread/INFO]: [LibsDisguises] Loaded custom disguise libraryaddict
  153. [19:35:30] [Server thread/INFO]: [LibsDisguises] Loaded 1 custom disguise
  154. [19:35:30] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.6
  155. [19:35:30] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  156. [19:35:30] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  157. [19:35:30] [Server thread/INFO]: [TARDISWeepingAngels] Enabling TARDISWeepingAngels v2.4.2
  158. [19:35:30] [Server thread/INFO]: [TARDISWeepingAngels] This plugin requires ProtocolLib to be v4.3.0 or higher, disabling...
  159. [19:35:30] [Server thread/INFO]: [TARDISWeepingAngels] Disabling TARDISWeepingAngels v2.4.2
  160. [19:35:30] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  161. [19:35:30] [Server thread/INFO]: Done (7.006s)! For help, type "help" or "?"
  162. [19:35:30] [Server thread/INFO]: Starting GS4 status listener
  163. [19:35:30] [Query Listener #1/INFO]: Query running on 0.0.0.0:41506
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement