Advertisement
Guest User

PWP

a guest
Dec 13th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.17 KB | None | 0 0
  1. [14:09:58] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [14:09:58] [Server thread/INFO]: Loading properties
  3. [14:09:58] [Server thread/INFO]: Default game type: SURVIVAL
  4. [14:09:59] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-18fbb24 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [14:09:59] [Server thread/INFO]: Debug logging is disabled
  6. [14:09:59] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [14:09:59] [Server thread/INFO]: Using 4 threads for Netty based IO
  8. [14:09:59] [Server thread/INFO]: Generating keypair
  9. [14:09:59] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [14:09:59] [Server thread/INFO]: Using default channel type
  11. [14:10:00] [Server thread/ERROR]: Could not load 'plugins/MCMA_compat.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/mcmyadmin/bukkitcompat/BukkitCompat : Unsupported major.minor version 51.0
  13. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  15. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  16. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  17. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  18. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  19. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  20. Caused by: java.lang.UnsupportedClassVersionError: com/mcmyadmin/bukkitcompat/BukkitCompat : Unsupported major.minor version 51.0
  21. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_37]
  22. at java.lang.ClassLoader.defineClass(ClassLoader.java:643) ~[?:1.6.0_37]
  23. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.6.0_37]
  24. at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) ~[?:1.6.0_37]
  25. at java.net.URLClassLoader.access$000(URLClassLoader.java:73) ~[?:1.6.0_37]
  26. at java.net.URLClassLoader$1.run(URLClassLoader.java:212) ~[?:1.6.0_37]
  27. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_37]
  28. at java.net.URLClassLoader.findClass(URLClassLoader.java:205) ~[?:1.6.0_37]
  29. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  30. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:323) ~[?:1.6.0_37]
  32. at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ~[?:1.6.0_37]
  33. at java.lang.Class.forName0(Native Method) ~[?:1.6.0_37]
  34. at java.lang.Class.forName(Class.java:274) ~[?:1.6.0_37]
  35. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  36. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  37. ... 6 more
  38. [14:10:01] [Server thread/ERROR]: Could not load 'plugins/PerWorldPlugins.jar' in folder 'plugins'
  39. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/incomprehendable/dev/pwp/PerWorldPlugins : Unsupported major.minor version 52.0
  40. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  41. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  42. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  43. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  44. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  45. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  46. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  47. Caused by: java.lang.UnsupportedClassVersionError: me/incomprehendable/dev/pwp/PerWorldPlugins : Unsupported major.minor version 52.0
  48. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_37]
  49. at java.lang.ClassLoader.defineClass(ClassLoader.java:643) ~[?:1.6.0_37]
  50. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.6.0_37]
  51. at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) ~[?:1.6.0_37]
  52. at java.net.URLClassLoader.access$000(URLClassLoader.java:73) ~[?:1.6.0_37]
  53. at java.net.URLClassLoader$1.run(URLClassLoader.java:212) ~[?:1.6.0_37]
  54. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_37]
  55. at java.net.URLClassLoader.findClass(URLClassLoader.java:205) ~[?:1.6.0_37]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  57. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  58. at java.lang.ClassLoader.loadClass(ClassLoader.java:323) ~[?:1.6.0_37]
  59. at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ~[?:1.6.0_37]
  60. at java.lang.Class.forName0(Native Method) ~[?:1.6.0_37]
  61. at java.lang.Class.forName(Class.java:274) ~[?:1.6.0_37]
  62. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  63. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  64. ... 6 more
  65. [14:10:01] [Server thread/ERROR]: Could not load 'plugins/VoteLink.jar' in folder 'plugins'
  66. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/McServerExpertDe/VoteLink/VoteLink : Unsupported major.minor version 51.0
  67. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  68. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  69. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  70. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  71. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  72. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  73. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  74. Caused by: java.lang.UnsupportedClassVersionError: me/McServerExpertDe/VoteLink/VoteLink : Unsupported major.minor version 51.0
  75. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_37]
  76. at java.lang.ClassLoader.defineClass(ClassLoader.java:643) ~[?:1.6.0_37]
  77. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.6.0_37]
  78. at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) ~[?:1.6.0_37]
  79. at java.net.URLClassLoader.access$000(URLClassLoader.java:73) ~[?:1.6.0_37]
  80. at java.net.URLClassLoader$1.run(URLClassLoader.java:212) ~[?:1.6.0_37]
  81. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_37]
  82. at java.net.URLClassLoader.findClass(URLClassLoader.java:205) ~[?:1.6.0_37]
  83. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  84. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  85. at java.lang.ClassLoader.loadClass(ClassLoader.java:323) ~[?:1.6.0_37]
  86. at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ~[?:1.6.0_37]
  87. at java.lang.Class.forName0(Native Method) ~[?:1.6.0_37]
  88. at java.lang.Class.forName(Class.java:274) ~[?:1.6.0_37]
  89. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  90. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  91. ... 6 more
  92. [14:10:01] [Server thread/ERROR]: Could not load 'plugins/KitAdder.jar' in folder 'plugins'
  93. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: kitadder/KitAdder : Unsupported major.minor version 51.0
  94. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  95. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  96. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  97. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  98. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  99. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  100. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  101. Caused by: java.lang.UnsupportedClassVersionError: kitadder/KitAdder : Unsupported major.minor version 51.0
  102. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_37]
  103. at java.lang.ClassLoader.defineClass(ClassLoader.java:643) ~[?:1.6.0_37]
  104. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.6.0_37]
  105. at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) ~[?:1.6.0_37]
  106. at java.net.URLClassLoader.access$000(URLClassLoader.java:73) ~[?:1.6.0_37]
  107. at java.net.URLClassLoader$1.run(URLClassLoader.java:212) ~[?:1.6.0_37]
  108. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_37]
  109. at java.net.URLClassLoader.findClass(URLClassLoader.java:205) ~[?:1.6.0_37]
  110. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  111. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  112. at java.lang.ClassLoader.loadClass(ClassLoader.java:323) ~[?:1.6.0_37]
  113. at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ~[?:1.6.0_37]
  114. at java.lang.Class.forName0(Native Method) ~[?:1.6.0_37]
  115. at java.lang.Class.forName(Class.java:274) ~[?:1.6.0_37]
  116. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  117. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  118. ... 6 more
  119. [14:10:01] [Server thread/ERROR]: Could not load 'plugins/EnjinMinecraftPlugin.jar' in folder 'plugins'
  120. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: com/enjin/officialplugin/EnjinMinecraftPlugin : Unsupported major.minor version 51.0
  121. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  122. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  123. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  124. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  125. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  126. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  127. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  128. Caused by: java.lang.UnsupportedClassVersionError: com/enjin/officialplugin/EnjinMinecraftPlugin : Unsupported major.minor version 51.0
  129. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.6.0_37]
  130. at java.lang.ClassLoader.defineClass(ClassLoader.java:643) ~[?:1.6.0_37]
  131. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.6.0_37]
  132. at java.net.URLClassLoader.defineClass(URLClassLoader.java:277) ~[?:1.6.0_37]
  133. at java.net.URLClassLoader.access$000(URLClassLoader.java:73) ~[?:1.6.0_37]
  134. at java.net.URLClassLoader$1.run(URLClassLoader.java:212) ~[?:1.6.0_37]
  135. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_37]
  136. at java.net.URLClassLoader.findClass(URLClassLoader.java:205) ~[?:1.6.0_37]
  137. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  138. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  139. at java.lang.ClassLoader.loadClass(ClassLoader.java:323) ~[?:1.6.0_37]
  140. at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ~[?:1.6.0_37]
  141. at java.lang.Class.forName0(Native Method) ~[?:1.6.0_37]
  142. at java.lang.Class.forName(Class.java:274) ~[?:1.6.0_37]
  143. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  144. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  145. ... 6 more
  146. [14:10:01] [Server thread/INFO]: [GroupManager] Loading GroupManager v2.1.31 (Phoenix)
  147. [14:10:01] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
  148. [14:10:01] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
  149. [14:10:01] [Server thread/INFO]: [MassiveCore] Loading MassiveCore v2.7.5
  150. [14:10:01] [Server thread/INFO]: [Vault] Loading Vault v1.5.3-b37
  151. [14:10:01] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  152. [14:10:01] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  153. [14:10:01] [Server thread/INFO]: [Permissions] Loading Permissions v3.1.6
  154. [14:10:01] [Server thread/INFO]: [SimpleAutoMessage] Loading SimpleAutoMessage v1.2.3
  155. [14:10:01] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.18
  156. [14:10:01] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.4
  157. [14:10:01] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  158. [14:10:01] [Server thread/INFO]: [mcMMO] Loading mcMMO v1.5.00-b3547
  159. [14:10:01] [Server thread/INFO]: [NoLink] Loading NoLink v1.0.0
  160. [14:10:01] [Server thread/INFO]: [CleanroomGenerator] Loading CleanroomGenerator v1.0.0
  161. [14:10:01] [Server thread/INFO]: [RuleBooks] Loading RuleBooks v1.1-b17
  162. [14:10:01] [Server thread/INFO]: [Essentials] Loading Essentials v2.11.1
  163. [14:10:01] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect v2.11.1
  164. [14:10:01] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.11.1
  165. [14:10:01] [Server thread/INFO]: [Skins] Loading Skins v1.8.3
  166. [14:10:01] [Server thread/INFO]: [CreativeGates] Loading CreativeGates v2.8.2
  167. [14:10:01] [Server thread/INFO]: [IslandWorld] Loading IslandWorld v6.1
  168. [14:10:01] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat v2.11.1
  169. [14:10:01] [Server thread/INFO]: [Factions] Loading Factions v2.7.5
  170. [14:10:01] [Server thread/INFO]: [MassiveCore] Enabling MassiveCore v2.7.5
  171. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE START ===
  172. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
  173. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
  174. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
  175. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
  176. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
  177. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
  178. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
  179. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
  180. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
  181. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
  182. [14:10:01] [Server thread/INFO]: [MassiveCore 2.7.5] Setup of IdUtil took 57ms.
  183. [14:10:02] [Server thread/INFO]: [MassiveCore 2.7.5] === ENABLE COMPLETE (Took 443ms) ===
  184. [14:10:02] [Server thread/INFO]: [Vault] Enabling Vault v1.5.3-b37
  185. [14:10:02] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  186. [14:10:02] [Server thread/INFO]: [Vault] [Permission] GroupManager found: Waiting
  187. [14:10:02] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  188. [14:10:02] [Server thread/INFO]: [Vault] [Chat] GroupManager found: Waiting
  189. [14:10:02] [Server thread/INFO]: [Vault] Enabled Version 1.5.3-b37
  190. [14:10:02] [Server thread/INFO]: [MassiveCore 2.7.5] Activated integration with Vault
  191. [14:10:02] [Server thread/INFO]: [mcMMO] Enabling mcMMO v1.5.00-b3547
  192. [14:10:02] [Server thread/WARN]: [mcMMO] NoCheatPlus plugin found, but CompatNoCheatPlus was not found!
  193. [14:10:02] [Server thread/WARN]: [mcMMO] mcMMO will not work properly alongside NoCheatPlus without CompatNoCheatPlus
  194. [14:10:05] [Server thread/INFO]: [CleanroomGenerator] Enabling CleanroomGenerator v1.0.0
  195. [14:10:05] [Server thread/INFO]: [CleanroomGenerator] CleanroomGenerator v1.0.0 enabled
  196. [14:10:05] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  197. [14:10:05] [Server thread/INFO]: Preparing level "world"
  198. [14:10:05] [Server thread/INFO]: -------- World Settings For [world] --------
  199. [14:10:05] [Server thread/INFO]: Cactus Growth Modifier: 100%
  200. [14:10:05] [Server thread/INFO]: Cane Growth Modifier: 100%
  201. [14:10:05] [Server thread/INFO]: Melon Growth Modifier: 100%
  202. [14:10:05] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  203. [14:10:05] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  204. [14:10:05] [Server thread/INFO]: Sapling Growth Modifier: 100%
  205. [14:10:05] [Server thread/INFO]: Wheat Growth Modifier: 100%
  206. [14:10:05] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  207. [14:10:05] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  208. [14:10:05] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  209. [14:10:05] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  210. [14:10:05] [Server thread/INFO]: Random Lighting Updates: false
  211. [14:10:05] [Server thread/INFO]: Structure Info Saving: true
  212. [14:10:05] [Server thread/INFO]: Anti X-Ray: true
  213. [14:10:05] [Server thread/INFO]: Engine Mode: 1
  214. [14:10:05] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  215. [14:10:05] [Server thread/INFO]: Replace Blocks: [1, 5]
  216. [14:10:05] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  217. [14:10:05] [Server thread/INFO]: Sending up to 5 chunks per packet
  218. [14:10:05] [Server thread/INFO]: Max Entity Collisions: 8
  219. [14:10:05] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  220. [14:10:05] [Server thread/INFO]: Max TNT Explosions: 100
  221. [14:10:05] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  222. [14:10:05] [Server thread/INFO]: Mob Spawn Range: 4
  223. [14:10:05] [Server thread/INFO]: Arrow Despawn Rate: 1200
  224. [14:10:05] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  225. [14:10:05] [Server thread/INFO]: View Distance: 10
  226. [14:10:05] [Server thread/INFO]: Chunks to Grow per Tick: 650
  227. [14:10:05] [Server thread/INFO]: Clear tick list: false
  228. [14:10:05] [Server thread/INFO]: Experience Merge Radius: 3.0
  229. [14:10:05] [Server thread/INFO]: Item Despawn Rate: 6000
  230. [14:10:05] [Server thread/INFO]: Item Merge Radius: 2.5
  231. [14:10:05] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  232. [14:10:06] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  233. [14:10:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  234. [14:10:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  235. [14:10:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  236. [14:10:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  237. [14:10:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  238. [14:10:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  239. [14:10:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  240. [14:10:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  241. [14:10:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  242. [14:10:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  243. [14:10:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  244. [14:10:06] [Server thread/INFO]: Random Lighting Updates: false
  245. [14:10:06] [Server thread/INFO]: Structure Info Saving: true
  246. [14:10:06] [Server thread/INFO]: Anti X-Ray: true
  247. [14:10:06] [Server thread/INFO]: Engine Mode: 1
  248. [14:10:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  249. [14:10:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  250. [14:10:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  251. [14:10:06] [Server thread/INFO]: Sending up to 5 chunks per packet
  252. [14:10:06] [Server thread/INFO]: Max Entity Collisions: 8
  253. [14:10:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  254. [14:10:06] [Server thread/INFO]: Max TNT Explosions: 100
  255. [14:10:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  256. [14:10:06] [Server thread/INFO]: Mob Spawn Range: 4
  257. [14:10:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  258. [14:10:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  259. [14:10:06] [Server thread/INFO]: View Distance: 10
  260. [14:10:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  261. [14:10:06] [Server thread/INFO]: Clear tick list: false
  262. [14:10:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  263. [14:10:06] [Server thread/INFO]: Item Despawn Rate: 6000
  264. [14:10:06] [Server thread/INFO]: Item Merge Radius: 2.5
  265. [14:10:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  266. [14:10:06] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  267. [14:10:06] [Server thread/INFO]: Cactus Growth Modifier: 100%
  268. [14:10:06] [Server thread/INFO]: Cane Growth Modifier: 100%
  269. [14:10:06] [Server thread/INFO]: Melon Growth Modifier: 100%
  270. [14:10:06] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  271. [14:10:06] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  272. [14:10:06] [Server thread/INFO]: Sapling Growth Modifier: 100%
  273. [14:10:06] [Server thread/INFO]: Wheat Growth Modifier: 100%
  274. [14:10:06] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  275. [14:10:06] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  276. [14:10:06] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  277. [14:10:06] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  278. [14:10:06] [Server thread/INFO]: Random Lighting Updates: false
  279. [14:10:06] [Server thread/INFO]: Structure Info Saving: true
  280. [14:10:06] [Server thread/INFO]: Anti X-Ray: true
  281. [14:10:06] [Server thread/INFO]: Engine Mode: 1
  282. [14:10:06] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  283. [14:10:06] [Server thread/INFO]: Replace Blocks: [1, 5]
  284. [14:10:06] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  285. [14:10:06] [Server thread/INFO]: Sending up to 5 chunks per packet
  286. [14:10:06] [Server thread/INFO]: Max Entity Collisions: 8
  287. [14:10:06] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  288. [14:10:06] [Server thread/INFO]: Max TNT Explosions: 100
  289. [14:10:06] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  290. [14:10:06] [Server thread/INFO]: Mob Spawn Range: 4
  291. [14:10:06] [Server thread/INFO]: Arrow Despawn Rate: 1200
  292. [14:10:06] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  293. [14:10:06] [Server thread/INFO]: View Distance: 10
  294. [14:10:06] [Server thread/INFO]: Chunks to Grow per Tick: 650
  295. [14:10:06] [Server thread/INFO]: Clear tick list: false
  296. [14:10:06] [Server thread/INFO]: Experience Merge Radius: 3.0
  297. [14:10:06] [Server thread/INFO]: Item Despawn Rate: 6000
  298. [14:10:06] [Server thread/INFO]: Item Merge Radius: 2.5
  299. [14:10:06] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  300. [14:10:06] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5048736981443587695)
  301. [14:10:07] [Server thread/INFO]: Preparing spawn area: 21%
  302. [14:10:08] [Server thread/INFO]: Preparing spawn area: 64%
  303. [14:10:09] [Server thread/INFO]: Preparing spawn area: 99%
  304. [14:10:09] [Server thread/INFO]: Preparing start region for level 1 (Seed: -8468782283322505858)
  305. [14:10:10] [Server thread/INFO]: Preparing spawn area: 35%
  306. [14:10:11] [Server thread/INFO]: Preparing spawn area: 57%
  307. [14:10:12] [Server thread/INFO]: Preparing spawn area: 84%
  308. [14:10:12] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8468782283322505858)
  309. [14:10:13] [Server thread/INFO]: [GroupManager] Enabling GroupManager v2.1.31 (Phoenix)
  310. [14:10:13] [Server thread/INFO]: GroupManager - INFO - World Found: world
  311. [14:10:13] [Server thread/INFO]: GroupManager - INFO - Superperms support enabled.
  312. [14:10:13] [Server thread/INFO]: GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
  313. [14:10:13] [Server thread/INFO]: GroupManager - INFO - Backups will be retained for 24 hours!
  314. [14:10:13] [Server thread/INFO]: GroupManager version 2.1.31 (Phoenix) is enabled!
  315. [14:10:13] [Server thread/INFO]: [Vault][Permission] GroupManager hooked.
  316. [14:10:13] [Server thread/INFO]: [Vault][Chat] GroupManager - Chat hooked.
  317. [14:10:13] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
  318. [14:10:14] [Server thread/WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
  319. [14:10:14] [Server thread/WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes
  320. [14:10:14] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Spigot-db6de12-18fbb24 (MC: 1.8.8)). Please check for updates and consider to request support.
  321. [14:10:14] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.
  322. [14:10:14] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.x|1.7.x / Bukkit-API
  323. [14:10:14] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  324. [14:10:14] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  325. [14:10:14] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  326. [14:10:15] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  327. [14:10:15] [Server thread/INFO]: [NoCheatPlus] Packet level access: ProtocolLib is not available.
  328. [14:10:15] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
  329. [14:10:15] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
  330. [14:10:16] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  331. [14:10:16] [Server thread/ERROR]: Error occurred while enabling WorldEdit v6.1;no_git_id (Is it up to date?)
  332. java.lang.ClassCastException: java.util.jar.JarFile cannot be cast to java.io.Closeable
  333. at com.sk89q.worldedit.util.io.Closer.close(Closer.java:153) ~[?:?]
  334. at com.sk89q.worldedit.bukkit.adapter.BukkitImplLoader.addFromJar(BukkitImplLoader.java:104) ~[?:?]
  335. at com.sk89q.worldedit.bukkit.WorldEditPlugin.loadAdapter(WorldEditPlugin.java:142) ~[?:?]
  336. at com.sk89q.worldedit.bukkit.WorldEditPlugin.onEnable(WorldEditPlugin.java:119) ~[?:?]
  337. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  338. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  339. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  340. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  341. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  342. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  343. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  344. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  345. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  346. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  347. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  348. [14:10:16] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  349. [14:10:17] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  350. [14:10:17] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  351. [14:10:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 5048736981443587695
  352. [14:10:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -8468782283322505858
  353. [14:10:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -8468782283322505858
  354. [14:10:18] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'cleanroom' - Env: NORMAL - Type: NORMAL & seed: 3042192788274307174 & generator: CleanroomGenerator:.
  355. [14:10:18] [Server thread/INFO]: -------- World Settings For [cleanroom] --------
  356. [14:10:18] [Server thread/INFO]: Cactus Growth Modifier: 100%
  357. [14:10:18] [Server thread/INFO]: Cane Growth Modifier: 100%
  358. [14:10:18] [Server thread/INFO]: Melon Growth Modifier: 100%
  359. [14:10:18] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  360. [14:10:18] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  361. [14:10:18] [Server thread/INFO]: Sapling Growth Modifier: 100%
  362. [14:10:18] [Server thread/INFO]: Wheat Growth Modifier: 100%
  363. [14:10:18] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  364. [14:10:18] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  365. [14:10:18] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  366. [14:10:18] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  367. [14:10:18] [Server thread/INFO]: Random Lighting Updates: false
  368. [14:10:18] [Server thread/INFO]: Structure Info Saving: true
  369. [14:10:18] [Server thread/INFO]: Anti X-Ray: true
  370. [14:10:18] [Server thread/INFO]: Engine Mode: 1
  371. [14:10:18] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  372. [14:10:18] [Server thread/INFO]: Replace Blocks: [1, 5]
  373. [14:10:18] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  374. [14:10:18] [Server thread/INFO]: Sending up to 5 chunks per packet
  375. [14:10:18] [Server thread/INFO]: Max Entity Collisions: 8
  376. [14:10:18] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  377. [14:10:18] [Server thread/INFO]: Max TNT Explosions: 100
  378. [14:10:18] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  379. [14:10:18] [Server thread/INFO]: Mob Spawn Range: 4
  380. [14:10:18] [Server thread/INFO]: Arrow Despawn Rate: 1200
  381. [14:10:18] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  382. [14:10:18] [Server thread/INFO]: View Distance: 10
  383. [14:10:18] [Server thread/INFO]: Chunks to Grow per Tick: 650
  384. [14:10:18] [Server thread/INFO]: Clear tick list: false
  385. [14:10:18] [Server thread/INFO]: Experience Merge Radius: 3.0
  386. [14:10:18] [Server thread/INFO]: Item Despawn Rate: 6000
  387. [14:10:18] [Server thread/INFO]: Item Merge Radius: 2.5
  388. [14:10:18] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  389. [14:10:18] [Server thread/INFO]: Preparing start region for level 3 (Seed: 3042192788274307174)
  390. [14:10:19] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  391. [14:10:19] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
  392. [14:10:20] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  393. [14:10:20] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'IslandWorld' - Env: NORMAL - Type: NORMAL & seed: -8801176432740475115 & generator: CleanroomGenerator:.
  394. [14:10:20] [Server thread/INFO]: -------- World Settings For [IslandWorld] --------
  395. [14:10:20] [Server thread/INFO]: Cactus Growth Modifier: 100%
  396. [14:10:20] [Server thread/INFO]: Cane Growth Modifier: 100%
  397. [14:10:20] [Server thread/INFO]: Melon Growth Modifier: 100%
  398. [14:10:20] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  399. [14:10:20] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  400. [14:10:20] [Server thread/INFO]: Sapling Growth Modifier: 100%
  401. [14:10:20] [Server thread/INFO]: Wheat Growth Modifier: 100%
  402. [14:10:20] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  403. [14:10:20] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  404. [14:10:20] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  405. [14:10:20] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  406. [14:10:20] [Server thread/INFO]: Random Lighting Updates: false
  407. [14:10:20] [Server thread/INFO]: Structure Info Saving: true
  408. [14:10:20] [Server thread/INFO]: Anti X-Ray: true
  409. [14:10:20] [Server thread/INFO]: Engine Mode: 1
  410. [14:10:20] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  411. [14:10:20] [Server thread/INFO]: Replace Blocks: [1, 5]
  412. [14:10:20] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  413. [14:10:20] [Server thread/INFO]: Sending up to 5 chunks per packet
  414. [14:10:20] [Server thread/INFO]: Max Entity Collisions: 8
  415. [14:10:20] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  416. [14:10:20] [Server thread/INFO]: Max TNT Explosions: 100
  417. [14:10:20] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  418. [14:10:20] [Server thread/INFO]: Mob Spawn Range: 4
  419. [14:10:20] [Server thread/INFO]: Arrow Despawn Rate: 1200
  420. [14:10:20] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  421. [14:10:20] [Server thread/INFO]: View Distance: 10
  422. [14:10:20] [Server thread/INFO]: Chunks to Grow per Tick: 650
  423. [14:10:20] [Server thread/INFO]: Clear tick list: false
  424. [14:10:20] [Server thread/INFO]: Experience Merge Radius: 3.0
  425. [14:10:20] [Server thread/INFO]: Item Despawn Rate: 6000
  426. [14:10:20] [Server thread/INFO]: Item Merge Radius: 2.5
  427. [14:10:20] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  428. [14:10:20] [Server thread/INFO]: Preparing start region for level 4 (Seed: -8801176432740475115)
  429. [14:10:20] [Server thread/WARN]: [Multiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
  430. [14:10:20] [Server thread/WARN]: [Multiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
  431. [14:10:21] [Server thread/ERROR]: [Multiverse-Core] New safe spawn NOT found!!!
  432. [14:10:21] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
  433. [14:10:21] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  434. [14:10:22] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  435. [14:10:22] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  436. [14:10:22] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  437. [14:10:22] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  438. [14:10:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  439. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  440. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  441. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  442. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  443. [14:10:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  444. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  445. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  446. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  447. [14:10:22] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  448. [14:10:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  449. [14:10:22] [Server thread/INFO]: [WorldGuard] (cleanroom) TNT ignition is PERMITTED.
  450. [14:10:22] [Server thread/INFO]: [WorldGuard] (cleanroom) Lighters are PERMITTED.
  451. [14:10:22] [Server thread/INFO]: [WorldGuard] (cleanroom) Lava fire is blocked.
  452. [14:10:22] [Server thread/INFO]: [WorldGuard] (cleanroom) Fire spread is UNRESTRICTED.
  453. [14:10:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'cleanroom'
  454. [14:10:22] [Server thread/INFO]: [WorldGuard] (IslandWorld) TNT ignition is PERMITTED.
  455. [14:10:22] [Server thread/INFO]: [WorldGuard] (IslandWorld) Lighters are PERMITTED.
  456. [14:10:22] [Server thread/INFO]: [WorldGuard] (IslandWorld) Lava fire is blocked.
  457. [14:10:22] [Server thread/INFO]: [WorldGuard] (IslandWorld) Fire spread is UNRESTRICTED.
  458. [14:10:22] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'IslandWorld'
  459. [14:10:22] [Server thread/INFO]: [WorldGuard] Loading region data...
  460. [14:10:23] [Server thread/INFO]: [Permissions] Enabling Permissions v3.1.6
  461. [14:10:23] [Server thread/INFO]: Fake Permissions version 3.1.6 is enabled!
  462. [14:10:23] [Server thread/INFO]: WEPIF: GroupManager detected! Using GroupManager for permissions.
  463. [14:10:23] [Server thread/INFO]: [SimpleAutoMessage] Enabling SimpleAutoMessage v1.2.3
  464. [14:10:23] [Server thread/INFO]: [SimpleAutoMessage] SimpleAutoMessage 1.2.3 is enabled!
  465. [14:10:24] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.18
  466. [14:10:24] [Server thread/WARN]: java.sql.SQLException: SQL statement failed: CREATE TABLE IF NOT EXISTS `accounts` (`name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  467. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.misc.SqlExceptionUtil.create(SqlExceptionUtil.java:22)
  468. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.table.TableUtils.doStatements(TableUtils.java:468)
  469. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.table.TableUtils.doCreateTable(TableUtils.java:442)
  470. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.table.TableUtils.createTable(TableUtils.java:220)
  471. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.table.TableUtils.createTableIfNotExists(TableUtils.java:61)
  472. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.UUIDs.NameManager.load(NameManager.java:203)
  473. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ChestShop.onEnable(ChestShop.java:105)
  474. [14:10:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  475. [14:10:24] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  476. [14:10:24] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  477. [14:10:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  478. [14:10:24] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  479. [14:10:24] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  480. [14:10:24] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  481. [14:10:24] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  482. [14:10:24] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  483. [14:10:24] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  484. [14:10:24] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:701)
  485. [14:10:24] [Server thread/WARN]: Caused by: java.sql.SQLException: [SQLITE_NOTADB] File opened that is not a database file (file is encrypted or is not a database)
  486. [14:10:24] [Server thread/WARN]: at org.sqlite.DB.newSQLException(DB.java:383)
  487. [14:10:24] [Server thread/WARN]: at org.sqlite.DB.newSQLException(DB.java:387)
  488. [14:10:24] [Server thread/WARN]: at org.sqlite.DB.throwex(DB.java:374)
  489. [14:10:24] [Server thread/WARN]: at org.sqlite.NativeDB.prepare(Native Method)
  490. [14:10:24] [Server thread/WARN]: at org.sqlite.DB.prepare(DB.java:123)
  491. [14:10:24] [Server thread/WARN]: at org.sqlite.PrepStmt.<init>(PrepStmt.java:42)
  492. [14:10:24] [Server thread/WARN]: at org.sqlite.Conn.prepareStatement(Conn.java:404)
  493. [14:10:24] [Server thread/WARN]: at org.sqlite.Conn.prepareStatement(Conn.java:399)
  494. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.jdbc.JdbcDatabaseConnection.compileStatement(JdbcDatabaseConnection.java:131)
  495. [14:10:24] [Server thread/WARN]: at com.Acrobot.ChestShop.ORMlite.table.TableUtils.doStatements(TableUtils.java:459)
  496. [14:10:24] [Server thread/WARN]: ... 16 more
  497. [14:10:24] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  498. [14:10:25] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.4
  499. [14:10:26] [Server thread/INFO]: [ClearLag] Loading modules...
  500. [14:10:26] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  501. [14:10:26] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  502. [14:10:26] [Thread-14/INFO]: [ClearLag] Checking for updates...
  503. [14:10:26] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  504. [14:10:26] [Thread-14/INFO]: [ClearLag] No updates found!
  505. [14:10:26] [Server thread/INFO]: [Votifier] Loaded vote listener: Vote4CashListener
  506. [14:10:26] [Server thread/INFO]: [Votifier] Votifier enabled.
  507. [14:10:26] [Server thread/INFO]: [NoLink] Enabling NoLink v1.0.0
  508. [14:10:26] [Server thread/INFO]: [RuleBooks] Enabling RuleBooks v1.1-b17
  509. [14:10:26] [Server thread/INFO]: [RuleBooks] Loading language file: default
  510. [14:10:26] [Server thread/ERROR]: Cannot load plugins/RuleBooks/languages/default.yml
  511. org.bukkit.configuration.InvalidConfigurationException: unacceptable character ' ' (0x0) special characters are not allowed
  512. in "'string'", position 0
  513. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  514. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  515. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  516. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  517. at net.syamn.rulebooks.I18n.loadLanguageFile(I18n.java:88) [RuleBooks.jar:?]
  518. at net.syamn.rulebooks.I18n.init(I18n.java:43) [RuleBooks.jar:?]
  519. at net.syamn.rulebooks.RuleBooks.onEnable(RuleBooks.java:75) [RuleBooks.jar:?]
  520. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  521. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  522. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  523. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  524. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  525. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  526. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  527. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  528. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  529. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  530. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  531. Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
  532. at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  533. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:47) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  534. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  535. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  536. ... 17 more
  537. [14:10:26] [Server thread/ERROR]: Cannot load plugins/RuleBooks/languages/default.yml
  538. org.bukkit.configuration.InvalidConfigurationException: unacceptable character ' ' (0x0) special characters are not allowed
  539. in "'string'", position 0
  540. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:57) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  541. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:226) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  542. at org.bukkit.configuration.file.FileConfiguration.load(FileConfiguration.java:169) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  543. at org.bukkit.configuration.file.YamlConfiguration.loadConfiguration(YamlConfiguration.java:180) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  544. at net.syamn.rulebooks.I18n.loadLanguageFile(I18n.java:88) [RuleBooks.jar:?]
  545. at net.syamn.rulebooks.I18n.setCurrentLanguage(I18n.java:75) [RuleBooks.jar:?]
  546. at net.syamn.rulebooks.I18n.init(I18n.java:50) [RuleBooks.jar:?]
  547. at net.syamn.rulebooks.RuleBooks.onEnable(RuleBooks.java:75) [RuleBooks.jar:?]
  548. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  549. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  550. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  551. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  552. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  553. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  554. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  555. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  556. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  557. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  558. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  559. Caused by: org.yaml.snakeyaml.reader.ReaderException: special characters are not allowed
  560. at org.yaml.snakeyaml.reader.StreamReader.checkPrintable(StreamReader.java:67) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  561. at org.yaml.snakeyaml.reader.StreamReader.<init>(StreamReader.java:47) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  562. at org.yaml.snakeyaml.Yaml.load(Yaml.java:369) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  563. at org.bukkit.configuration.file.YamlConfiguration.loadFromString(YamlConfiguration.java:55) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  564. ... 18 more
  565. [14:10:26] [Server thread/INFO]: [RuleBooks] RuleBooks version 1.1-b17 is enabled!
  566. [14:10:27] [Server thread/INFO]: [Essentials] Enabling Essentials v2.11.1
  567. [14:10:27] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  568. [14:10:27] [Server thread/INFO]: git-Spigot-db6de12-18fbb24 (MC: 1.8.8)
  569. [14:10:27] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  570. [14:10:27] [Server thread/ERROR]: Error occurred while enabling Essentials v2.11.1 (Is it up to date?)
  571. java.lang.NoSuchMethodError: com.google.common.cache.CacheBuilder.build(Lcom/google/common/cache/CacheLoader;)Lcom/google/common/cache/Cache;
  572. at com.earth2me.essentials.UserMap.<init>(UserMap.java:19) ~[?:?]
  573. at com.earth2me.essentials.Essentials.onEnable(Essentials.java:178) ~[?:?]
  574. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  575. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  576. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  577. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  578. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  579. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  580. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  581. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  582. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  583. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  584. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  585. [14:10:27] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  586. [14:10:27] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.11.1
  587. [14:10:27] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.11.1
  588. [14:10:27] [Server thread/INFO]: [Skins] Enabling Skins v1.8.3
  589. [14:10:27] [Server thread/INFO]: [CreativeGates] Enabling CreativeGates v2.8.2
  590. [14:10:27] [Server thread/INFO]: [CreativeGates 2.8.2] === ENABLE START ===
  591. [14:10:27] [Server thread/ERROR]: Error occurred while enabling CreativeGates v2.8.2 (Is it up to date?)
  592. java.lang.NoClassDefFoundError: com/massivecraft/massivecore/cmd/ArgSetting
  593. at com.massivecraft.creativegates.cmd.CmdCgWorldList.<init>(CmdCgWorldList.java:33) ~[?:?]
  594. at com.massivecraft.creativegates.cmd.CmdCgWorld.<init>(CmdCgWorld.java:13) ~[?:?]
  595. at com.massivecraft.creativegates.cmd.CmdCg.<init>(CmdCg.java:18) ~[?:?]
  596. at com.massivecraft.creativegates.CreativeGates.onEnable(CreativeGates.java:83) ~[?:?]
  597. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  598. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  599. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  600. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  601. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  602. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  603. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  604. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  605. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  606. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [spigot_server.jar:git-Spigot-db6de12-18fbb24]
  607. at java.lang.Thread.run(Thread.java:701) [?:1.6.0_37]
  608. Caused by: java.lang.ClassNotFoundException: com.massivecraft.massivecore.cmd.ArgSetting
  609. at java.net.URLClassLoader$1.run(URLClassLoader.java:217) ~[?:1.6.0_37]
  610. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.6.0_37]
  611. at java.net.URLClassLoader.findClass(URLClassLoader.java:205) ~[?:1.6.0_37]
  612. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  613. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot_server.jar:git-Spigot-db6de12-18fbb24]
  614. at java.lang.ClassLoader.loadClass(ClassLoader.java:323) ~[?:1.6.0_37]
  615. at java.lang.ClassLoader.loadClass(ClassLoader.java:268) ~[?:1.6.0_37]
  616. ... 15 more
  617. [14:10:27] [Server thread/INFO]: [IslandWorld] Enabling IslandWorld v6.1
  618. [14:10:27] [Server thread/INFO]: [IslandWorld] Dynmap support disabled
  619. [14:10:27] [Server thread/WARN]: [IslandWorld] ============================
  620. [14:10:27] [Server thread/WARN]: [IslandWorld] Warning! Spawn point (0, 64, 0) in world 'IslandWorld' is in area reserved for islands.
  621. [14:10:27] [Server thread/WARN]: [IslandWorld] ============================
  622. [14:10:28] [Server thread/INFO]: [IslandWorld] Checking for updates
  623. [14:10:28] [Server thread/INFO]: [IslandWorld] No updates found
  624. [14:10:28] [Server thread/INFO]: [IslandWorld] Loaded 10000 free islands.
  625. [14:10:28] [Server thread/INFO]: [IslandWorld] Loaded 0 taken islands.
  626. [14:10:28] [Server thread/INFO]: [IslandWorld] Loaded 50 challenges.
  627. [14:10:28] [Server thread/INFO]: [IslandWorld] Loaded 0 players completed challenges.
  628. [14:10:28] [Server thread/INFO]: [IslandWorld] Loaded 0 helping players.
  629. [14:10:28] [Server thread/INFO]: [IslandWorld] Loaded 0 points.
  630. [14:10:28] [Server thread/INFO]: [IslandWorld] Plugin enabled.
  631. [14:10:28] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat v2.11.1
  632. [14:10:28] [Server thread/INFO]: [Factions] Enabling Factions v2.7.5
  633. [14:10:28] [Server thread/INFO]: [Factions 2.7.5] === ENABLE START ===
  634. [14:10:29] [Server thread/INFO]: [Factions 2.7.5] === ENABLE COMPLETE (Took 759ms) ===
  635. [14:10:29] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  636. [14:10:30] [Server thread/INFO]: Done (24.421s)! For help, type "help" or "?"
  637. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Cachefile datas...
  638. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Onlineplayer datas...
  639. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Registry datas...
  640. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Loading Dbmojangapi datas...
  641. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Found: 0
  642. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Cached: 0
  643. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Player Strings Remaining: 0
  644. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Now fetching the remaining players from Mojang API ...
  645. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
  646. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Saving Cachefile...
  647. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Upgrading from player name to player uuid...
  648. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Pre update factions_mplayer.
  649. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] Post update factions_mplayer. Took 1ms. 0/5 changed.
  650. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5]  ... done!
  651. [14:10:30] [Server thread/INFO]: [MassiveCore 2.7.5] (database saving will now commence which might lock the server for a while)
  652. [14:10:30] [Server thread/WARN]: [NoCheatPlus] The block breaking data is incomplete, default to allow instant breaking:
  653. [14:10:30] [Server thread/WARN]: --- Missing entries -------------------------------
  654. [14:10:30] [Server thread/WARN]: * MISSING 165(SLIME_BLOCK / SOLID+GROUND)
  655. [14:10:30] [Server thread/WARN]: * MISSING 166(BARRIER / SOLID+GROUND)
  656. [14:10:30] [Server thread/WARN]: * MISSING 167(IRON_TRAPDOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  657. [14:10:30] [Server thread/WARN]: * MISSING 168(PRISMARINE / SOLID+GROUND)
  658. [14:10:30] [Server thread/WARN]: * MISSING 169(SEA_LANTERN / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  659. [14:10:30] [Server thread/WARN]: * MISSING 176(STANDING_BANNER / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  660. [14:10:30] [Server thread/WARN]: * MISSING 177(WALL_BANNER / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  661. [14:10:30] [Server thread/WARN]: * MISSING 178(DAYLIGHT_DETECTOR_INVERTED / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  662. [14:10:30] [Server thread/WARN]: * MISSING 179(RED_SANDSTONE / SOLID+GROUND)
  663. [14:10:30] [Server thread/WARN]: * MISSING 180(RED_SANDSTONE_STAIRS / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  664. [14:10:30] [Server thread/WARN]: * MISSING 181(DOUBLE_STONE_SLAB2 / SOLID+GROUND)
  665. [14:10:30] [Server thread/WARN]: * MISSING 182(STONE_SLAB2 / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  666. [14:10:30] [Server thread/WARN]: * MISSING 183(SPRUCE_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  667. [14:10:30] [Server thread/WARN]: * MISSING 184(BIRCH_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  668. [14:10:30] [Server thread/WARN]: * MISSING 185(JUNGLE_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  669. [14:10:30] [Server thread/WARN]: * MISSING 186(DARK_OAK_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  670. [14:10:30] [Server thread/WARN]: * MISSING 187(ACACIA_FENCE_GATE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  671. [14:10:30] [Server thread/WARN]: * MISSING 188(SPRUCE_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  672. [14:10:30] [Server thread/WARN]: * MISSING 189(BIRCH_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  673. [14:10:30] [Server thread/WARN]: * MISSING 190(JUNGLE_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  674. [14:10:30] [Server thread/WARN]: * MISSING 191(DARK_OAK_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  675. [14:10:30] [Server thread/WARN]: * MISSING 192(ACACIA_FENCE / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  676. [14:10:30] [Server thread/WARN]: * MISSING 193(SPRUCE_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  677. [14:10:30] [Server thread/WARN]: * MISSING 194(BIRCH_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  678. [14:10:30] [Server thread/WARN]: * MISSING 195(JUNGLE_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  679. [14:10:30] [Server thread/WARN]: * MISSING 196(ACACIA_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  680. [14:10:30] [Server thread/WARN]: * MISSING 197(DARK_OAK_DOOR / SOLID+IGN_PASSABLE+GROUND+GROUND_HEIGHT)
  681. [14:10:30] [Server thread/INFO]: [NoCheatPlus] Post-enable running...
  682. [14:10:31] [Server thread/INFO]: [NoCheatPlus] Post-enable finished.
  683. [14:10:31] [Server thread/INFO]: GroupManager - INFO - Bukkit Permissions Updated!
  684. [14:10:31] [Craft Scheduler Thread - 8/INFO]: [Vault] Checking for Updates ...
  685. [14:10:31] [Craft Scheduler Thread - 8/WARN]: [Vault] Stable Version: 1.5.6 is out! You are still running version: 1.5.3
  686. [14:10:31] [Craft Scheduler Thread - 8/WARN]: [Vault] Update at: http://dev.bukkit.org/server-mods/vault
  687. [14:10:37] [Server thread/INFO]: Plugins (24): GroupManager, NoCheatPlus, WorldEdit, MassiveCore, Vault, Multiverse-Core, WorldGuard, Permissions, SimpleAutoMessage, ChestShop, ClearLag, Votifier, mcMMO, NoLink, CleanroomGenerator, RuleBooks, Essentials, EssentialsProtect, EssentialsSpawn, Skins, CreativeGates, IslandWorld, EssentialsChat, Factions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement