Advertisement
Guest User

Untitled

a guest
May 17th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 48.40 KB | None | 0 0
  1. [17:04:58] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [17:04:58] [Server thread/INFO]: Loading properties
  3. [17:04:58] [Server thread/INFO]: Default game type: SURVIVAL
  4. [17:04:58] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1.7.9-R0.2-207-g03373bb (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  5. [17:04:58] [Server thread/INFO]: Debug logging is disabled
  6. [17:04:58] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [17:04:58] [Server thread/INFO]: Server Ping Player Sample Count: 12
  8. [17:04:58] [Server thread/INFO]: Generating keypair
  9. [17:04:59] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [17:04:59] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [17:04:59] [Server thread/ERROR]: Could not load 'plugins\Color_Signs_Text.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/seniorcluckers/colorchat/ColoredChat : Unsupported major.minor version 52.0
  13. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:336) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:258) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  16. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  17. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  18. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  19. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  20. Caused by: java.lang.UnsupportedClassVersionError: com/seniorcluckers/colorchat/ColoredChat : Unsupported major.minor version 52.0
  21. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_79]
  22. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  23. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  24. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.7.0_79]
  25. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.7.0_79]
  26. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  27. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  28. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  29. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_79]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  31. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  32. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  33. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  34. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_79]
  35. at java.lang.Class.forName(Unknown Source) ~[?:1.7.0_79]
  36. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  37. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  38. ... 6 more
  39. [17:04:59] [Server thread/ERROR]: Could not load 'plugins\TurtleEconomy.jar' in folder 'plugins'
  40. org.bukkit.plugin.UnknownDependencyException: Vault
  41. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:223) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  42. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  43. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  44. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  45. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  46. [17:05:00] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  47. [17:05:00] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
  48. [17:05:00] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.0;3342-78f975b9
  49. [17:05:00] [Server thread/INFO]: [FrameProtect] Loading FrameProtect v2.6
  50. [17:05:00] [Server thread/INFO]: [PowerTool] Loading PowerTool v0.9.10
  51. [17:05:00] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.5
  52. [17:05:00] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  53. [17:05:00] [Server thread/INFO]: [WarpPortals] Loading WarpPortals v5.6.3
  54. [17:05:00] [Server thread/INFO]: [NoteBlockAPI] Loading NoteBlockAPI v1.1.0
  55. [17:05:00] [Server thread/INFO]: [Essentials_] Loading Essentials_ v1.1
  56. [17:05:00] [Server thread/INFO]: [ServerMusic] Loading ServerMusic v1.1.3
  57. [17:05:00] [Server thread/INFO]: [SuperPotions] Loading SuperPotions v2.6
  58. [17:05:00] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.9
  59. [17:05:00] [Server thread/INFO]: [FrameProtectDatabaseUpdater] Loading FrameProtectDatabaseUpdater v0.3
  60. [17:05:00] [Server thread/INFO]: [LuckyBlocks] Loading LuckyBlocks v6.0
  61. [17:05:00] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
  62. [17:05:00] [Server thread/INFO]: [Essentials] Loading Essentials v2.13.1
  63. [17:05:00] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP v2.13.1
  64. [17:05:00] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
  65. [17:05:00] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  66. [17:05:00] [Server thread/INFO]: [Multiverse-Portals] Loading Multiverse-Portals v2.4-b548
  67. [17:05:00] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP v2.13.1
  68. [17:05:00] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.13.1
  69. [17:05:00] [Server thread/INFO]: [Factions] Loading Factions v2.7.5
  70. [17:05:00] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.5
  71. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE START ===
  72. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
  73. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
  74. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
  75. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
  76. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
  77. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
  78. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
  79. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
  80. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
  81. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
  82. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] Setup of IdUtil took 72ms.
  83. [17:05:00] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE COMPLETE (Took 325ms) ===
  84. [17:05:00] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
  85. [17:05:02] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  86. [17:05:02] [Server thread/INFO]: Preparing level "world"
  87. [17:05:02] [Server thread/INFO]: -------- World Settings For [world] --------
  88. [17:05:02] [Server thread/INFO]: View Distance: 10
  89. [17:05:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  90. [17:05:02] [Server thread/INFO]: Clear tick list: false
  91. [17:05:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  92. [17:05:02] [Server thread/INFO]: Item Despawn Rate: 6000
  93. [17:05:02] [Server thread/INFO]: Item Merge Radius: 2.5
  94. [17:05:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  95. [17:05:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  96. [17:05:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  97. [17:05:02] [Server thread/INFO]: Max TNT Explosions: 100
  98. [17:05:02] [Server thread/INFO]: Alternative Hopper Ticking: false
  99. [17:05:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  100. [17:05:02] [Server thread/INFO]: Random Lighting Updates: false
  101. [17:05:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  102. [17:05:02] [Server thread/INFO]: Structure Info Saving: true
  103. [17:05:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  104. [17:05:02] [Server thread/INFO]: Sending up to 5 chunks per packet
  105. [17:05:02] [Server thread/INFO]: Max Entity Collisions: 8
  106. [17:05:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  107. [17:05:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  108. [17:05:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  109. [17:05:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  110. [17:05:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  111. [17:05:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  112. [17:05:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  113. [17:05:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  114. [17:05:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  115. [17:05:02] [Server thread/INFO]: Mob Spawn Range: 4
  116. [17:05:02] [Server thread/INFO]: Anti X-Ray: true
  117. [17:05:02] [Server thread/INFO]: Engine Mode: 1
  118. [17:05:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  119. [17:05:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  120. [17:05:02] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  121. [17:05:02] [Server thread/INFO]: View Distance: 10
  122. [17:05:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  123. [17:05:02] [Server thread/INFO]: Clear tick list: false
  124. [17:05:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  125. [17:05:02] [Server thread/INFO]: Item Despawn Rate: 6000
  126. [17:05:02] [Server thread/INFO]: Item Merge Radius: 2.5
  127. [17:05:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  128. [17:05:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  129. [17:05:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  130. [17:05:02] [Server thread/INFO]: Max TNT Explosions: 100
  131. [17:05:02] [Server thread/INFO]: Alternative Hopper Ticking: false
  132. [17:05:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  133. [17:05:02] [Server thread/INFO]: Random Lighting Updates: false
  134. [17:05:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  135. [17:05:02] [Server thread/INFO]: Structure Info Saving: true
  136. [17:05:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  137. [17:05:02] [Server thread/INFO]: Sending up to 5 chunks per packet
  138. [17:05:02] [Server thread/INFO]: Max Entity Collisions: 8
  139. [17:05:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  140. [17:05:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  141. [17:05:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  142. [17:05:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  143. [17:05:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  144. [17:05:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  145. [17:05:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  146. [17:05:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  147. [17:05:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  148. [17:05:02] [Server thread/INFO]: Mob Spawn Range: 4
  149. [17:05:02] [Server thread/INFO]: Anti X-Ray: true
  150. [17:05:02] [Server thread/INFO]: Engine Mode: 1
  151. [17:05:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  152. [17:05:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  153. [17:05:02] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  154. [17:05:02] [Server thread/INFO]: View Distance: 10
  155. [17:05:02] [Server thread/INFO]: Chunks to Grow per Tick: 650
  156. [17:05:02] [Server thread/INFO]: Clear tick list: false
  157. [17:05:02] [Server thread/INFO]: Experience Merge Radius: 3.0
  158. [17:05:02] [Server thread/INFO]: Item Despawn Rate: 6000
  159. [17:05:02] [Server thread/INFO]: Item Merge Radius: 2.5
  160. [17:05:02] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  161. [17:05:02] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  162. [17:05:02] [Server thread/INFO]: Arrow Despawn Rate: 1200
  163. [17:05:02] [Server thread/INFO]: Max TNT Explosions: 100
  164. [17:05:02] [Server thread/INFO]: Alternative Hopper Ticking: false
  165. [17:05:02] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  166. [17:05:02] [Server thread/INFO]: Random Lighting Updates: false
  167. [17:05:02] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  168. [17:05:02] [Server thread/INFO]: Structure Info Saving: true
  169. [17:05:02] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  170. [17:05:02] [Server thread/INFO]: Sending up to 5 chunks per packet
  171. [17:05:02] [Server thread/INFO]: Max Entity Collisions: 8
  172. [17:05:02] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  173. [17:05:02] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  174. [17:05:02] [Server thread/INFO]: Cactus Growth Modifier: 100%
  175. [17:05:02] [Server thread/INFO]: Cane Growth Modifier: 100%
  176. [17:05:02] [Server thread/INFO]: Melon Growth Modifier: 100%
  177. [17:05:02] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  178. [17:05:02] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  179. [17:05:02] [Server thread/INFO]: Sapling Growth Modifier: 100%
  180. [17:05:02] [Server thread/INFO]: Wheat Growth Modifier: 100%
  181. [17:05:02] [Server thread/INFO]: Mob Spawn Range: 4
  182. [17:05:02] [Server thread/INFO]: Anti X-Ray: true
  183. [17:05:02] [Server thread/INFO]: Engine Mode: 1
  184. [17:05:02] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  185. [17:05:02] [Server thread/INFO]: Replace Blocks: [1, 5]
  186. [17:05:02] [Server thread/INFO]: Preparing start region for level 0 (Seed: -6620897078748644384)
  187. [17:05:03] [Server thread/INFO]: Preparing spawn area: 99%
  188. [17:05:03] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6620897078748644384)
  189. [17:05:04] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8266073106691551416)
  190. [17:05:04] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  191. [17:05:04] [Server thread/INFO]: [Tim] Unused enchantments: LURE(62) LUCK(61) 
  192. [17:05:04] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  193. [17:05:04] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
  194. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  195. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - = ERROR REPORT START - 2.1.31 (Phoenix) =
  196. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  197. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - === PLEASE COPY AND PASTE THE ERROR.LOG FROM THE ==
  198. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - = GROUPMANAGER FOLDER TO AN ESSENTIALS DEVELOPER =
  199. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  200. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - The following file couldn't pass on Parser.
  201. plugins\GroupManager\worlds\world\groups.yml
  202. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  203. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - = ERROR REPORT ENDED =
  204. [17:05:04] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  205. [17:05:04] [Server thread/ERROR]: Error occurred while enabling GroupManager v2.1.31 (Phoenix) (Is it up to date?)
  206. java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
  207. plugins\GroupManager\worlds\world\groups.yml
  208. at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:248) ~[?:?]
  209. at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:103) ~[?:?]
  210. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  211. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  212. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  213. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  214. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  215. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  216. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  217. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  218. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  219. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  220. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  221. Caused by: java.lang.IllegalArgumentException: The following file couldn't pass on Parser.
  222. plugins\GroupManager\worlds\world\groups.yml
  223. at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:590) ~[?:?]
  224. at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:510) ~[?:?]
  225. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:678) ~[?:?]
  226. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:640) ~[?:?]
  227. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:110) ~[?:?]
  228. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:100) ~[?:?]
  229. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:92) ~[?:?]
  230. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:59) ~[?:?]
  231. at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:179) ~[?:?]
  232. ... 12 more
  233. Caused by: org.yaml.snakeyaml.scanner.ScannerException: while scanning an anchor; expected alphabetic or numeric character, but found '(39); in 'reader', line 71, column 18:
  234. prefix: '&2'
  235. ^
  236. at org.yaml.snakeyaml.scanner.ScannerImpl.scanAnchor(ScannerImpl.java:1446) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  237. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchAnchor(ScannerImpl.java:939) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  238. at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:370) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  239. at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:226) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  240. at org.yaml.snakeyaml.parser.ParserImpl$ParseBlockMappingKey.produce(ParserImpl.java:558) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  241. at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:158) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  242. at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:143) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  243. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:230) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  244. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  245. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  246. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  247. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  248. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  249. at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  250. at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:159) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  251. at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:122) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  252. at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  253. at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:120) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  254. at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:481) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  255. at org.yaml.snakeyaml.Yaml.load(Yaml.java:424) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  256. at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:585) ~[?:?]
  257. at org.anjocaido.groupmanager.dataholder.WorldDataHolder.loadGroups(WorldDataHolder.java:510) ~[?:?]
  258. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:678) ~[?:?]
  259. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.loadWorld(WorldsHolder.java:640) ~[?:?]
  260. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialWorldLoading(WorldsHolder.java:110) ~[?:?]
  261. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.initialLoad(WorldsHolder.java:100) ~[?:?]
  262. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.resetWorldsHolder(WorldsHolder.java:92) ~[?:?]
  263. at org.anjocaido.groupmanager.dataholder.worlds.WorldsHolder.<init>(WorldsHolder.java:59) ~[?:?]
  264. at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:179) ~[?:?]
  265. ... 12 more
  266. [17:05:04] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.0;3342-78f975b9
  267. [17:05:05] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  268. [17:05:05] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.CraftBukkit_v1_7_R4 as the Bukkit adapter
  269. [17:05:05] [Server thread/INFO]: [FrameProtect] Enabling FrameProtect v2.6
  270. [17:05:05] [Server thread/INFO]: [FrameProtect] ********************************************************************************
  271. [17:05:05] [Server thread/INFO]: [FrameProtect] FrameProtect 2.6 requires Bukkit 1.8 or greater to work.
  272. [17:05:05] [Server thread/INFO]: [FrameProtect] Please downgrade to 2.5 or update your server.
  273. [17:05:05] [Server thread/INFO]: [FrameProtect] FrameProtect will now disable itself.
  274. [17:05:05] [Server thread/INFO]: [FrameProtect] ********************************************************************************
  275. [17:05:05] [Server thread/INFO]: [FrameProtect] Disabling FrameProtect v2.6
  276. [17:05:05] [Server thread/INFO]: [PowerTool] Enabling PowerTool v0.9.10
  277. [17:05:05] [Server thread/INFO]: [PowerTool] 0.9.10 enabled.
  278. [17:05:05] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  279. [17:05:05] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  280. [17:05:05] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  281. [17:05:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -6620897078748644384
  282. [17:05:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -6620897078748644384
  283. [17:05:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -8266073106691551416
  284. [17:05:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Builds' - Env: NORMAL - Type: FLAT & seed: 6356753213231584266
  285. [17:05:05] [Server thread/INFO]: -------- World Settings For [Builds] --------
  286. [17:05:05] [Server thread/INFO]: View Distance: 10
  287. [17:05:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  288. [17:05:05] [Server thread/INFO]: Clear tick list: false
  289. [17:05:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  290. [17:05:05] [Server thread/INFO]: Item Despawn Rate: 6000
  291. [17:05:05] [Server thread/INFO]: Item Merge Radius: 2.5
  292. [17:05:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  293. [17:05:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  294. [17:05:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  295. [17:05:05] [Server thread/INFO]: Max TNT Explosions: 100
  296. [17:05:05] [Server thread/INFO]: Alternative Hopper Ticking: false
  297. [17:05:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  298. [17:05:05] [Server thread/INFO]: Random Lighting Updates: false
  299. [17:05:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  300. [17:05:05] [Server thread/INFO]: Structure Info Saving: true
  301. [17:05:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  302. [17:05:05] [Server thread/INFO]: Sending up to 5 chunks per packet
  303. [17:05:05] [Server thread/INFO]: Max Entity Collisions: 8
  304. [17:05:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  305. [17:05:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  306. [17:05:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  307. [17:05:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  308. [17:05:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  309. [17:05:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  310. [17:05:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  311. [17:05:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  312. [17:05:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  313. [17:05:05] [Server thread/INFO]: Mob Spawn Range: 4
  314. [17:05:05] [Server thread/INFO]: Anti X-Ray: true
  315. [17:05:05] [Server thread/INFO]: Engine Mode: 1
  316. [17:05:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  317. [17:05:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  318. [17:05:05] [Server thread/INFO]: Preparing start region for level 3 (Seed: 6356753213231584266)
  319. [17:05:05] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'SkyCraft' - Env: NORMAL - Type: FLAT & seed: 416612882237424858
  320. [17:05:05] [Server thread/INFO]: -------- World Settings For [SkyCraft] --------
  321. [17:05:05] [Server thread/INFO]: View Distance: 10
  322. [17:05:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  323. [17:05:05] [Server thread/INFO]: Clear tick list: false
  324. [17:05:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  325. [17:05:05] [Server thread/INFO]: Item Despawn Rate: 6000
  326. [17:05:05] [Server thread/INFO]: Item Merge Radius: 2.5
  327. [17:05:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  328. [17:05:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  329. [17:05:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  330. [17:05:05] [Server thread/INFO]: Max TNT Explosions: 100
  331. [17:05:05] [Server thread/INFO]: Alternative Hopper Ticking: false
  332. [17:05:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  333. [17:05:05] [Server thread/INFO]: Random Lighting Updates: false
  334. [17:05:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  335. [17:05:05] [Server thread/INFO]: Structure Info Saving: true
  336. [17:05:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  337. [17:05:05] [Server thread/INFO]: Sending up to 5 chunks per packet
  338. [17:05:05] [Server thread/INFO]: Max Entity Collisions: 8
  339. [17:05:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  340. [17:05:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  341. [17:05:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  342. [17:05:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  343. [17:05:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  344. [17:05:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  345. [17:05:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  346. [17:05:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  347. [17:05:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  348. [17:05:05] [Server thread/INFO]: Mob Spawn Range: 4
  349. [17:05:05] [Server thread/INFO]: Anti X-Ray: true
  350. [17:05:05] [Server thread/INFO]: Engine Mode: 1
  351. [17:05:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  352. [17:05:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  353. [17:05:05] [Server thread/INFO]: Preparing start region for level 4 (Seed: 416612882237424858)
  354. [17:05:05] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  355. [17:05:05] [Server thread/INFO]: [WarpPortals] Enabling WarpPortals v5.6.3
  356. [17:05:05] [Server thread/INFO]: [WarpPortals] 0 Portals loaded!
  357. [17:05:05] [Server thread/INFO]: [WarpPortals] 0 Destinations loaded!
  358. [17:05:05] [Server thread/INFO]: [NoteBlockAPI] Enabling NoteBlockAPI v1.1.0
  359. [17:05:05] [Server thread/INFO]: [Essentials_] Enabling Essentials_ v1.1
  360. [17:05:05] [Server thread/INFO]: [ServerMusic] Enabling ServerMusic v1.1.3
  361. [17:05:05] [Server thread/INFO]: [ServerMusic] MCStats enabled
  362. [17:05:05] [Server thread/INFO]: [SuperPotions] Enabling SuperPotions v2.6
  363. [17:05:06] [Thread-12/INFO]: [ServerMusic] No update found...
  364. [17:05:06] [Server thread/INFO]: [SuperPotions] version 2.6 has been enabled.
  365. [17:05:06] [Server thread/INFO]: [SuperPotions] made by: [Flaminyogurt]
  366. [17:05:06] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.9
  367. [17:05:06] [Server thread/INFO]: [FrameProtectDatabaseUpdater] Enabling FrameProtectDatabaseUpdater v0.3
  368. [17:05:06] [Server thread/INFO]: [FrameProtectDatabaseUpdater] ********************************************************************************
  369. [17:05:06] [Server thread/INFO]: [FrameProtectDatabaseUpdater] FrameProtectDatabaseUpdater 0.3 requires Bukkit 1.8 or greater to work.
  370. [17:05:06] [Server thread/INFO]: [FrameProtectDatabaseUpdater] FrameProtectDatabaseUpdater will now disable itself.
  371. [17:05:06] [Server thread/INFO]: [FrameProtectDatabaseUpdater] ********************************************************************************
  372. [17:05:06] [Server thread/INFO]: [FrameProtectDatabaseUpdater] Disabling FrameProtectDatabaseUpdater v0.3
  373. [17:05:06] [Server thread/INFO]: [LuckyBlocks] Enabling LuckyBlocks v6.0
  374. [17:05:06] [Server thread/INFO]: [LuckyBlocks] has been enabled!
  375. [17:05:06] [Server thread/ERROR]: Error occurred while enabling LuckyBlocks v6.0 (Is it up to date?)
  376. java.lang.NoClassDefFoundError: com/meesvdw/thepluginbros/luckyblocks/Metrics$1
  377. at com.meesvdw.thepluginbros.luckyblocks.Metrics.start(Metrics.java:174) ~[?:?]
  378. at com.meesvdw.thepluginbros.luckyblocks.LuckyBlocks.onEnable(LuckyBlocks.java:62) ~[?:?]
  379. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  380. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  381. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:412) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  382. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  383. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  384. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  385. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  386. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  387. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  388. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  389. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  390. Caused by: java.lang.ClassNotFoundException: com.meesvdw.thepluginbros.luckyblocks.Metrics$1
  391. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  392. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.7.0_79]
  393. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_79]
  394. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.7.0_79]
  395. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  396. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  397. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  398. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.7.0_79]
  399. ... 13 more
  400. [17:05:06] [Server thread/INFO]: [Essentials] Enabling Essentials v2.13.1
  401. [17:05:06] [Server thread/WARN]: ยง4Version mismatch! Please update Essentials_ to the same version.
  402. [17:05:06] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  403. [17:05:06] [Server thread/INFO]: git-Spigot-1.7.9-R0.2-207-g03373bb (MC: 1.7.10)
  404. [17:05:06] [Server thread/INFO]: 1.7.10-R0.1-SNAPSHOT
  405. [17:05:06] [Server thread/INFO]: Essentials: Using GroupManager based permissions.
  406. [17:05:06] [Server thread/WARN]: Plugin Essentials v2.13.1 tried to register permission 'essentials.*' but it's already registered
  407. java.lang.IllegalArgumentException: The permission essentials.* is already defined!
  408. at org.bukkit.plugin.SimplePluginManager.addPermission(SimplePluginManager.java:606) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  409. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:482) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  410. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  411. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  412. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  413. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  414. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  415. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  416. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  417. [17:05:06] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP v2.13.1
  418. [17:05:06] [Server thread/INFO]: Creating config from template: C:\Users\roarax\Desktop\Server2\plugins\EssentialsXMPP\config.yml
  419. [17:05:06] [Server thread/WARN]: config broken for xmpp
  420. [17:05:06] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.13.1
  421. [17:05:06] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  422. [17:05:06] [Server thread/INFO]: [Multiverse-Portals] Enabling Multiverse-Portals v2.4-b548
  423. [17:05:06] [Server thread/INFO]: [Multiverse-Portals] - Version 2.4-b548 Enabled - By Rigby and fernferret
  424. [17:05:06] [Server thread/INFO]: [Multiverse-Portals] 0 - Portals(s) loaded
  425. [17:05:06] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP v2.13.1
  426. [17:05:06] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
  427. [17:05:06] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.13.1
  428. [17:05:06] [Server thread/INFO]: [Factions] Enabling Factions v2.7.5
  429. [17:05:06] [Server thread/INFO]: [Factions 2.7.5] === ENABLE START ===
  430. [17:05:06] [Server thread/ERROR]: [Factions] Plugin Factions v2.7.5 has failed to register events for class com.massivecraft.factions.spigot.EngineSpigot because org/bukkit/event/player/PlayerInteractAtEntityEvent does not exist.
  431. [17:05:06] [Server thread/INFO]: [Factions 2.7.5] === ENABLE COMPLETE (Took 161ms) ===
  432. [17:05:06] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  433. [17:05:07] [Server thread/INFO]: Done (4.328s)! For help, type "help" or "?"
  434. [17:05:07] [Server thread/INFO]: [HolographicDisplays] Found a new version available: v2.1.10
  435. [17:05:07] [Server thread/INFO]: [HolographicDisplays] Download it on Bukkit Dev:
  436. [17:05:07] [Server thread/INFO]: [HolographicDisplays] dev.bukkit.org/bukkit-plugins/holographic-displays
  437. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
  438. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
  439. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
  440. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
  441. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
  442. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
  443. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
  444. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
  445. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
  446. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
  447. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Upgrading from player name to player uuid...
  448. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Pre update factions_mplayer.
  449. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] Post update factions_mplayer. Took 1ms. 0/10 changed.
  450. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
  451. [17:05:07] [Server thread/INFO]: [MassiveCore 2.7.5] (database saving will now commence which might lock the server for a while)
  452. [17:05:07] [Craft Scheduler Thread - 6/INFO]: [mcMMO] Cleaned backup files. Deleted 1 of 21 files.
  453. [17:11:31] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is disabled!
  454. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  455. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - = ERROR REPORT START - 2.1.31 (Phoenix) =
  456. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  457. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - === PLEASE COPY AND PASTE THE ERROR.LOG FROM THE ==
  458. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - = GROUPMANAGER FOLDER TO AN ESSENTIALS DEVELOPER =
  459. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  460. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - null
  461. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  462. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - = ERROR REPORT ENDED =
  463. [17:11:31] [Server thread/WARN]: GroupManager - SEVERE - ===================================================
  464. [17:11:31] [Server thread/WARN]: Unexpected exception while parsing console command "manload"
  465. org.bukkit.command.CommandException: Unhandled exception executing command 'manload' in plugin GroupManager v2.1.31 (Phoenix)
  466. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  467. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  468. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  469. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  470. at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  471. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  472. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  473. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  474. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  475. Caused by: java.lang.IllegalArgumentException
  476. at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:248) ~[?:?]
  477. at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:1827) ~[?:?]
  478. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  479. ... 8 more
  480. Caused by: java.lang.NullPointerException
  481. at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:181) ~[?:?]
  482. at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:1827) ~[?:?]
  483. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  484. ... 8 more
  485. [17:16:03] [Server thread/WARN]: Unexpected exception while parsing console command "manload"
  486. org.bukkit.command.CommandException: Unhandled exception executing command 'manload' in plugin GroupManager v2.1.31 (Phoenix)
  487. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  488. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  489. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  490. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  491. at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  492. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  493. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  494. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  495. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  496. Caused by: java.lang.NullPointerException
  497. at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:429) ~[?:?]
  498. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  499. ... 8 more
  500. [17:17:42] [User Authenticator #1/INFO]: UUID of player mastersnivy1 is ea4829e0-cfd8-497d-943e-52f7b2e112ba
  501. [17:17:42] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@7ec4473e[id=ea4829e0-cfd8-497d-943e-52f7b2e112ba,name=mastersnivy1,properties={textures=[net.minecraft.util.com.mojang.authlib.properties.Property@141e835d]},legacy=false] (/76.180.7.10:51839): You are not whitelisted on this server!
  502. [17:17:42] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@7ec4473e[id=ea4829e0-cfd8-497d-943e-52f7b2e112ba,name=mastersnivy1,properties={textures=[net.minecraft.util.com.mojang.authlib.properties.Property@141e835d]},legacy=false] (/76.180.7.10:51839): You are not whitelisted on this server!
  503. [17:17:42] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@7ec4473e[id=ea4829e0-cfd8-497d-943e-52f7b2e112ba,name=mastersnivy1,properties={textures=[net.minecraft.util.com.mojang.authlib.properties.Property@141e835d]},legacy=false] (/76.180.7.10:51839) lost connection: You are not whitelisted on this server!
  504. [17:18:10] [Server thread/WARN]: Unexpected exception while parsing console command "manload"
  505. org.bukkit.command.CommandException: Unhandled exception executing command 'manload' in plugin GroupManager v2.1.31 (Phoenix)
  506. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  507. at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:181) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  508. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:767) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  509. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:753) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  510. at net.minecraft.server.v1_7_R4.DedicatedServer.aB(DedicatedServer.java:326) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  511. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:290) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  512. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  513. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  514. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  515. Caused by: java.lang.NullPointerException
  516. at org.anjocaido.groupmanager.GroupManager.onCommand(GroupManager.java:429) ~[?:?]
  517. at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit.jar:git-Spigot-1.7.9-R0.2-207-g03373bb]
  518. ... 8 more
  519. [18:11:43] [User Authenticator #2/INFO]: UUID of player Zmiss is 230fae49-b3ca-426c-8770-580a457ac2a0
  520. [18:11:43] [Server thread/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@39dcaf68[id=230fae49-b3ca-426c-8770-580a457ac2a0,name=Zmiss,properties={textures=[net.minecraft.util.com.mojang.authlib.properties.Property@3b912bdf]},legacy=false] (/75.75.1.232:56405): You are not whitelisted on this server!
  521. [18:11:43] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@39dcaf68[id=230fae49-b3ca-426c-8770-580a457ac2a0,name=Zmiss,properties={textures=[net.minecraft.util.com.mojang.authlib.properties.Property@3b912bdf]},legacy=false] (/75.75.1.232:56405) lost connection: You are not whitelisted on this server!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement