Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 KB | None | 0 0
  1. [19:06:35] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [19:06:35] [Server thread/INFO]: Loading properties
  3. [19:06:35] [Server thread/INFO]: Default game type: SURVIVAL
  4. [19:06:35] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1649 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  5. [19:06:35] [Server thread/INFO]: Debug logging is disabled
  6. [19:06:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [19:06:35] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [19:06:35] [Server thread/INFO]: Generating keypair
  9. [19:06:36] [Server thread/INFO]: Starting Minecraft server on s11.hosthorde.com:26200
  10. [19:06:36] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [19:06:36] [Server thread/ERROR]: Could not load 'plugins/DynmapPlotMe.jar' in folder 'plugins'
  12. org.bukkit.plugin.UnknownDependencyException: dynmap
  13. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:228) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  14. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  15. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  16. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  17. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  18. [19:06:36] [Server thread/ERROR]: Could not load 'plugins/TestPlugin.jar' in folder 'plugins'
  19. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/plem11coolyt/testplugin/TestPlugin : Unsupported major.minor version 52.0
  20. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  21. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  22. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  23. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  24. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  25. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  26. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  27. Caused by: java.lang.UnsupportedClassVersionError: me/plem11coolyt/testplugin/TestPlugin : Unsupported major.minor version 52.0
  28. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_65]
  29. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_65]
  30. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_65]
  31. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_65]
  32. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_65]
  33. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_65]
  34. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_65]
  35. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_65]
  36. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_65]
  37. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  38. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  39. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_65]
  40. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_65]
  41. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_65]
  42. at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_65]
  43. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  44. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  45. ... 6 more
  46. [19:06:36] [Server thread/ERROR]: Could not load 'plugins/AntiBlock.jar' in folder 'plugins'
  47. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Plem11coolYT/AntiBlock : Unsupported major.minor version 52.0
  48. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  49. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  50. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  51. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  52. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  53. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  54. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  55. Caused by: java.lang.UnsupportedClassVersionError: me/Plem11coolYT/AntiBlock : Unsupported major.minor version 52.0
  56. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_65]
  57. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_65]
  58. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_65]
  59. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_65]
  60. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_65]
  61. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_65]
  62. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_65]
  63. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_65]
  64. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_65]
  65. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  66. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  67. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_65]
  68. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_65]
  69. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_65]
  70. at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_65]
  71. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  72. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  73. ... 6 more
  74. [19:06:37] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  75. [19:06:37] [Server thread/INFO]: [JoinMessagePlus] Loading JoinMessagePlus v2.0
  76. [19:06:37] [Server thread/INFO]: [Actionbar] Loading Actionbar v1.2.4.4
  77. [19:06:37] [Server thread/INFO]: [PlugMan] Loading PlugMan v2.0.7
  78. [19:06:37] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.12.0-BETA2-sASO-b813
  79. [19:06:37] [Server thread/INFO]: [NoCheatPlus] onLoad: Early set up of static API, configuration, logging.
  80. [19:06:37] [Server thread/INFO]: [NoCheatPlus] Logging system initialized.
  81. [19:06:37] [Server thread/INFO]: [NoCheatPlus] Detected Minecraft version: 1.7.10
  82. [19:06:37] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  83. [19:06:37] [Server thread/INFO]: [AdvancedMotd] Loading AdvancedMotd v1.0
  84. [19:06:37] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8.1
  85. [19:06:37] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  86. [19:06:37] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.16.3
  87. [19:06:37] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
  88. [19:06:37] [Server thread/INFO]: [AnvilColors] Loading AnvilColors v1.3.1
  89. [19:06:37] [Server thread/INFO]: [CS-CoreLib] Loading CS-CoreLib v1.1.15
  90. [19:06:37] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  91. [19:06:37] [Server thread/INFO]: [Block] Loading Block v1.0
  92. [19:06:37] [Server thread/INFO]: [Tablist] Loading Tablist v1.2.3.1
  93. [19:06:37] [Server thread/INFO]: [AutoBroadcaster] Loading AutoBroadcaster v0.4
  94. [19:06:37] [Server thread/INFO]: [QuickSell] Loading QuickSell v1.10.13
  95. [19:06:37] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.11.2
  96. [19:06:37] [Server thread/INFO]: [SellCommandPermissions] Loading SellCommandPermissions v1.0
  97. [19:06:37] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v2.11.0
  98. [19:06:37] [Server thread/INFO]: [CombatLog] Loading CombatLog v1.8.11-hack
  99. [19:06:37] [Server thread/INFO]: [NoRain] Loading NoRain v1
  100. [19:06:37] [Server thread/INFO]: [BanManager] Loading BanManager v5.4.0
  101. [19:06:37] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.10
  102. [19:06:37] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.2
  103. [19:06:37] [Server thread/INFO]: [Modifyworld] Loading Modifyworld v1.19.7
  104. [19:06:37] [Server thread/INFO]: [PlayerVaults] Loading PlayerVaults v3.5.6-b181
  105. [19:06:37] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  106. [19:06:37] [Server thread/INFO]: [Nightvision] Loading Nightvision v1.0
  107. [19:06:37] [Server thread/INFO]: [PlotMe-DefaultGenerator] Loading PlotMe-DefaultGenerator v0.16.1
  108. [19:06:37] [Server thread/INFO]: [GAListener] Loading GAListener v1.3.1
  109. [19:06:37] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  110. [19:06:37] [Server thread/INFO]: [AutoPickup] Loading AutoPickup v3.6
  111. [19:06:37] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
  112. [19:06:37] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  113. [19:06:37] [Server thread/INFO]: [SimpleRename] Loading SimpleRename v7.5
  114. [19:06:37] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  115. [19:06:37] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
  116. [19:06:37] [Server thread/INFO]: [EZRanksLite] Loading EZRanksLite v2.0.8
  117. [19:06:37] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
  118. [19:06:37] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.2-bukkit
  119. [19:06:37] [Server thread/INFO]: [MineResetLite] Loading MineResetLite v0.3.6
  120. [19:06:37] [Server thread/INFO]: [EZPrestige] Loading EZPrestige v1.2
  121. [19:06:37] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  122. [19:06:37] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  123. [19:06:37] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  124. [19:06:37] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  125. [19:06:37] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  126. [19:06:37] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  127. [19:06:37] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  128. [19:06:37] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  129. [19:06:37] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.16.3
  130. [19:06:37] [Server thread/INFO]: [PlotMe-DefaultGenerator] Enabling PlotMe-DefaultGenerator v0.16.1
  131. [19:06:37] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe
  132. [19:06:37] [Server thread/INFO]: [PlotMe-DefaultGenerator] PlotMe-DefaultGenerator
  133. [19:06:37] [Server thread/INFO]: [PlotMe-DefaultGenerator] Importing world plotworld from PlotMe
  134. [19:06:37] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  135. [19:06:37] [Server thread/INFO]: Preparing level "Prison Spawn"
  136. [19:06:37] [Server thread/INFO]: -------- World Settings For [Prison Spawn] --------
  137. [19:06:37] [Server thread/INFO]: Max TNT Explosions: 100
  138. [19:06:37] [Server thread/INFO]: Mob Spawn Range: 4
  139. [19:06:37] [Server thread/INFO]: Anti X-Ray: true
  140. [19:06:37] [Server thread/INFO]: Engine Mode: 1
  141. [19:06:37] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  142. [19:06:37] [Server thread/INFO]: Replace Blocks: [1, 5]
  143. [19:06:37] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  144. [19:06:37] [Server thread/INFO]: Cactus Growth Modifier: 100%
  145. [19:06:37] [Server thread/INFO]: Cane Growth Modifier: 100%
  146. [19:06:37] [Server thread/INFO]: Melon Growth Modifier: 100%
  147. [19:06:37] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  148. [19:06:37] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  149. [19:06:37] [Server thread/INFO]: Sapling Growth Modifier: 100%
  150. [19:06:37] [Server thread/INFO]: Wheat Growth Modifier: 100%
  151. [19:06:37] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  152. [19:06:37] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  153. [19:06:37] [Server thread/INFO]: Alternative Hopper Ticking: false
  154. [19:06:37] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  155. [19:06:37] [Server thread/INFO]: Random Lighting Updates: false
  156. [19:06:37] [Server thread/INFO]: Structure Info Saving: true
  157. [19:06:37] [Server thread/INFO]: Sending up to 10 chunks per packet
  158. [19:06:37] [Server thread/INFO]: Max Entity Collisions: 8
  159. [19:06:37] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  160. [19:06:37] [Server thread/INFO]: View Distance: 10
  161. [19:06:37] [Server thread/INFO]: Chunks to Grow per Tick: 650
  162. [19:06:37] [Server thread/INFO]: Clear tick list: false
  163. [19:06:37] [Server thread/INFO]: Experience Merge Radius: 3.0
  164. [19:06:37] [Server thread/INFO]: Item Despawn Rate: 6000
  165. [19:06:37] [Server thread/INFO]: Item Merge Radius: 2.5
  166. [19:06:37] [Server thread/INFO]: Arrow Despawn Rate: 1200
  167. [19:06:37] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  168. [19:06:37] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  169. [19:06:37] [Server thread/ERROR]: Encountered an unexpected exception
  170. java.lang.NullPointerException
  171. at org.bukkit.craftbukkit.v1_7_R4.scoreboard.CraftCriteria.getFromNMS(CraftCriteria.java:45) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  172. at org.bukkit.craftbukkit.v1_7_R4.scoreboard.CraftObjective.<init>(CraftObjective.java:19) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  173. at org.bukkit.craftbukkit.v1_7_R4.scoreboard.CraftScoreboard.<init>(CraftScoreboard.java:29) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  174. at org.bukkit.craftbukkit.v1_7_R4.scoreboard.CraftScoreboardManager.<init>(CraftScoreboardManager.java:35) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  175. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:232) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  176. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) ~[spigot-1.8.0-1649.jar:git-Spigot-1649]
  177. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  178. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot-1.8.0-1649.jar:git-Spigot-1649]
  179. [19:06:37] [Server thread/ERROR]: This crash report has been saved to: /disk2/multicraft/servers/server25336/./crash-reports/crash-2015-09-17_19.06.37-server.txt
  180. [19:06:37] [Server thread/INFO]: Stopping server
  181. [19:06:37] [Server thread/INFO]: [PlotMe-DefaultGenerator] Disabling PlotMe-DefaultGenerator v0.16.1
  182. [19:06:37] [Server thread/INFO]: [PlotMe] Disabling PlotMe v0.16.3
  183. [19:06:37] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
  184. [19:06:37] [Server thread/INFO]: Saving players
  185. [19:06:37] [Server thread/INFO]: Saving worlds
  186. [19:06:37] [Thread-4/INFO]: Stopping server
  187. [19:06:37] [Thread-4/INFO]: Saving players
  188. [19:06:37] [Thread-4/INFO]: Saving worlds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement