Advertisement
Guest User

Error

a guest
Jan 24th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.13 KB | None | 0 0
  1. [16:55:06] [Server thread/INFO]: Starting minecraft server version 1.8.8
  2. [16:55:06] [Server thread/INFO]: Loading properties
  3. [16:55:06] [Server thread/INFO]: Default game type: SURVIVAL
  4. [16:55:07] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-07c3001 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
  5. [16:55:07] [Server thread/INFO]: Using 4 threads for Netty based IO
  6. [16:55:07] [Server thread/INFO]: Server Ping Player Sample Count: 12
  7. [16:55:07] [Server thread/INFO]: Debug logging is disabled
  8. [16:55:07] [Server thread/INFO]: Generating keypair
  9. [16:55:07] [Server thread/INFO]: Starting Minecraft server on *:25565
  10. [16:55:07] [Server thread/INFO]: Using epoll channel type
  11. [16:55:08] [Server thread/ERROR]: Could not load 'plugins/BankVaults.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:154) ~[mc.jar:git-Spigot-db6de12-07c3001]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [mc.jar:git-Spigot-db6de12-07c3001]
  15. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  16. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  17. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  18. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  19. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  20. ... 6 more
  21. [16:55:08] [Server thread/ERROR]: Could not load 'plugins/HelloWorld.jar' in folder 'plugins'
  22. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  23. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:154) ~[mc.jar:git-Spigot-db6de12-07c3001]
  24. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [mc.jar:git-Spigot-db6de12-07c3001]
  25. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  26. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  27. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  28. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  29. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  30. ... 6 more
  31. [16:55:08] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  32. [16:55:08] [Server thread/ERROR]: Could not load 'plugins/Skydive.jar' in folder 'plugins'
  33. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/jack/skydive/Skydive : Unsupported major.minor version 52.0
  34. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-db6de12-07c3001]
  35. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-db6de12-07c3001]
  36. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-db6de12-07c3001]
  37. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  38. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  39. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  40. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  41. Caused by: java.lang.UnsupportedClassVersionError: me/jack/skydive/Skydive : Unsupported major.minor version 52.0
  42. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_91]
  43. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_91]
  44. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_91]
  45. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_91]
  46. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_91]
  47. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_91]
  48. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
  49. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
  50. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
  51. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-db6de12-07c3001]
  52. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  53. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  54. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  55. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_91]
  56. at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_91]
  57. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-db6de12-07c3001]
  58. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  59. ... 6 more
  60. [16:55:08] [Server thread/ERROR]: Could not load 'plugins/Test.jar' in folder 'plugins'
  61. org.bukkit.plugin.InvalidPluginException: Cannot find main class `com.RenoVirus.test'
  62. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[mc.jar:git-Spigot-db6de12-07c3001]
  63. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  64. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-db6de12-07c3001]
  65. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-db6de12-07c3001]
  66. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  67. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  68. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  69. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  70. Caused by: java.lang.ClassNotFoundException: com.RenoVirus.test
  71. at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_91]
  72. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
  73. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
  74. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
  75. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-db6de12-07c3001]
  76. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  77. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  78. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  79. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_91]
  80. at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_91]
  81. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-db6de12-07c3001]
  82. ... 7 more
  83. [16:55:08] [Server thread/ERROR]: Could not load 'plugins/Whitelist.jar' in folder 'plugins'
  84. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  85. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-db6de12-07c3001]
  86. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-db6de12-07c3001]
  87. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-db6de12-07c3001]
  88. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  89. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  90. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  91. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  92. Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/player/PlayerListener
  93. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_91]
  94. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_91]
  95. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_91]
  96. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_91]
  97. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_91]
  98. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_91]
  99. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
  100. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
  101. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
  102. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-db6de12-07c3001]
  103. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  104. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  105. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  106. at net.immortal_forces.silence.plugin.whitelist.Whitelist.<init>(Whitelist.java:65) ~[?:?]
  107. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  108. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  109. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  110. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  111. at java.lang.Class.newInstance(Class.java:383) ~[?:1.7.0_91]
  112. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[mc.jar:git-Spigot-db6de12-07c3001]
  113. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  114. ... 6 more
  115. Caused by: java.lang.ClassNotFoundException: org.bukkit.event.player.PlayerListener
  116. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[mc.jar:git-Spigot-db6de12-07c3001]
  117. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  118. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  119. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  120. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_91]
  121. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_91]
  122. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_91]
  123. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_91]
  124. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_91]
  125. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_91]
  126. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
  127. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
  128. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
  129. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-db6de12-07c3001]
  130. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  131. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  132. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  133. at net.immortal_forces.silence.plugin.whitelist.Whitelist.<init>(Whitelist.java:65) ~[?:?]
  134. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  135. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  136. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  137. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  138. at java.lang.Class.newInstance(Class.java:383) ~[?:1.7.0_91]
  139. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[mc.jar:git-Spigot-db6de12-07c3001]
  140. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  141. ... 6 more
  142. [16:55:08] [Server thread/ERROR]: Could not load 'plugins/BusinessMe.jar' in folder 'plugins'
  143. org.bukkit.plugin.InvalidPluginException: java.lang.NullPointerException
  144. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-db6de12-07c3001]
  145. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-db6de12-07c3001]
  146. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-db6de12-07c3001]
  147. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  148. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  149. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  150. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  151. Caused by: java.lang.NullPointerException
  152. at me.renovirus.myplugin.BusinessMe.<init>(BusinessMe.java:40) ~[?:?]
  153. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  154. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  155. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  156. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  157. at java.lang.Class.newInstance(Class.java:383) ~[?:1.7.0_91]
  158. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[mc.jar:git-Spigot-db6de12-07c3001]
  159. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  160. ... 6 more
  161. [16:55:09] [Server thread/ERROR]: Could not load 'plugins/FoodyCraft.jar' in folder 'plugins'
  162. org.bukkit.plugin.UnknownDependencyException: Spout
  163. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [mc.jar:git-Spigot-db6de12-07c3001]
  164. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  165. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  166. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  167. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  168. [16:55:09] [Server thread/ERROR]: Could not load 'plugins/SignLink.jar' in folder 'plugins'
  169. org.bukkit.plugin.UnknownDependencyException: BKCommonLib
  170. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:219) [mc.jar:git-Spigot-db6de12-07c3001]
  171. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  172. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  173. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  174. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  175. [16:55:09] [Server thread/ERROR]: Could not load 'plugins/EpicGlass.jar' in folder 'plugins'
  176. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/Packet
  177. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-db6de12-07c3001]
  178. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-db6de12-07c3001]
  179. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-db6de12-07c3001]
  180. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  181. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  182. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  183. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  184. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R4/Packet
  185. at me.jordan.epicGlass.EpicGlass.<init>(EpicGlass.java:26) ~[?:?]
  186. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  187. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  188. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  189. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  190. at java.lang.Class.newInstance(Class.java:383) ~[?:1.7.0_91]
  191. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[mc.jar:git-Spigot-db6de12-07c3001]
  192. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  193. ... 6 more
  194. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R4.Packet
  195. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[mc.jar:git-Spigot-db6de12-07c3001]
  196. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  197. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  198. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  199. at me.jordan.epicGlass.EpicGlass.<init>(EpicGlass.java:26) ~[?:?]
  200. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  201. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  202. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  203. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  204. at java.lang.Class.newInstance(Class.java:383) ~[?:1.7.0_91]
  205. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:76) ~[mc.jar:git-Spigot-db6de12-07c3001]
  206. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  207. ... 6 more
  208. [16:55:09] [Server thread/ERROR]: Could not load 'plugins/DisableMe1.3.jar' in folder 'plugins'
  209. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: me/Coderforlife/Disable/Me : Unsupported major.minor version 52.0
  210. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-db6de12-07c3001]
  211. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-db6de12-07c3001]
  212. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-db6de12-07c3001]
  213. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  214. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  215. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  216. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  217. Caused by: java.lang.UnsupportedClassVersionError: me/Coderforlife/Disable/Me : Unsupported major.minor version 52.0
  218. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_91]
  219. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_91]
  220. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_91]
  221. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_91]
  222. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_91]
  223. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_91]
  224. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
  225. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
  226. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
  227. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-db6de12-07c3001]
  228. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  229. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  230. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  231. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_91]
  232. at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_91]
  233. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-db6de12-07c3001]
  234. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  235. ... 6 more
  236. [16:55:09] [Server thread/ERROR]: Could not load 'plugins/PirateSK-0.4.1.jar' in folder 'plugins'
  237. org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: pl/piratjsk/piratesk/PirateSK : Unsupported major.minor version 52.0
  238. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[mc.jar:git-Spigot-db6de12-07c3001]
  239. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[mc.jar:git-Spigot-db6de12-07c3001]
  240. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [mc.jar:git-Spigot-db6de12-07c3001]
  241. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [mc.jar:git-Spigot-db6de12-07c3001]
  242. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  243. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  244. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  245. Caused by: java.lang.UnsupportedClassVersionError: pl/piratjsk/piratesk/PirateSK : Unsupported major.minor version 52.0
  246. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_91]
  247. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_91]
  248. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_91]
  249. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_91]
  250. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_91]
  251. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_91]
  252. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
  253. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
  254. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
  255. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-db6de12-07c3001]
  256. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  257. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  258. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  259. at java.lang.Class.forName0(Native Method) ~[?:1.7.0_91]
  260. at java.lang.Class.forName(Class.java:278) ~[?:1.7.0_91]
  261. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[mc.jar:git-Spigot-db6de12-07c3001]
  262. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[mc.jar:git-Spigot-db6de12-07c3001]
  263. ... 6 more
  264. [16:55:10] [Server thread/INFO]: [ChairStairs] Loading ChairStairs v1.1
  265. [16:55:10] [Server thread/INFO]: [CommandButtons] Loading CommandButtons v1.0
  266. [16:55:10] [Server thread/INFO]: [Corpses] Loading Corpses v2.2
  267. [16:55:10] [Server thread/INFO]: [PluginManager] Loading PluginManager v1.2.2
  268. [16:55:10] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  269. [16:55:10] [Server thread/INFO]: [Parachute] Loading Parachute v0.2.2
  270. [16:55:10] [Server thread/INFO]: [CrackShotShop] Loading CrackShotShop v0.4
  271. [16:55:10] [Server thread/INFO]: [AntiFire] Loading AntiFire v2.9
  272. [16:55:10] [Server thread/INFO]: [Announcer] Loading Announcer v1.5
  273. [16:55:10] [Server thread/INFO]: [NoRain] Loading NoRain v0.2
  274. [16:55:10] [Server thread/INFO]: [InfinityDispenser] Loading InfinityDispenser v1.7
  275. [16:55:10] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
  276. [16:55:10] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
  277. [16:55:10] [Server thread/INFO]: [BlockSyntax] Loading BlockSyntax v1.0
  278. [16:55:10] [Server thread/INFO]: [Votifier] Loading Votifier v1.9
  279. [16:55:10] [Server thread/INFO]: [ImageOnMap] Loading ImageOnMap v2.7
  280. [16:55:10] [Server thread/INFO]: [Drinks] Loading Drinks v1.2a
  281. [16:55:10] [Server thread/INFO]: [SmokingPipes] Loading SmokingPipes v0.3
  282. [16:55:10] [Server thread/INFO]: [VxltPlace] Loading Voxelight-Place v1.1.7
  283. [16:55:10] [Server thread/INFO]: [SetSpawn] Loading SetSpawn v2.1
  284. [16:55:10] [Server thread/INFO]: [PTweaks] Loading PTweaks v6.0.15
  285. [16:55:10] [Server thread/INFO]: [NoCheatPlus] Loading NoCheatPlus v3.11.1-RC-sMD5NET-b743
  286. [16:55:10] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
  287. [16:55:10] [Server thread/INFO]: [Skript] Loading Skript v2.1.2
  288. [16:55:10] [Server thread/INFO]: [ColoredSigns] Loading ColoredSigns v4.25 Release
  289. [16:55:10] [Server thread/INFO]: [LogBlock] Loading LogBlock v1.94
  290. [16:55:10] [Server thread/INFO]: [LogBlock] Connecting to username@jdbc:mysql://localhost:3306/minecraft...
  291. [16:55:11] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is starting.
  292. [16:55:12] [Server thread/INFO]: HikariCP pool LogBlock-Connection-Pool is shutting down.
  293. [16:55:12] [Server thread/ERROR]: [LogBlock] Error while fetching connection:
  294. com.zaxxer.hikari.pool.PoolInitializationException: Exception during pool initialization
  295. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:544) ~[LogBlock.jar:?]
  296. at com.zaxxer.hikari.pool.BaseHikariPool.<init>(BaseHikariPool.java:171) ~[LogBlock.jar:?]
  297. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:60) ~[LogBlock.jar:?]
  298. at com.zaxxer.hikari.pool.HikariPool.<init>(HikariPool.java:48) ~[LogBlock.jar:?]
  299. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:104) ~[LogBlock.jar:?]
  300. at de.diddiz.util.MySQLConnectionPool.getConnection(MySQLConnectionPool.java:38) ~[LogBlock.jar:?]
  301. at de.diddiz.LogBlock.LogBlock.getConnection(LogBlock.java:263) [LogBlock.jar:?]
  302. at de.diddiz.LogBlock.LogBlock.onLoad(LogBlock.java:63) [LogBlock.jar:?]
  303. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:297) [mc.jar:git-Spigot-db6de12-07c3001]
  304. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:198) [mc.jar:git-Spigot-db6de12-07c3001]
  305. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  306. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  307. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  308.  
  309. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  310. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  311. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  312. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  313. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  314. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[mc.jar:git-Spigot-db6de12-07c3001]
  315. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) ~[mc.jar:git-Spigot-db6de12-07c3001]
  316. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) ~[mc.jar:git-Spigot-db6de12-07c3001]
  317. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[mc.jar:git-Spigot-db6de12-07c3001]
  318. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[mc.jar:git-Spigot-db6de12-07c3001]
  319. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[mc.jar:git-Spigot-db6de12-07c3001]
  320. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[mc.jar:git-Spigot-db6de12-07c3001]
  321. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mc.jar:git-Spigot-db6de12-07c3001]
  322. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  323. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  324. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  325. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  326. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[mc.jar:git-Spigot-db6de12-07c3001]
  327. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[mc.jar:git-Spigot-db6de12-07c3001]
  328. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[mc.jar:git-Spigot-db6de12-07c3001]
  329. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock.jar:?]
  330. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock.jar:?]
  331. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock.jar:?]
  332. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock.jar:?]
  333. ... 11 more
  334. Caused by: java.net.ConnectException: Connection refused
  335. at java.net.PlainSocketImpl.socketConnect(Native Method) ~[?:1.7.0_91]
  336. at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339) ~[?:1.7.0_91]
  337. at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) ~[?:1.7.0_91]
  338. at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) ~[?:1.7.0_91]
  339. at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[?:1.7.0_91]
  340. at java.net.Socket.connect(Socket.java:579) ~[?:1.7.0_91]
  341. at java.net.Socket.connect(Socket.java:528) ~[?:1.7.0_91]
  342. at java.net.Socket.<init>(Socket.java:425) ~[?:1.7.0_91]
  343. at java.net.Socket.<init>(Socket.java:241) ~[?:1.7.0_91]
  344. at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:254) ~[mc.jar:git-Spigot-db6de12-07c3001]
  345. at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:292) ~[mc.jar:git-Spigot-db6de12-07c3001]
  346. at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[mc.jar:git-Spigot-db6de12-07c3001]
  347. at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[mc.jar:git-Spigot-db6de12-07c3001]
  348. at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[mc.jar:git-Spigot-db6de12-07c3001]
  349. at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[mc.jar:git-Spigot-db6de12-07c3001]
  350. at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[mc.jar:git-Spigot-db6de12-07c3001]
  351. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.7.0_91]
  352. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57) ~[?:1.7.0_91]
  353. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.7.0_91]
  354. at java.lang.reflect.Constructor.newInstance(Constructor.java:526) ~[?:1.7.0_91]
  355. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[mc.jar:git-Spigot-db6de12-07c3001]
  356. at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[mc.jar:git-Spigot-db6de12-07c3001]
  357. at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[mc.jar:git-Spigot-db6de12-07c3001]
  358. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:92) ~[LogBlock.jar:?]
  359. at com.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:98) ~[LogBlock.jar:?]
  360. at com.zaxxer.hikari.pool.BaseHikariPool.addConnection(BaseHikariPool.java:438) ~[LogBlock.jar:?]
  361. at com.zaxxer.hikari.pool.BaseHikariPool.initializeConnections(BaseHikariPool.java:542) ~[LogBlock.jar:?]
  362. ... 11 more
  363. [16:55:12] [Server thread/INFO]: [Bounty] Loading Bounty v4.1.2
  364. [16:55:12] [Server thread/INFO]: [Jail] Loading Jail v2.6.5-b3
  365. [16:55:12] [Server thread/INFO]: [Pixelator] Loading Pixelator v1.2.1
  366. [16:55:12] [Server thread/INFO]: [pSpam] Loading pSpam v1.0
  367. [16:55:12] [Server thread/INFO]: [CrackShot] Loading CrackShot v0.98.5
  368. [16:55:12] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.8.4
  369. [16:55:12] [Server thread/INFO]: [BikesFlag] Loading BikesFlag v1.0
  370. [16:55:12] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  371. [16:55:12] [Server thread/INFO]: [PayPulse] Loading PayPulse v0.05
  372. [16:55:12] [Server thread/INFO]: [Buycraft] Loading Buycraft v6.8.2
  373. [16:55:12] [Server thread/INFO]: [ServerListPlus] Loading ServerListPlus v3.4
  374. [16:55:12] [Server thread/INFO]: [CustomTab] Loading CustomTab v1.1
  375. [16:55:12] [Server thread/INFO]: [LocalChat] Loading LocalChat v1.4.1
  376. [16:55:12] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  377. [16:55:12] [Server thread/INFO]: [HeadsLite] Loading HeadsLite v1.2
  378. [16:55:12] [Server thread/INFO]: [GrapplingHook] Loading GrapplingHook v1.5.6
  379. [16:55:12] [Server thread/INFO]: [WiiPay] Loading WiiPay v1.1
  380. [16:55:12] [Server thread/INFO]: [MinecraftRadio] Loading MinecraftRadio v2.0
  381. [16:55:12] [Server thread/INFO]: [Thirst] Loading Thirst v1.6.2
  382. [16:55:12] [Server thread/INFO]: [TimeGivesYouMoney] Loading TimeGivesYouMoney v1.2.2
  383. [16:55:12] [Server thread/INFO]: [SimpleBroadcast] Loading SimpleBroadcast v1.9
  384. [16:55:12] [Server thread/INFO]: [LaggRemover] Loading LaggRemover v0.2.0
  385. [16:55:12] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.16-SNAPSHOT (build 1247)
  386. [16:55:12] [Server thread/INFO]: [LinksOnSigns] Loading LinksOnSigns v1.9
  387. [16:55:12] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
  388. [16:55:12] [Server thread/INFO]: [NoMelt] Loading NoMelt v1.0.0
  389. [16:55:12] [Server thread/INFO]: [VanishNoPacket] Loading VanishNoPacket v3.19
  390. [16:55:12] [Server thread/INFO]: [AntiWitherDestruction] Loading AntiWitherDestruction v0.3
  391. [16:55:12] [Server thread/INFO]: [JailstickLimitations] Loading JailstickLimitations v1.0
  392. [16:55:12] [Server thread/INFO]: [ImageMaps] Loading ImageMaps v0.4.1
  393. [16:55:12] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.3
  394. [16:55:12] [Server thread/INFO]: [MyCommand] Loading MyCommand v5.1.6
  395. [16:55:12] [Server thread/INFO]: [CarsFlag] Loading CarsFlag v1.0
  396. [16:55:12] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
  397. [16:55:12] [Server thread/INFO]: [ShortCutSay] Loading ShortCutSay v1.0
  398. [16:55:12] [Server thread/INFO]: [GrandTheftMinecart] Loading GrandTheftMinecart v2.0.5
  399. [16:55:12] [Server thread/INFO]: [FurnitureLib] Loading FurnitureLib v1.4.5
  400. [16:55:12] [Server thread/INFO]: [Disease] Loading Disease v1.7
  401. [16:55:12] [Server thread/INFO]: [IP-Check] Loading IP-Check v2.0.6
  402. [16:55:12] [Server thread/INFO]: [Vehicles] Loading Vehicles v2.6
  403. [16:55:12] [Server thread/INFO]: [Exams] Loading Exams v0.2.4
  404. [16:55:12] [Server thread/INFO]: [BloodParticles] Loading BloodParticles v0.5.0
  405. [16:55:12] [Server thread/INFO]: [ServerMinimap] Loading ServerMinimap v0.7.8
  406. [16:55:12] [Server thread/INFO]: [SamistineSignFix] Loading SamistineSignFix v2.2
  407. [16:55:12] [Server thread/INFO]: [Banknotes] Loading Banknotes v1.8.0
  408. [16:55:12] [Server thread/INFO]: [Lockette] Loading Lockette v1.8.19
  409. [16:55:12] [Server thread/INFO]: [AutoRespawn] Loading AutoRespawn v1.0
  410. [16:55:12] [Server thread/INFO]: [SalvageSmelter] Loading SalvageSmelter v0.1.8
  411. [16:55:12] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v1.7.1
  412. [16:55:12] [Server thread/INFO]: [Ridemycraft] Loading Ridemycraft v${version}
  413. [16:55:12] [Server thread/INFO]: [SolidPlayers] Loading SolidPlayers v1.6.4
  414. [16:55:12] [Server thread/INFO]: [Reporter] Loading Reporter v3.2.6.1
  415. [16:55:12] [Server thread/INFO]: [PermissionsExTabColors] Loading PermissionsExTabColors v1.7
  416. [16:55:12] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.8.12
  417. [16:55:12] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  418. [16:55:12] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.5.0
  419. [16:55:12] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.1.10
  420. [16:55:12] [Server thread/INFO]: [Lift] Loading Lift v52
  421. [16:55:12] [Server thread/INFO]: [FriskStick] Loading FriskStick v1.0 Beta
  422. [16:55:12] [Server thread/INFO]: [SignShop] Loading SignShop v2.11.0
  423. [16:55:12] [Server thread/INFO]: [ChatRadiusWarning] Loading ChatRadiusWarning v1.0.2
  424. [16:55:12] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.8.0-b52
  425. [16:55:12] [Server thread/INFO]: [CasinoSlots] Loading CasinoSlots v2.5.7-b11
  426. [16:55:12] [Server thread/INFO]: [MoreItems] Loading MoreItems v1.1.2
  427. [16:55:12] [Server thread/INFO]: [Autorank] Loading Autorank v3.6
  428. [16:55:12] [Server thread/INFO]: [ArmorStandTools] Loading ArmorStandTools v2.06
  429. [16:55:12] [Server thread/INFO]: [AreaShop] Loading AreaShop v2.2.1
  430. [16:55:12] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v2.7.7
  431. [16:55:12] [Server thread/INFO]: [DiceFurniture] Loading DiceFurniture v2.6.6
  432. [16:55:12] [Server thread/INFO]: [TitleManager] Loading TitleManager v1.5.11
  433. [16:55:12] [Server thread/INFO]: [Brewery] Loading Brewery v1.3.1
  434. [16:55:12] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  435. [16:55:12] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  436. [16:55:12] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  437. [16:55:12] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  438. [16:55:12] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  439. [16:55:12] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  440. [16:55:12] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
  441. [16:55:12] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  442. [16:55:12] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  443. [16:55:12] [Server thread/INFO]: Preparing level "world"
  444. [16:55:12] [Server thread/INFO]: -------- World Settings For [world] --------
  445. [16:55:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  446. [16:55:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  447. [16:55:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  448. [16:55:12] [Server thread/INFO]: View Distance: 10
  449. [16:55:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  450. [16:55:12] [Server thread/INFO]: Clear tick list: false
  451. [16:55:12] [Server thread/INFO]: Item Merge Radius: 2.5
  452. [16:55:12] [Server thread/INFO]: Item Despawn Rate: 6000
  453. [16:55:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  454. [16:55:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  455. [16:55:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  456. [16:55:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  457. [16:55:12] [Server thread/INFO]: Random Lighting Updates: false
  458. [16:55:12] [Server thread/INFO]: Structure Info Saving: true
  459. [16:55:12] [Server thread/INFO]: Mob Spawn Range: 4
  460. [16:55:12] [Server thread/INFO]: Anti X-Ray: true
  461. [16:55:12] [Server thread/INFO]: Engine Mode: 1
  462. [16:55:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  463. [16:55:12] [Server thread/INFO]: Replace Blocks: [1, 5]
  464. [16:55:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  465. [16:55:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  466. [16:55:12] [Server thread/INFO]: Max Entity Collisions: 8
  467. [16:55:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  468. [16:55:12] [Server thread/INFO]: Max TNT Explosions: 100
  469. [16:55:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  470. [16:55:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  471. [16:55:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  472. [16:55:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  473. [16:55:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  474. [16:55:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  475. [16:55:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  476. [16:55:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  477. [16:55:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  478. [16:55:12] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  479. [16:55:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  480. [16:55:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  481. [16:55:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  482. [16:55:12] [Server thread/INFO]: View Distance: 10
  483. [16:55:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  484. [16:55:12] [Server thread/INFO]: Clear tick list: false
  485. [16:55:12] [Server thread/INFO]: Item Merge Radius: 2.5
  486. [16:55:12] [Server thread/INFO]: Item Despawn Rate: 6000
  487. [16:55:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  488. [16:55:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  489. [16:55:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  490. [16:55:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  491. [16:55:12] [Server thread/INFO]: Random Lighting Updates: false
  492. [16:55:12] [Server thread/INFO]: Structure Info Saving: true
  493. [16:55:12] [Server thread/INFO]: Mob Spawn Range: 4
  494. [16:55:12] [Server thread/INFO]: Anti X-Ray: true
  495. [16:55:12] [Server thread/INFO]: Engine Mode: 1
  496. [16:55:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  497. [16:55:12] [Server thread/INFO]: Replace Blocks: [1, 5]
  498. [16:55:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  499. [16:55:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  500. [16:55:12] [Server thread/INFO]: Max Entity Collisions: 8
  501. [16:55:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  502. [16:55:12] [Server thread/INFO]: Max TNT Explosions: 100
  503. [16:55:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  504. [16:55:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  505. [16:55:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  506. [16:55:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  507. [16:55:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  508. [16:55:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  509. [16:55:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  510. [16:55:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  511. [16:55:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  512. [16:55:12] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  513. [16:55:12] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  514. [16:55:12] [Server thread/INFO]: Experience Merge Radius: 3.0
  515. [16:55:12] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  516. [16:55:12] [Server thread/INFO]: View Distance: 10
  517. [16:55:12] [Server thread/INFO]: Chunks to Grow per Tick: 650
  518. [16:55:12] [Server thread/INFO]: Clear tick list: false
  519. [16:55:12] [Server thread/INFO]: Item Merge Radius: 2.5
  520. [16:55:12] [Server thread/INFO]: Item Despawn Rate: 6000
  521. [16:55:12] [Server thread/INFO]: Arrow Despawn Rate: 1200
  522. [16:55:12] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  523. [16:55:12] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  524. [16:55:12] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  525. [16:55:12] [Server thread/INFO]: Random Lighting Updates: false
  526. [16:55:12] [Server thread/INFO]: Structure Info Saving: true
  527. [16:55:12] [Server thread/INFO]: Mob Spawn Range: 4
  528. [16:55:12] [Server thread/INFO]: Anti X-Ray: true
  529. [16:55:12] [Server thread/INFO]: Engine Mode: 1
  530. [16:55:12] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  531. [16:55:12] [Server thread/INFO]: Replace Blocks: [1, 5]
  532. [16:55:12] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  533. [16:55:12] [Server thread/INFO]: Sending up to 10 chunks per packet
  534. [16:55:12] [Server thread/INFO]: Max Entity Collisions: 8
  535. [16:55:12] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  536. [16:55:12] [Server thread/INFO]: Max TNT Explosions: 100
  537. [16:55:12] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  538. [16:55:12] [Server thread/INFO]: Cactus Growth Modifier: 100%
  539. [16:55:12] [Server thread/INFO]: Cane Growth Modifier: 100%
  540. [16:55:12] [Server thread/INFO]: Melon Growth Modifier: 100%
  541. [16:55:12] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  542. [16:55:12] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  543. [16:55:12] [Server thread/INFO]: Sapling Growth Modifier: 100%
  544. [16:55:12] [Server thread/INFO]: Wheat Growth Modifier: 100%
  545. [16:55:12] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  546. [16:55:12] [Server thread/INFO]: Preparing start region for level 0 (Seed: -7714815452782408081)
  547. [16:55:13] [Server thread/INFO]: Preparing start region for level 1 (Seed: 8486706916006888531)
  548. [16:55:14] [Server thread/INFO]: Preparing start region for level 2 (Seed: 8486706916006888531)
  549. [16:55:14] [Server thread/INFO]: [ChairStairs] Enabling ChairStairs v1.1
  550. [16:55:14] [Server thread/INFO]: [CommandButtons] Enabling CommandButtons v1.0
  551. [16:55:14] [Server thread/INFO]: [Corpses] Enabling Corpses v2.2
  552. [16:55:14] [Server thread/INFO]: Loading corpses creator...
  553. [16:55:14] [Server thread/INFO]: Corpses creator loaded.
  554. [16:55:14] [Server thread/INFO]: [PluginManager] Enabling PluginManager v1.2.2
  555. [16:55:14] [Server thread/INFO]: [Parachute] Enabling Parachute v0.2.2
  556. [16:55:14] [Server thread/INFO]: Parachute v0.2.2 - Plugin Enabled.
  557. [16:55:14] [Server thread/INFO]: [CrackShotShop] Enabling CrackShotShop v0.4
  558. [16:55:14] [Server thread/INFO]: [AntiFire] Enabling AntiFire v2.9
  559. [16:55:14] [Server thread/INFO]: [AntiFire] enabled, brought to you by Filbert66
  560. [16:55:14] [Server thread/INFO]: [Announcer] Enabling Announcer v1.5
  561. [16:55:15] [Server thread/INFO]: Announcer v1.5 is enabled!
  562.  
  563. [16:55:15] [Server thread/INFO]: [NoRain] Enabling NoRain v0.2
  564. [16:55:15] [Server thread/INFO]: [InfinityDispenser] Enabling InfinityDispenser v1.7
  565. [16:55:15] [Server thread/INFO]: [InfinityDispenser] 1.7 version is enabled
  566. [16:55:15] [Server thread/INFO]: [BlockSyntax] Enabling BlockSyntax v1.0
  567. [16:55:15] [Server thread/INFO]: [Votifier] Enabling Votifier v1.9
  568. [16:55:15] [Server thread/ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
  569. [16:55:15] [Server thread/ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
  570. [16:55:15] [Server thread/ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
  571. java.net.BindException: Cannot assign requested address
  572. at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.7.0_91]
  573. at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376) ~[?:1.7.0_91]
  574. at java.net.ServerSocket.bind(ServerSocket.java:376) ~[?:1.7.0_91]
  575. at java.net.ServerSocket.bind(ServerSocket.java:330) ~[?:1.7.0_91]
  576. at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [votifier-1.9.jar:?]
  577. at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [votifier-1.9.jar:?]
  578. at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [votifier-1.9.jar:?]
  579. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) [mc.jar:git-Spigot-db6de12-07c3001]
  580. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-db6de12-07c3001]
  581. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-db6de12-07c3001]
  582. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-db6de12-07c3001]
  583. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-db6de12-07c3001]
  584. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-db6de12-07c3001]
  585. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-db6de12-07c3001]
  586. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-db6de12-07c3001]
  587. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-db6de12-07c3001]
  588. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  589. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  590. [16:55:15] [Server thread/ERROR]: [Votifier] Votifier did not initialize properly!
  591. [16:55:15] [Server thread/INFO]: [ImageOnMap] Enabling ImageOnMap v2.7
  592. [16:55:15] [Server thread/INFO]: [ImageOnMap] Metrics launched for ImageOnMap
  593. [16:55:19] [Server thread/INFO]: [ImageOnMap] 0 maps was loaded
  594. [16:55:19] [Server thread/INFO]: [ImageOnMap] 1605 maps can't be loaded
  595. [16:55:19] [Server thread/INFO]: [Drinks] Enabling Drinks v1.2a
  596. [16:55:19] [Server thread/INFO]: [Drinks] - Version 1.2a has been enabled!
  597. [16:55:19] [Server thread/INFO]: [SmokingPipes] Enabling SmokingPipes v0.3
  598. [16:55:19] [Server thread/INFO]: [SmokingPipes] Plugin Loading
  599. [16:55:19] [Server thread/INFO]: [SmokingPipes] Thanks for using BYTE Smoking Pipes plugin - www.byte.org.uk!
  600. [16:55:19] [Server thread/INFO]: [SmokingPipes] Creating Smoking Pipe custom recipe
  601. [16:55:19] [Server thread/INFO]: [SmokingPipes] Creating Golden Pipe custom recipe
  602. [16:55:19] [Server thread/INFO]: [SmokingPipes] Creating PuffWeed custom recipeDried Smoking Grass
  603. [16:55:19] [Server thread/INFO]: [SmokingPipes] Creating Lumnas Root custom recipe
  604. [16:55:19] [Server thread/INFO]: [SmokingPipes] Creating FireWeed custom recipe
  605. [16:55:19] [Server thread/INFO]: [SmokingPipes] Creating Badroot custom recipe
  606. [16:55:19] [Server thread/INFO]: [VxltPlace] Enabling Voxelight-Place v1.1.7
  607. [16:55:20] [Server thread/INFO]: [SetSpawn] Enabling SetSpawn v2.1
  608. [16:55:20] [Server thread/INFO]: [PTweaks] Enabling PTweaks v6.0.15
  609. [16:55:20] [Server thread/INFO]: [PTweaks] AutoSaveStopper is enabled!
  610. [16:55:20] [Server thread/INFO]: [PTweaks] Packet Autosave set to 50000
  611. [16:55:20] [Server thread/INFO]: [PTweaks] ChunkPersistance is enabled!
  612. [16:55:20] [Server thread/INFO]: [PTweaks] Chunk Life Time: 100000ms
  613. [16:55:20] [Server thread/INFO]: [PTweaks] Chunk Prune Time: 3ms
  614. [16:55:20] [Server thread/INFO]: [PTweaks] MonsterLimiter is enabled!
  615. [16:55:20] [Server thread/INFO]: [NoCheatPlus] Enabling NoCheatPlus v3.11.1-RC-sMD5NET-b743
  616. [16:55:21] [Server thread/WARN]: [NoCheatPlus] Check for updates and support at BukkitDev: http://dev.bukkit.org/server-mods/nocheatplus/
  617. [16:55:21] [Server thread/WARN]: [NoCheatPlus] Development builds (unsupported by the Bukkit Staff, at your own risk): http://ci.md-5.net/job/NoCheatPlus/changes
  618. [16:55:21] [Server thread/WARN]: [NoCheatPlus] Could not set up native access for the server-mod (git-Spigot-db6de12-07c3001 (MC: 1.8.8)). Please check for updates and consider to request support.
  619. [16:55:21] [Server thread/WARN]: [NoCheatPlus] Bukkit-API-only access: Some features will likely not function properly, performance might suffer.
  620. [16:55:21] [Server thread/INFO]: [NoCheatPlus] McAccess set to: 1.4.6|1.4.7|1.5.x|1.6.x|1.7.x / Bukkit-API
  621. [16:55:21] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.5 blocks.
  622. [16:55:21] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.6.1 blocks.
  623. [16:55:21] [Server thread/INFO]: [NoCheatPlus] Added block-info for Minecraft 1.7.2 blocks.
  624. [16:55:21] [Server thread/INFO]: [NoCheatPlus] Inventory checks: FastConsume is available, disabled InstantEat.
  625. [16:55:21] [Server thread/INFO]: Adding packet level hooks for ProtocolLib (MC 1.8.8)...
  626. [16:55:21] [Server thread/INFO]: [NoCheatPlus] Available (and activated) packet level hooks: SoundDistance
  627. [16:55:21] [Server thread/INFO]: [NoCheatPlus] Version 3.11.1-RC-sMD5NET-b743 is enabled.
  628. [16:55:21] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
  629. [16:55:21] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
  630. [16:55:21] [Server thread/INFO]: [Skript] Enabling Skript v2.1.2
  631. [16:55:23] [Server thread/INFO]: [Skript] Loaded a total of 11504 english aliases
  632. [16:55:23] [Server thread/WARN]: [Skript] There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
  633. [16:55:23] [Server thread/INFO]: [Skript] ~ created by & ? Peter G?ttinger aka Njol ~
  634. [16:55:23] [Server thread/INFO]: [ColoredSigns] Enabling ColoredSigns v4.25 Release
  635. [16:55:23] [Server thread/INFO]: [ColoredSigns] ColoredSigns v4.25 Release has been enabled.
  636. [16:55:23] [Server thread/INFO]: [LogBlock] Enabling LogBlock v1.94
  637. [16:55:23] [Server thread/INFO]: [Bounty] Enabling Bounty v4.1.2
  638. [16:55:23] [Server thread/INFO]: [Bounty] Plugin enabled
  639. [16:55:23] [Server thread/INFO]: [Bounty] Settings read from config file
  640. [16:55:23] [Server thread/INFO]: [Bounty] Language settings read from language config file
  641. [16:55:23] [Server thread/INFO]: [Jail] Enabling Jail v2.6.5-b3
  642. [16:55:24] [Server thread/INFO]: [Jail] Loaded 1 jail zones.
  643. [16:55:24] [Server thread/INFO]: [Jail] Loaded 6 prisoners.
  644. [16:55:24] [Server thread/INFO]: [Jail] Loaded 11 cells.
  645. [16:55:24] [Server thread/INFO]: [Jail] Notifications plugin not installed, features disabled
  646. [16:55:25] [Server thread/INFO]: [Jail] Jail v2.6.5-b3 loaded!
  647. [16:55:25] [Server thread/INFO]: [Pixelator] Enabling Pixelator v1.2.1
  648. [16:55:25] [Server thread/INFO]: [Pixelator] config.yml successfully loaded.
  649. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '77'. Cause: null
  650. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '79'. Cause: null
  651. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '81'. Cause: null
  652. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '83'. Cause: null
  653. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '85'. Cause: null
  654. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '87'. Cause: null
  655. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '89'. Cause: null
  656. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '91'. Cause: null
  657. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '92'. Cause: null
  658. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '95'. Cause: null
  659. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '97'. Cause: null
  660. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '98'. Cause: null
  661. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '99'. Cause: null
  662. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '103'. Cause: null
  663. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '105'. Cause: null
  664. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '107'. Cause: null
  665. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '109'. Cause: null
  666. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '111'. Cause: null
  667. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '112'. Cause: null
  668. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '114'. Cause: null
  669. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '115'. Cause: null
  670. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '118'. Cause: null
  671. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '119'. Cause: null
  672. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '122'. Cause: null
  673. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '124'. Cause: null
  674. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '126'. Cause: null
  675. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '128'. Cause: null
  676. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '131'. Cause: null
  677. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '133'. Cause: null
  678. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '135'. Cause: null
  679. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '136'. Cause: null
  680. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '138'. Cause: null
  681. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '140'. Cause: null
  682. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '150'. Cause: null
  683. [16:55:25] [Server thread/INFO]: [Pixelator] Ignoring renderer with id '152'. Cause: null
  684. [16:55:25] [Server thread/INFO]: [Pixelator] 30 renderers loaded.
  685. [16:55:25] [Thread-21/WARN]: Exception in thread "Thread-21"
  686. [16:55:25] [Thread-21/WARN]: java.lang.NullPointerException: The source does not contain an image
  687. [16:55:25] [Thread-21/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  688. [16:55:25] [Server thread/INFO]: [Pixelator] This plugin is using Metrics by Hidendra!
  689. [16:55:25] [Server thread/INFO]: [Pixelator] Plugin version 1.2.1 activated! (308 ms)
  690. [16:55:25] [Server thread/INFO]: [pSpam] Enabling pSpam v1.0
  691. [16:55:25] [Server thread/INFO]: [CrackShot] Enabling CrackShot v0.98.5
  692. [16:55:25] [Server thread/INFO]: [CrackShot] Gun-mode activated. Boop!
  693. [16:55:25] [Thread-40/WARN]: Exception in thread "Thread-40"
  694. [16:55:25] [Thread-40/WARN]: java.lang.NullPointerException: The source does not contain an image
  695. [16:55:25] [Thread-40/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  696. [16:55:25] [Thread-39/WARN]: Exception in thread "Thread-39"
  697. [16:55:25] [Thread-39/WARN]: java.lang.NullPointerException: The source does not contain an image
  698. [16:55:25] [Thread-39/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  699. [16:55:25] [Thread-41/WARN]: Exception in thread "Thread-41"
  700. [16:55:25] [Thread-41/WARN]: java.lang.NullPointerException: The source does not contain an image
  701. [16:55:25] [Thread-41/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  702. [16:55:25] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.8.4
  703. [16:55:25] [Server thread/INFO]: [ClearLag] Loading modules...
  704. [16:55:25] [Thread-30/WARN]: Exception in thread "Thread-30"
  705. [16:55:25] [Thread-30/WARN]: java.lang.NullPointerException: The source does not contain an image
  706. [16:55:25] [Thread-30/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  707. [16:55:25] [Server thread/INFO]: [ClearLag] Modules have been loaded!
  708. [16:55:25] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
  709. [16:55:25] [Thread-42/INFO]: [ClearLag] Checking for updates...
  710. [16:55:25] [Server thread/INFO]: [BikesFlag] Enabling BikesFlag v1.0
  711. [16:55:26] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  712. [16:55:26] [Server thread/WARN]: ?4Version mismatch! Please update EssentialsSpawn to the same version.
  713. [16:55:26] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  714. [16:55:26] [Server thread/INFO]: git-Spigot-db6de12-07c3001 (MC: 1.8.8)
  715. [16:55:26] [Server thread/INFO]: 1.8.8-R0.1-SNAPSHOT
  716. [16:55:26] [Server thread/INFO]: Using locale en_US
  717. [16:55:26] [Thread-42/INFO]: [ClearLag] No updates found!
  718. [16:55:26] [Thread-18/WARN]: Exception in thread "Thread-18"
  719. [16:55:26] [Thread-18/WARN]: java.lang.NullPointerException: The source does not contain an image
  720. [16:55:26] [Thread-18/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  721. [16:55:26] [Thread-23/WARN]: Exception in thread "Thread-23"
  722. [16:55:26] [Thread-23/WARN]: java.lang.NullPointerException: The source does not contain an image
  723. [16:55:26] [Thread-23/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  724. [16:55:26] [Thread-24/WARN]: Exception in thread "Thread-24"
  725. [16:55:26] [Thread-24/WARN]: java.lang.NullPointerException: The source does not contain an image
  726. [16:55:26] [Thread-24/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  727. [16:55:26] [Server thread/INFO]: Using locale en_US
  728. [16:55:26] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  729. [16:55:26] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  730. [16:55:26] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  731. [16:55:26] [Server thread/INFO]: [PayPulse] Enabling PayPulse v0.05
  732. [16:55:26] [Server thread/INFO]: [Buycraft] Enabling Buycraft v6.8.2
  733. [16:55:26] [Server thread/INFO]: [Buycraft] Loaded all signs from disk
  734. [16:55:26] [Server thread/INFO]: [ServerListPlus] Enabling ServerListPlus v3.4
  735. [16:55:26] [Server thread/INFO]: [ServerListPlus] [Core] Starting...
  736. [16:55:26] [Server thread/WARN]: [ServerListPlus] [Core] You're using Java 7 or lower. Keep in mind future versions of ServerListPlus may require Java 8 or higher. Java 8 contains various improvements, especially regarding performance. If possible, please upgrade as soon as possible.
  737. [16:55:26] [Thread-17/WARN]: Exception in thread "Thread-17"
  738. [16:55:26] [Thread-17/WARN]: java.lang.NullPointerException: The source does not contain an image
  739. [16:55:26] [Thread-17/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  740. [16:55:26] [Server thread/INFO]: [ServerListPlus] [Core] Reloading configuration...
  741. [16:55:26] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: ServerStatusConf
  742. [16:55:26] [Server thread/INFO]: [ServerListPlus] [Core] Loaded configuration: PluginConf
  743. [16:55:26] [Server thread/INFO]: [ServerListPlus] [Core] Reloading saved player identities...
  744. [16:55:27] [Server thread/INFO]: [ServerListPlus] Successfully loaded!
  745. [16:55:27] [Server thread/INFO]: [ServerListPlus] ServerListPlus v3.4 enabled.
  746. [16:55:27] [Server thread/INFO]: [CustomTab] Enabling CustomTab v1.1
  747. [16:55:27] [Server thread/INFO]: [LocalChat] Enabling LocalChat v1.4.1
  748. [16:55:27] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  749. [16:55:27] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  750. [16:55:27] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  751. [16:55:27] [Thread-15/WARN]: Exception in thread "Thread-15"
  752. [16:55:27] [Thread-15/WARN]: java.lang.NullPointerException: The source does not contain an image
  753. [16:55:27] [Thread-15/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$2.run(MapImageRenderer.java:52)
  754. [16:55:27] [Thread-16/WARN]: Exception in thread "Thread-16"
  755. [16:55:27] [Thread-16/WARN]: java.lang.NullPointerException: The source does not contain an image
  756. [16:55:27] [Thread-16/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  757. [16:55:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'CooperCraft' - Env: NORMAL - Type: FLAT & seed: 8391033750002383428
  758. [16:55:27] [Server thread/INFO]: -------- World Settings For [CooperCraft] --------
  759. [16:55:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  760. [16:55:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  761. [16:55:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  762. [16:55:27] [Server thread/INFO]: View Distance: 10
  763. [16:55:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  764. [16:55:27] [Server thread/INFO]: Clear tick list: false
  765. [16:55:27] [Server thread/INFO]: Item Merge Radius: 2.5
  766. [16:55:27] [Server thread/INFO]: Item Despawn Rate: 6000
  767. [16:55:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  768. [16:55:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  769. [16:55:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  770. [16:55:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  771. [16:55:27] [Server thread/INFO]: Random Lighting Updates: false
  772. [16:55:27] [Server thread/INFO]: Structure Info Saving: true
  773. [16:55:27] [Server thread/INFO]: Mob Spawn Range: 4
  774. [16:55:27] [Server thread/INFO]: Anti X-Ray: true
  775. [16:55:27] [Server thread/INFO]: Engine Mode: 1
  776. [16:55:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  777. [16:55:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  778. [16:55:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  779. [16:55:27] [Server thread/INFO]: Sending up to 10 chunks per packet
  780. [16:55:27] [Server thread/INFO]: Max Entity Collisions: 8
  781. [16:55:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  782. [16:55:27] [Server thread/INFO]: Max TNT Explosions: 100
  783. [16:55:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  784. [16:55:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  785. [16:55:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  786. [16:55:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  787. [16:55:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  788. [16:55:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  789. [16:55:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  790. [16:55:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  791. [16:55:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  792. [16:55:27] [Server thread/INFO]: Preparing start region for level 3 (Seed: 8391033750002383428)
  793. [16:55:27] [Thread-20/WARN]: Exception in thread "Thread-20"
  794. [16:55:27] [Thread-20/WARN]: java.lang.NullPointerException: The source does not contain an image
  795. [16:55:27] [Thread-20/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  796. [16:55:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'CooperCraft_the_end' - Env: THE_END - Type: NORMAL & seed: -6224667192050849516
  797. [16:55:27] [Server thread/INFO]: -------- World Settings For [CooperCraft_the_end] --------
  798. [16:55:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  799. [16:55:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  800. [16:55:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  801. [16:55:27] [Server thread/INFO]: View Distance: 10
  802. [16:55:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  803. [16:55:27] [Server thread/INFO]: Clear tick list: false
  804. [16:55:27] [Server thread/INFO]: Item Merge Radius: 2.5
  805. [16:55:27] [Server thread/INFO]: Item Despawn Rate: 6000
  806. [16:55:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  807. [16:55:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  808. [16:55:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  809. [16:55:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  810. [16:55:27] [Server thread/INFO]: Random Lighting Updates: false
  811. [16:55:27] [Server thread/INFO]: Structure Info Saving: true
  812. [16:55:27] [Server thread/INFO]: Mob Spawn Range: 4
  813. [16:55:27] [Server thread/INFO]: Anti X-Ray: true
  814. [16:55:27] [Server thread/INFO]: Engine Mode: 1
  815. [16:55:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  816. [16:55:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  817. [16:55:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  818. [16:55:27] [Server thread/INFO]: Sending up to 10 chunks per packet
  819. [16:55:27] [Server thread/INFO]: Max Entity Collisions: 8
  820. [16:55:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  821. [16:55:27] [Server thread/INFO]: Max TNT Explosions: 100
  822. [16:55:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  823. [16:55:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  824. [16:55:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  825. [16:55:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  826. [16:55:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  827. [16:55:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  828. [16:55:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  829. [16:55:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  830. [16:55:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  831. [16:55:27] [Thread-19/WARN]: Exception in thread "Thread-19"
  832. [16:55:27] [Thread-19/WARN]: java.lang.NullPointerException: The source does not contain an image
  833. [16:55:27] [Thread-19/WARN]: at com.darkblade12.pixelator.renderer.types.MapImageRenderer$1.run(MapImageRenderer.java:24)
  834. [16:55:27] [Server thread/INFO]: Preparing start region for level 4 (Seed: -6224667192050849516)
  835. [16:55:27] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'map' - Env: NORMAL - Type: NORMAL & seed: 7073104101319878255
  836. [16:55:27] [Server thread/INFO]: -------- World Settings For [map] --------
  837. [16:55:27] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  838. [16:55:27] [Server thread/INFO]: Experience Merge Radius: 3.0
  839. [16:55:27] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  840. [16:55:27] [Server thread/INFO]: View Distance: 10
  841. [16:55:27] [Server thread/INFO]: Chunks to Grow per Tick: 650
  842. [16:55:27] [Server thread/INFO]: Clear tick list: false
  843. [16:55:27] [Server thread/INFO]: Item Merge Radius: 2.5
  844. [16:55:27] [Server thread/INFO]: Item Despawn Rate: 6000
  845. [16:55:27] [Server thread/INFO]: Arrow Despawn Rate: 1200
  846. [16:55:27] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  847. [16:55:27] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  848. [16:55:27] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  849. [16:55:27] [Server thread/INFO]: Random Lighting Updates: false
  850. [16:55:27] [Server thread/INFO]: Structure Info Saving: true
  851. [16:55:27] [Server thread/INFO]: Mob Spawn Range: 4
  852. [16:55:27] [Server thread/INFO]: Anti X-Ray: true
  853. [16:55:27] [Server thread/INFO]: Engine Mode: 1
  854. [16:55:27] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  855. [16:55:27] [Server thread/INFO]: Replace Blocks: [1, 5]
  856. [16:55:27] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  857. [16:55:27] [Server thread/INFO]: Sending up to 10 chunks per packet
  858. [16:55:27] [Server thread/INFO]: Max Entity Collisions: 8
  859. [16:55:27] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  860. [16:55:27] [Server thread/INFO]: Max TNT Explosions: 100
  861. [16:55:27] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  862. [16:55:27] [Server thread/INFO]: Cactus Growth Modifier: 100%
  863. [16:55:27] [Server thread/INFO]: Cane Growth Modifier: 100%
  864. [16:55:27] [Server thread/INFO]: Melon Growth Modifier: 100%
  865. [16:55:27] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  866. [16:55:27] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  867. [16:55:27] [Server thread/INFO]: Sapling Growth Modifier: 100%
  868. [16:55:27] [Server thread/INFO]: Wheat Growth Modifier: 100%
  869. [16:55:27] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  870. [16:55:27] [Server thread/INFO]: Preparing start region for level 5 (Seed: 7073104101319878255)
  871. [16:55:28] [Server thread/INFO]: Preparing spawn area for map, 81%
  872. [16:55:29] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'map_the_end' - Env: THE_END - Type: NORMAL & seed: 7073104101319878255
  873. [16:55:29] [Server thread/INFO]: -------- World Settings For [map_the_end] --------
  874. [16:55:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  875. [16:55:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  876. [16:55:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  877. [16:55:29] [Server thread/INFO]: View Distance: 10
  878. [16:55:29] [Server thread/INFO]: Chunks to Grow per Tick: 650
  879. [16:55:29] [Server thread/INFO]: Clear tick list: false
  880. [16:55:29] [Server thread/INFO]: Item Merge Radius: 2.5
  881. [16:55:29] [Server thread/INFO]: Item Despawn Rate: 6000
  882. [16:55:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
  883. [16:55:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  884. [16:55:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  885. [16:55:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  886. [16:55:29] [Server thread/INFO]: Random Lighting Updates: false
  887. [16:55:29] [Server thread/INFO]: Structure Info Saving: true
  888. [16:55:29] [Server thread/INFO]: Mob Spawn Range: 4
  889. [16:55:29] [Server thread/INFO]: Anti X-Ray: true
  890. [16:55:29] [Server thread/INFO]: Engine Mode: 1
  891. [16:55:29] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  892. [16:55:29] [Server thread/INFO]: Replace Blocks: [1, 5]
  893. [16:55:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  894. [16:55:29] [Server thread/INFO]: Sending up to 10 chunks per packet
  895. [16:55:29] [Server thread/INFO]: Max Entity Collisions: 8
  896. [16:55:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  897. [16:55:29] [Server thread/INFO]: Max TNT Explosions: 100
  898. [16:55:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  899. [16:55:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  900. [16:55:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  901. [16:55:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  902. [16:55:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  903. [16:55:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  904. [16:55:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  905. [16:55:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  906. [16:55:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  907. [16:55:29] [Server thread/INFO]: Preparing start region for level 6 (Seed: 7073104101319878255)
  908. [16:55:29] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'New' - Env: NORMAL - Type: NORMAL & seed: 3916873177883572861
  909. [16:55:29] [Server thread/INFO]: -------- World Settings For [New] --------
  910. [16:55:29] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  911. [16:55:29] [Server thread/INFO]: Experience Merge Radius: 3.0
  912. [16:55:29] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  913. [16:55:29] [Server thread/INFO]: View Distance: 10
  914. [16:55:29] [Server thread/INFO]: Chunks to Grow per Tick: 650
  915. [16:55:29] [Server thread/INFO]: Clear tick list: false
  916. [16:55:29] [Server thread/INFO]: Item Merge Radius: 2.5
  917. [16:55:29] [Server thread/INFO]: Item Despawn Rate: 6000
  918. [16:55:29] [Server thread/INFO]: Arrow Despawn Rate: 1200
  919. [16:55:29] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  920. [16:55:29] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  921. [16:55:29] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  922. [16:55:29] [Server thread/INFO]: Random Lighting Updates: false
  923. [16:55:29] [Server thread/INFO]: Structure Info Saving: true
  924. [16:55:29] [Server thread/INFO]: Mob Spawn Range: 4
  925. [16:55:29] [Server thread/INFO]: Anti X-Ray: true
  926. [16:55:29] [Server thread/INFO]: Engine Mode: 1
  927. [16:55:29] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  928. [16:55:29] [Server thread/INFO]: Replace Blocks: [1, 5]
  929. [16:55:29] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  930. [16:55:29] [Server thread/INFO]: Sending up to 10 chunks per packet
  931. [16:55:29] [Server thread/INFO]: Max Entity Collisions: 8
  932. [16:55:29] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  933. [16:55:29] [Server thread/INFO]: Max TNT Explosions: 100
  934. [16:55:29] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  935. [16:55:29] [Server thread/INFO]: Cactus Growth Modifier: 100%
  936. [16:55:29] [Server thread/INFO]: Cane Growth Modifier: 100%
  937. [16:55:29] [Server thread/INFO]: Melon Growth Modifier: 100%
  938. [16:55:29] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  939. [16:55:29] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  940. [16:55:29] [Server thread/INFO]: Sapling Growth Modifier: 100%
  941. [16:55:29] [Server thread/INFO]: Wheat Growth Modifier: 100%
  942. [16:55:29] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  943. [16:55:29] [Server thread/INFO]: Preparing start region for level 7 (Seed: 3916873177883572861)
  944. [16:55:30] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'New_the_end' - Env: THE_END - Type: NORMAL & seed: 1210226680571559826
  945. [16:55:30] [Server thread/INFO]: -------- World Settings For [New_the_end] --------
  946. [16:55:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  947. [16:55:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  948. [16:55:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  949. [16:55:30] [Server thread/INFO]: View Distance: 10
  950. [16:55:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
  951. [16:55:30] [Server thread/INFO]: Clear tick list: false
  952. [16:55:30] [Server thread/INFO]: Item Merge Radius: 2.5
  953. [16:55:30] [Server thread/INFO]: Item Despawn Rate: 6000
  954. [16:55:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  955. [16:55:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  956. [16:55:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  957. [16:55:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  958. [16:55:30] [Server thread/INFO]: Random Lighting Updates: false
  959. [16:55:30] [Server thread/INFO]: Structure Info Saving: true
  960. [16:55:30] [Server thread/INFO]: Mob Spawn Range: 4
  961. [16:55:30] [Server thread/INFO]: Anti X-Ray: true
  962. [16:55:30] [Server thread/INFO]: Engine Mode: 1
  963. [16:55:30] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  964. [16:55:30] [Server thread/INFO]: Replace Blocks: [1, 5]
  965. [16:55:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  966. [16:55:30] [Server thread/INFO]: Sending up to 10 chunks per packet
  967. [16:55:30] [Server thread/INFO]: Max Entity Collisions: 8
  968. [16:55:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  969. [16:55:30] [Server thread/INFO]: Max TNT Explosions: 100
  970. [16:55:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  971. [16:55:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  972. [16:55:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  973. [16:55:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  974. [16:55:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  975. [16:55:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  976. [16:55:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  977. [16:55:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  978. [16:55:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  979. [16:55:30] [Server thread/INFO]: Preparing start region for level 8 (Seed: 1210226680571559826)
  980. [16:55:30] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: -7714815452782408081
  981. [16:55:30] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: 8486706916006888531
  982. [16:55:30] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: 8486706916006888531
  983. [16:55:30] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'TestWorld' - Env: NORMAL - Type: FLAT & seed: 0
  984. [16:55:30] [Server thread/INFO]: -------- World Settings For [TestWorld] --------
  985. [16:55:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  986. [16:55:30] [Server thread/INFO]: Experience Merge Radius: 3.0
  987. [16:55:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  988. [16:55:30] [Server thread/INFO]: View Distance: 10
  989. [16:55:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
  990. [16:55:30] [Server thread/INFO]: Clear tick list: false
  991. [16:55:30] [Server thread/INFO]: Item Merge Radius: 2.5
  992. [16:55:30] [Server thread/INFO]: Item Despawn Rate: 6000
  993. [16:55:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
  994. [16:55:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  995. [16:55:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  996. [16:55:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  997. [16:55:30] [Server thread/INFO]: Random Lighting Updates: false
  998. [16:55:30] [Server thread/INFO]: Structure Info Saving: true
  999. [16:55:30] [Server thread/INFO]: Mob Spawn Range: 4
  1000. [16:55:30] [Server thread/INFO]: Anti X-Ray: true
  1001. [16:55:30] [Server thread/INFO]: Engine Mode: 1
  1002. [16:55:30] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1003. [16:55:30] [Server thread/INFO]: Replace Blocks: [1, 5]
  1004. [16:55:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1005. [16:55:30] [Server thread/INFO]: Sending up to 10 chunks per packet
  1006. [16:55:30] [Server thread/INFO]: Max Entity Collisions: 8
  1007. [16:55:30] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1008. [16:55:30] [Server thread/INFO]: Max TNT Explosions: 100
  1009. [16:55:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1010. [16:55:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1011. [16:55:30] [Server thread/INFO]: Cane Growth Modifier: 100%
  1012. [16:55:30] [Server thread/INFO]: Melon Growth Modifier: 100%
  1013. [16:55:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1014. [16:55:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1015. [16:55:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1016. [16:55:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1017. [16:55:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1018. [16:55:30] [Server thread/INFO]: Preparing start region for level 9 (Seed: 0)
  1019. [16:55:31] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Vindex' - Env: NORMAL - Type: NORMAL & seed: 1392715037954778554
  1020. [16:55:31] [Server thread/INFO]: -------- World Settings For [Vindex] --------
  1021. [16:55:31] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1022. [16:55:31] [Server thread/INFO]: Experience Merge Radius: 3.0
  1023. [16:55:31] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1024. [16:55:31] [Server thread/INFO]: View Distance: 10
  1025. [16:55:31] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1026. [16:55:31] [Server thread/INFO]: Clear tick list: false
  1027. [16:55:31] [Server thread/INFO]: Item Merge Radius: 2.5
  1028. [16:55:31] [Server thread/INFO]: Item Despawn Rate: 6000
  1029. [16:55:31] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1030. [16:55:31] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1031. [16:55:31] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1032. [16:55:31] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1033. [16:55:31] [Server thread/INFO]: Random Lighting Updates: false
  1034. [16:55:31] [Server thread/INFO]: Structure Info Saving: true
  1035. [16:55:31] [Server thread/INFO]: Mob Spawn Range: 4
  1036. [16:55:31] [Server thread/INFO]: Anti X-Ray: true
  1037. [16:55:31] [Server thread/INFO]: Engine Mode: 1
  1038. [16:55:31] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1039. [16:55:31] [Server thread/INFO]: Replace Blocks: [1, 5]
  1040. [16:55:31] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1041. [16:55:31] [Server thread/INFO]: Sending up to 10 chunks per packet
  1042. [16:55:31] [Server thread/INFO]: Max Entity Collisions: 8
  1043. [16:55:31] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1044. [16:55:31] [Server thread/INFO]: Max TNT Explosions: 100
  1045. [16:55:31] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1046. [16:55:31] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1047. [16:55:31] [Server thread/INFO]: Cane Growth Modifier: 100%
  1048. [16:55:31] [Server thread/INFO]: Melon Growth Modifier: 100%
  1049. [16:55:31] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1050. [16:55:31] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1051. [16:55:31] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1052. [16:55:31] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1053. [16:55:31] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1054. [16:55:31] [Server thread/INFO]: Preparing start region for level 10 (Seed: 1392715037954778554)
  1055. [16:55:32] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Building' - Env: NORMAL - Type: FLAT & seed: -2213665725159280924
  1056. [16:55:32] [Server thread/INFO]: -------- World Settings For [Building] --------
  1057. [16:55:32] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  1058. [16:55:32] [Server thread/INFO]: Experience Merge Radius: 3.0
  1059. [16:55:32] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  1060. [16:55:32] [Server thread/INFO]: View Distance: 10
  1061. [16:55:32] [Server thread/INFO]: Chunks to Grow per Tick: 650
  1062. [16:55:32] [Server thread/INFO]: Clear tick list: false
  1063. [16:55:32] [Server thread/INFO]: Item Merge Radius: 2.5
  1064. [16:55:32] [Server thread/INFO]: Item Despawn Rate: 6000
  1065. [16:55:32] [Server thread/INFO]: Arrow Despawn Rate: 1200
  1066. [16:55:32] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  1067. [16:55:32] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  1068. [16:55:32] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  1069. [16:55:32] [Server thread/INFO]: Random Lighting Updates: false
  1070. [16:55:32] [Server thread/INFO]: Structure Info Saving: true
  1071. [16:55:32] [Server thread/INFO]: Mob Spawn Range: 4
  1072. [16:55:32] [Server thread/INFO]: Anti X-Ray: true
  1073. [16:55:32] [Server thread/INFO]: Engine Mode: 1
  1074. [16:55:32] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  1075. [16:55:32] [Server thread/INFO]: Replace Blocks: [1, 5]
  1076. [16:55:32] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  1077. [16:55:32] [Server thread/INFO]: Sending up to 10 chunks per packet
  1078. [16:55:32] [Server thread/INFO]: Max Entity Collisions: 8
  1079. [16:55:32] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  1080. [16:55:32] [Server thread/INFO]: Max TNT Explosions: 100
  1081. [16:55:32] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  1082. [16:55:32] [Server thread/INFO]: Cactus Growth Modifier: 100%
  1083. [16:55:32] [Server thread/INFO]: Cane Growth Modifier: 100%
  1084. [16:55:32] [Server thread/INFO]: Melon Growth Modifier: 100%
  1085. [16:55:32] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  1086. [16:55:32] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  1087. [16:55:32] [Server thread/INFO]: Sapling Growth Modifier: 100%
  1088. [16:55:32] [Server thread/INFO]: Wheat Growth Modifier: 100%
  1089. [16:55:32] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  1090. [16:55:32] [Server thread/INFO]: Preparing start region for level 11 (Seed: -2213665725159280924)
  1091. [16:55:32] [Server thread/INFO]: [Multiverse-Core] 12 - World(s) loaded.
  1092. [16:55:32] [Server thread/INFO]: [HeadsLite] Enabling HeadsLite v1.2
  1093. [16:55:32] [Server thread/INFO]: [GrapplingHook] Enabling GrapplingHook v1.5.6
  1094. [16:55:32] [Server thread/INFO]: [WiiPay] Enabling WiiPay v1.1
  1095. [16:55:32] [Server thread/INFO]: Enabling Wiipay.
  1096. [16:55:32] [Server thread/INFO]: Setting up permissions.
  1097. [16:55:32] [Server thread/INFO]: Setting up economy.
  1098. [16:55:32] [Server thread/INFO]: [MinecraftRadio] Enabling MinecraftRadio v2.0
  1099. [16:55:32] [Server thread/INFO]: [MinecraftRadio] MinecraftRadio Enabled!
  1100. [16:55:32] [Server thread/INFO]: [Thirst] Enabling Thirst v1.6.2
  1101. [16:55:32] [Server thread/INFO]: [Thirst] Plugin Loading
  1102. [16:55:32] [Server thread/INFO]: [Thirst] ?cThanks for using BYTE Thirst plugin - www.byte.org.uk!
  1103. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding allowed world: world
  1104. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding allowed world: world_nether
  1105. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding allowed world: world_the_end
  1106. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding refeshing object: items.373 with value 20
  1107. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding refeshing object: items.282 with value 10
  1108. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding refeshing object: items.413 with value 10
  1109. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding refeshing object: items.335 with value 15
  1110. [16:55:32] [Server thread/INFO]: [Thirst] ?aAdding refeshing object: items.360 with value 5
  1111. [16:55:32] [Server thread/INFO]: ?9Creating snow to water custom recipe
  1112. [16:55:32] [Server thread/INFO]: ?9Creating boiled water recipe
  1113. [16:55:32] [Server thread/INFO]: [Thirst] Server version detected: git-Spigot-db6de12-07c3001 (MC: 1.8.8)
  1114. [16:55:32] [Server thread/INFO]: ?9Creating maxstack size for bottles as 10
  1115. [16:55:32] [Server thread/INFO]: [Thirst] Action bar enabled
  1116. [16:55:32] [Server thread/INFO]: [Thirst] XP thirst score disabled in config
  1117. [16:55:32] [Server thread/INFO]: [Thirst] ?aBYTE scoreboard disabled in config
  1118. [16:55:32] [Server thread/INFO]: [Thirst] ?aArmorWeight not found
  1119. [16:55:32] [Server thread/INFO]: [Thirst] BarAPI not Found
  1120. [16:55:32] [Server thread/INFO]: [Thirst] Scoreboard Stats not Found
  1121. [16:55:32] [Server thread/INFO]: [Thirst] timer at 500
  1122. [16:55:32] [Server thread/INFO]: [Thirst] normal reduction at 1
  1123. [16:55:32] [Server thread/INFO]: [TimeGivesYouMoney] Enabling TimeGivesYouMoney v1.2.2
  1124. [16:55:32] [Server thread/INFO]: Enabled successfully.
  1125. [16:55:32] [Server thread/INFO]: [SimpleBroadcast] Enabling SimpleBroadcast v1.9
  1126. [16:55:32] [Server thread/INFO]: [LaggRemover] Enabling LaggRemover v0.2.0
  1127. [16:55:32] [Server thread/INFO]: [LaggRemover] The Smart Lag Detection AI is now active.
  1128. [16:55:32] [Server thread/INFO]: [LaggRemover] LaggRemover has been enabled!
  1129. [16:55:32] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.16-SNAPSHOT (build 1247)
  1130. [16:55:33] [Server thread/INFO]: [LinksOnSigns] Enabling LinksOnSigns v1.9
  1131. [16:55:33] [Server thread/INFO]: [LinksOnSigns][LinksOnSigns] loading LinksOnSigns v1.9
  1132. [16:55:33] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.13.1
  1133. [16:55:33] [Server thread/ERROR]: Error occurred while enabling EssentialsSpawn v2.13.1 (Is it up to date?)
  1134. java.lang.NoSuchMethodError: com.earth2me.essentials.I18n._(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
  1135. at com.earth2me.essentials.spawn.EssentialsSpawn.onEnable(EssentialsSpawn.java:34) ~[?:?]
  1136. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1137. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-db6de12-07c3001]
  1138. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-db6de12-07c3001]
  1139. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-db6de12-07c3001]
  1140. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-db6de12-07c3001]
  1141. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-db6de12-07c3001]
  1142. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-db6de12-07c3001]
  1143. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-db6de12-07c3001]
  1144. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-db6de12-07c3001]
  1145. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  1146. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  1147. [16:55:33] [Server thread/INFO]: [NoMelt] Enabling NoMelt v1.0.0
  1148. [16:55:33] [Server thread/INFO]: [NoMelt] Enabled
  1149. [16:55:33] [Server thread/INFO]: [NoMelt] - Melting is disabled.
  1150. [16:55:33] [Server thread/INFO]: [NoMelt] - Ice will drop
  1151. [16:55:33] [Server thread/INFO]: [NoMelt] - Freezing is Disabled.
  1152. [16:55:33] [Server thread/INFO]: [NoMelt] - Ice will NOT turn to water upon breaking.
  1153. [16:55:33] [Server thread/INFO]: [VanishNoPacket] Enabling VanishNoPacket v3.19
  1154. [16:55:33] [Server thread/INFO]: [VanishNoPacket] Colored nametags enabled, but I couldn't find TagAPI
  1155. [16:55:33] [Server thread/INFO]: [VanishNoPacket] For awesome colored nametags on vanish, visit
  1156. [16:55:33] [Server thread/INFO]: [VanishNoPacket] http://dev.bukkit.org/server-mods/tag/
  1157. [16:55:33] [Server thread/INFO]: [VanishNoPacket] and download TagAPI.jar
  1158. [16:55:33] [Server thread/INFO]: [VanishNoPacket] Now hooking into Essentials
  1159. [16:55:33] [Server thread/INFO]: [VanishNoPacket] 3.19 loaded.
  1160. [16:55:33] [Server thread/INFO]: [AntiWitherDestruction] Enabling AntiWitherDestruction v0.3
  1161. [16:55:33] [Server thread/INFO]: [JailstickLimitations] Enabling JailstickLimitations v1.0
  1162. [16:55:33] [Server thread/INFO]: Custom JailstickLimitations plugin!
  1163. [16:55:33] [Server thread/INFO]: [ImageMaps] Enabling ImageMaps v0.4.1
  1164. [16:55:33] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.3
  1165. [16:55:33] [Server thread/INFO]: [PermissionsEx] Initializing file backend
  1166. [16:55:33] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
  1167. [16:55:33] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  1168. [16:55:33] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  1169. [16:55:33] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  1170. [16:55:33] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  1171. [16:55:33] [Server thread/INFO]: [MyCommand] Enabling MyCommand v5.1.6
  1172. [16:55:33] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
  1173. [16:55:33] [Server thread/INFO]: = Vault : Ok. Hooked MyCommand Vault 1.5.6-b49
  1174. [16:55:33] [Server thread/INFO]: = Spout : Not detected BarAPI : Not detected
  1175. [16:55:33] [Server thread/INFO]: = Config : Ok
  1176. [16:55:34] [Server thread/INFO]: = Custom commands loaded : 32
  1177. [16:55:34] [Server thread/INFO]: = Version: 5.1.6
  1178. [16:55:34] [Server thread/INFO]: = Author : MRI a.k.a Ivanpro
  1179. [16:55:34] [Server thread/INFO]: = Status : Active
  1180. [16:55:34] [Server thread/INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  1181. [16:55:34] [Server thread/INFO]: [CarsFlag] Enabling CarsFlag v1.0
  1182. [16:55:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
  1183. [16:55:34] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  1184. [16:55:34] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  1185. [16:55:34] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  1186. [16:55:34] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  1187. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  1188. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  1189. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  1190. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  1191. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  1192. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  1193. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  1194. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  1195. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  1196. [16:55:34] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  1197. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  1198. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft) TNT ignition is PERMITTED.
  1199. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft) Lighters are PERMITTED.
  1200. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft) Lava fire is blocked.
  1201. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft) Fire spread is UNRESTRICTED.
  1202. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CooperCraft'
  1203. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft_the_end) TNT ignition is PERMITTED.
  1204. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft_the_end) Lighters are PERMITTED.
  1205. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft_the_end) Lava fire is blocked.
  1206. [16:55:34] [Server thread/INFO]: [WorldGuard] (CooperCraft_the_end) Fire spread is UNRESTRICTED.
  1207. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'CooperCraft_the_end'
  1208. [16:55:34] [Server thread/INFO]: [WorldGuard] (map) TNT ignition is PERMITTED.
  1209. [16:55:34] [Server thread/INFO]: [WorldGuard] (map) Lighters are PERMITTED.
  1210. [16:55:34] [Server thread/INFO]: [WorldGuard] (map) Lava fire is blocked.
  1211. [16:55:34] [Server thread/INFO]: [WorldGuard] (map) Fire spread is UNRESTRICTED.
  1212. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'map'
  1213. [16:55:34] [Server thread/INFO]: [WorldGuard] (map_the_end) TNT ignition is PERMITTED.
  1214. [16:55:34] [Server thread/INFO]: [WorldGuard] (map_the_end) Lighters are PERMITTED.
  1215. [16:55:34] [Server thread/INFO]: [WorldGuard] (map_the_end) Lava fire is blocked.
  1216. [16:55:34] [Server thread/INFO]: [WorldGuard] (map_the_end) Fire spread is UNRESTRICTED.
  1217. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'map_the_end'
  1218. [16:55:34] [Server thread/INFO]: [WorldGuard] (New) TNT ignition is PERMITTED.
  1219. [16:55:34] [Server thread/INFO]: [WorldGuard] (New) Lighters are PERMITTED.
  1220. [16:55:34] [Server thread/INFO]: [WorldGuard] (New) Lava fire is blocked.
  1221. [16:55:34] [Server thread/INFO]: [WorldGuard] (New) Fire spread is UNRESTRICTED.
  1222. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'New'
  1223. [16:55:34] [Server thread/INFO]: [WorldGuard] (New_the_end) TNT ignition is PERMITTED.
  1224. [16:55:34] [Server thread/INFO]: [WorldGuard] (New_the_end) Lighters are PERMITTED.
  1225. [16:55:34] [Server thread/INFO]: [WorldGuard] (New_the_end) Lava fire is blocked.
  1226. [16:55:34] [Server thread/INFO]: [WorldGuard] (New_the_end) Fire spread is UNRESTRICTED.
  1227. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'New_the_end'
  1228. [16:55:34] [Server thread/INFO]: [WorldGuard] (TestWorld) TNT ignition is PERMITTED.
  1229. [16:55:34] [Server thread/INFO]: [WorldGuard] (TestWorld) Lighters are PERMITTED.
  1230. [16:55:34] [Server thread/INFO]: [WorldGuard] (TestWorld) Lava fire is blocked.
  1231. [16:55:34] [Server thread/INFO]: [WorldGuard] (TestWorld) Fire spread is UNRESTRICTED.
  1232. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'TestWorld'
  1233. [16:55:34] [Server thread/INFO]: [WorldGuard] (Vindex) TNT ignition is PERMITTED.
  1234. [16:55:34] [Server thread/INFO]: [WorldGuard] (Vindex) Lighters are PERMITTED.
  1235. [16:55:34] [Server thread/INFO]: [WorldGuard] (Vindex) Lava fire is blocked.
  1236. [16:55:34] [Server thread/INFO]: [WorldGuard] (Vindex) Fire spread is UNRESTRICTED.
  1237. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Vindex'
  1238. [16:55:34] [Server thread/INFO]: [WorldGuard] (Building) TNT ignition is PERMITTED.
  1239. [16:55:34] [Server thread/INFO]: [WorldGuard] (Building) Lighters are PERMITTED.
  1240. [16:55:34] [Server thread/INFO]: [WorldGuard] (Building) Lava fire is blocked.
  1241. [16:55:34] [Server thread/INFO]: [WorldGuard] (Building) Fire spread is UNRESTRICTED.
  1242. [16:55:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Building'
  1243. [16:55:34] [Server thread/INFO]: [WorldGuard] Loading region data...
  1244. [16:55:35] [Server thread/INFO]: [ShortCutSay] Enabling ShortCutSay v1.0
  1245. [16:55:35] [Server thread/INFO]: [GrandTheftMinecart] Enabling GrandTheftMinecart v2.0.5
  1246. [16:55:35] [Server thread/ERROR]: Error occurred while enabling GrandTheftMinecart v2.0.5 (Is it up to date?)
  1247. java.lang.NoClassDefFoundError: net/minecraft/server/v1_7_R3/EntityZombie
  1248. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_91]
  1249. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_91]
  1250. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_91]
  1251. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_91]
  1252. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_91]
  1253. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_91]
  1254. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_91]
  1255. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_91]
  1256. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_91]
  1257. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1258. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:195) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1259. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1260. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1261. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  1262. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  1263. at me.ToastHelmi.GrandTheftMinecart.NMS.Police.PoliceType.<clinit>(PoliceType.java:6) ~[?:?]
  1264. at me.ToastHelmi.GrandTheftMinecart.Settings.Settings.loadConfig(Settings.java:58) ~[?:?]
  1265. at me.ToastHelmi.GrandTheftMinecart.GrandTheftMinecart.onEnable(GrandTheftMinecart.java:39) ~[?:?]
  1266. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1267. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-db6de12-07c3001]
  1268. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-db6de12-07c3001]
  1269. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-db6de12-07c3001]
  1270. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-db6de12-07c3001]
  1271. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-db6de12-07c3001]
  1272. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-db6de12-07c3001]
  1273. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-db6de12-07c3001]
  1274. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-db6de12-07c3001]
  1275. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  1276. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  1277. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_7_R3.EntityZombie
  1278. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1279. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1280. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  1281. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  1282. ... 29 more
  1283. [16:55:35] [Server thread/INFO]: [FurnitureLib] Enabling FurnitureLib v1.4.5
  1284. [16:55:35] [Server thread/WARN]: Failed to check for a update on spigot for FurnitureLib
  1285. [16:55:35] [Server thread/INFO]: [FurnitureLib] ==========================================
  1286. [16:55:35] [Server thread/INFO]: [FurnitureLib] FurnitureLibary Version: 1.4.5
  1287. [16:55:35] [Server thread/INFO]: [FurnitureLib] Furniture Autor: Ste3et_C0st
  1288. [16:55:35] [Server thread/INFO]: [FurnitureLib] Furniture Website: http://dicecraft.de
  1289. [16:55:35] [Server thread/INFO]: [FurnitureLib] Furniture start load
  1290. [16:55:39] [Server thread/INFO]: [FurnitureLib] FurnitureLib load 96 Objects from: SQLite Database
  1291. [16:55:39] [Server thread/INFO]: [FurnitureLib] Furniture load finish
  1292. [16:55:39] [Server thread/INFO]: [FurnitureLib] ==========================================
  1293. [16:55:40] [Server thread/INFO]: [Disease] Enabling Disease v1.7
  1294. [16:55:40] [Server thread/INFO]: [Disease] Plugin Loading
  1295. [16:55:40] [Server thread/INFO]: [Disease] Loading configuration file
  1296. [16:55:40] [Server thread/INFO]: [Disease] Loading Language file
  1297. [16:55:40] [Server thread/INFO]: [Disease] Temperature module loaded
  1298. [16:55:40] [Server thread/INFO]: Custom heat values reloaded into calculator
  1299. [16:55:40] [Server thread/INFO]: radius 3
  1300. [16:55:40] [Server thread/INFO]: fire 10
  1301. [16:55:40] [Server thread/INFO]: torch 2
  1302. [16:55:40] [Server thread/INFO]: [Disease] ?aAdding allowed world: world
  1303. [16:55:40] [Server thread/INFO]: [Disease] ?aAdding allowed world: world_nether
  1304. [16:55:40] [Server thread/INFO]: [Disease] ?aAdding allowed world: world_the_end
  1305. [16:55:40] [Server thread/INFO]: [Disease] Loading choking items: [260, 297, 319, 320, 349, 350, 358, 363, 364, 365, 366, 367, 391, 392, 393, 411, 412, 423, 424]
  1306. [16:55:40] [Server thread/INFO]: ?aCreating Bandage Recipe
  1307. [16:55:40] [Server thread/INFO]: ?aCreating Sweetwort Recipe
  1308. [16:55:40] [Server thread/INFO]: ?aCreating Smoothwater Recipe
  1309. [16:55:40] [Server thread/INFO]: ?aCreating Bitterwort Recipe
  1310. [16:55:40] [Server thread/INFO]: ?aCreating Brightwater Recipe
  1311. [16:55:40] [Server thread/INFO]: ?aCreating LegSplint Recipe
  1312. [16:55:40] [Server thread/INFO]: ?aCreating WarmGel recipe
  1313. [16:55:40] [Server thread/INFO]: ?aCreating Blackbrew Recipe
  1314. [16:55:40] [Server thread/INFO]: ?aCreating SoothingPotion Recipe
  1315. [16:55:40] [Server thread/INFO]: ?aCreating LycanPotion Recipe
  1316. [16:55:40] [Server thread/INFO]: ?aCreating Syringe Recipe
  1317. [16:55:40] [Server thread/INFO]: ?aCreating vaccines Recipe
  1318. [16:55:40] [Server thread/INFO]: ?aCreating boiling milk recipe
  1319. [16:55:40] [Server thread/INFO]: ?aCreating Disease Vial Recipe
  1320. [16:55:40] [Server thread/INFO]: ?aCreating SweetBrine Recipe
  1321. [16:55:40] [Server thread/INFO]: [Disease] ?cThanks for using the BYTE Disease plugin - www.byte.org.uk!
  1322. [16:55:40] [Server thread/INFO]: [Disease] ?aBYTE scoreboard disabled in config
  1323. [16:55:40] [Server thread/INFO]: [Disease] Scoreboard Stats not Found
  1324. [16:55:40] [Server thread/INFO]: [Disease] Vault plugin Found
  1325. [16:55:40] [Server thread/INFO]: [Disease] Vault Enabled
  1326. [16:55:40] [Server thread/INFO]: [Disease] World Guard disabled in config
  1327. [16:55:40] [Server thread/INFO]: [Disease] timer at 500
  1328. [16:55:40] [Server thread/INFO]: [IP-Check] Enabling IP-Check v2.0.6
  1329. [16:55:40] [Server thread/INFO]: [IP-Check] Established connection to database.
  1330. [16:55:40] [Server thread/INFO]: [IP-Check] Now with 25% less fat!
  1331. [16:55:40] [Server thread/INFO]: [Vehicles] Enabling Vehicles v2.6
  1332. [16:55:40] [Server thread/INFO]: Vehicles >> lang.yml loaded.
  1333. [16:55:40] [Server thread/INFO]: [Exams] Enabling Exams v0.2.4
  1334. [16:55:40] [Server thread/INFO]: [Exams v0.2.4] Vault found, exam prices enabled.
  1335. [16:55:40] [Server thread/INFO]: [Exams v0.2.4] Using PermissionsEx.
  1336. [16:55:40] [Server thread/INFO]: [Exams v0.2.4] Loaded 25 exams.
  1337. [16:55:40] [Server thread/INFO]: [Exams v0.2.4] Loaded 163 students.
  1338. [16:55:40] [Server thread/INFO]: [BloodParticles] Enabling BloodParticles v0.5.0
  1339. [16:55:40] [Server thread/INFO]: [ServerMinimap] Enabling ServerMinimap v0.7.8
  1340. [16:55:40] [Server thread/INFO]: [ServerMinimap] Created Minimap with ID 0. Use /give <name> MAP 1 0 to get the map as item. (Vanilla command)
  1341. [16:55:40] [Server thread/INFO]: [ServerMinimap] Alternative command: /minimap (Plugin command)
  1342. [16:55:40] [Server thread/INFO]: [SamistineSignFix] Enabling SamistineSignFix v2.2
  1343. [16:55:40] [Server thread/INFO]: [Banknotes] Enabling Banknotes v1.8.0
  1344. [16:55:40] [Server thread/INFO]: [Lockette] Enabling Lockette v1.8.19
  1345. [16:55:40] [Server thread/INFO]: [Lockette] Version 1.8.19 is being enabled! Yay! (Core version 1.3.5)
  1346. [16:55:40] [Server thread/INFO]: [Lockette] Detected Bukkit version [v1_8_R3] ok.
  1347. [16:55:40] [Server thread/INFO]: [Lockette] Custom lockable block list: [116, 84, 57, 145, 154]
  1348. [16:55:40] [Server thread/INFO]: [Lockette] Ignoring linked plugins: [mcMMO]
  1349. [16:55:40] [Server thread/INFO]: [Lockette] Loading strings file for English by Acru
  1350. [16:55:40] [Server thread/INFO]: [Lockette] Enabled link to plugin PermissionsEx for Groups, version 1.23.3
  1351. [16:55:40] [Server thread/INFO]: [Lockette] Using ops file for admin permissions.
  1352. [16:55:40] [Server thread/INFO]: [Lockette] Ready to protect your containers.
  1353. [16:55:40] [Server thread/INFO]: [AutoRespawn] Enabling AutoRespawn v1.0
  1354. [16:55:40] [Server thread/INFO]: PermissionsEx has been enabled!
  1355. [16:55:40] [Server thread/INFO]: [SalvageSmelter] Enabling SalvageSmelter v0.1.8
  1356. [16:55:41] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v1.7.1
  1357. [16:55:41] [Server thread/ERROR]: Error occurred while enabling NametagEdit v1.7.1 (Is it up to date?)
  1358. java.lang.NoClassDefFoundError: net/minecraft/server/v1_5_R3/NBTBase
  1359. at ca.wacos.nametagedit.NametagEdit.onEnable(NametagEdit.java:37) ~[?:?]
  1360. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1361. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [mc.jar:git-Spigot-db6de12-07c3001]
  1362. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [mc.jar:git-Spigot-db6de12-07c3001]
  1363. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [mc.jar:git-Spigot-db6de12-07c3001]
  1364. at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [mc.jar:git-Spigot-db6de12-07c3001]
  1365. at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414) [mc.jar:git-Spigot-db6de12-07c3001]
  1366. at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378) [mc.jar:git-Spigot-db6de12-07c3001]
  1367. at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333) [mc.jar:git-Spigot-db6de12-07c3001]
  1368. at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263) [mc.jar:git-Spigot-db6de12-07c3001]
  1369. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525) [mc.jar:git-Spigot-db6de12-07c3001]
  1370. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_91]
  1371. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_5_R3.NBTBase
  1372. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:91) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1373. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[mc.jar:git-Spigot-db6de12-07c3001]
  1374. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_91]
  1375. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_91]
  1376. ... 12 more
  1377. [16:55:41] [Server thread/INFO]: [Ridemycraft] Enabling Ridemycraft v${version}
  1378. [16:55:41] [Server thread/INFO]: [RideMyCraft] Minecraft server 1.8 R3
  1379. [16:55:41] [Server thread/INFO]: [RideMyCraft] No metrics
  1380. [16:55:41] [Server thread/INFO]: ------Loading configuration-------
  1381. [16:55:41] [Server thread/INFO]: [Ridemycraft] Reloading cars 
  1382. [16:55:41] [Server thread/INFO]: [Ridemycraft] jeep car loaded !
  1383. [16:55:41] [Server thread/INFO]: [Ridemycraft] TestCar car loaded !
  1384. [16:55:41] [Server thread/INFO]: [Ridemycraft] BugattiVeyron car loaded !
  1385. [16:55:41] [Server thread/INFO]: [Ridemycraft] Cars reloaded !
  1386. [16:55:41] [Server thread/INFO]: ------Data loaded-------
  1387. [16:55:41] [Server thread/INFO]: [Ridemycraft] ?aEconomy plugin loaded !
  1388. [16:55:41] [Server thread/INFO]: [Ridemycraft] ?aPermission plugin loaded !
  1389. [16:55:41] [Server thread/INFO]: [SolidPlayers] Enabling SolidPlayers v1.6.4
  1390. [16:55:41] [Server thread/INFO]: [SolidPlayers] has been enabled.
  1391. [16:55:41] [Server thread/INFO]: [Reporter] Enabling Reporter v3.2.6.1
  1392. [16:55:41] [Server thread/INFO]: [Reporter] v3.2.6.1 - Checking SQLite tables...
  1393. [16:55:41] [Server thread/INFO]: [Reporter] v3.2.6.1 - Using existing SQLite tables.
  1394. [16:55:41] [Server thread/INFO]: [Reporter] v3.2.6.1 - PermissionsEx support enabled.
  1395. [16:55:41] [Server thread/INFO]: [Reporter] v3.2.6.1 - Reporter enabled.
  1396. [16:55:41] [Server thread/INFO]: [PermissionsExTabColors] Enabling PermissionsExTabColors v1.7
  1397. [16:55:41] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.8.12
  1398. [16:55:41] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  1399. [16:55:41] [Server thread/INFO]: creating table 'items'
  1400. [16:55:41] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY KEY AUTOINCREMENT , `code` VARCHAR NOT NULL , UNIQUE (`code`))
  1401. [16:55:41] [Server thread/ERROR]: WARNING: you seem to not be using the Xerial SQLite driver. See ORMLite docs on SQLite: http://ormlite.com/docs/sqlite
  1402. [16:55:41] [Server thread/INFO]: creating table 'accounts'
  1403. [16:55:41] [Server thread/INFO]: creating index 'accounts_shortName_idx' for table 'accounts
  1404. [16:55:41] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE TABLE IF NOT EXISTS `accounts` (`lastSeenName` VARCHAR NOT NULL , `name` VARCHAR NOT NULL , `shortName` VARCHAR NOT NULL , `uuid` VARCHAR NOT NULL , PRIMARY KEY (`name`) )
  1405. [16:55:41] [Server thread/INFO]: executed create table statement changed 0 rows: CREATE INDEX IF NOT EXISTS `accounts_shortName_idx` ON `accounts` ( `shortName` )
  1406. [16:55:42] [Server thread/INFO]: [ChestShop] Lockette version 1.8.19 loaded.
  1407. [16:55:42] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
  1408. [16:55:42] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  1409. [16:55:42] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.5.0
  1410. [16:55:42] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
  1411. [16:55:42] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
  1412. [16:55:42] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 131 classes.
  1413. [16:55:42] [Server thread/INFO]: [skQuery] Beginning to process a total of 131 from SkQuery
  1414. [16:55:43] [Server thread/INFO]: [skQuery] Out of 131 classes, 131 classes were loaded from SkQuery
  1415. [16:55:43] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.1.10
  1416. [16:55:43] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, adding support for player relative variables.
  1417. [16:55:43] [Server thread/INFO]: [Lift] Enabling Lift v52
  1418. [16:55:43] [Server thread/INFO]: Lift v52 is now enabled!
  1419. [16:55:43] [Server thread/INFO]: [FriskStick] Enabling FriskStick v1.0 Beta
  1420. [16:55:43] [Server thread/INFO]: [FriskStick] FriskStick v. 1.0 Beta is now enabled!
  1421. [16:55:43] [Server thread/INFO]: [SignShop] Enabling SignShop v2.11.0
  1422. [16:55:43] [Server thread/INFO]: [SignShop] Succesfully started Metrics, see http://mcstats.org for more information.
  1423. [16:55:44] [Server thread/ERROR]: [SignShop] Unable to load /home/mc1/home/mc1/plugins/SignShop/timing.yml because: unacceptable character '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement