Advertisement
Guest User

Untitled

a guest
Apr 13th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 117.71 KB | None | 0 0
  1. [15:55:09] [Server thread/INFO]: Starting minecraft server version 1.11.2
  2. [15:55:09] [Server thread/INFO]: Loading properties
  3. [15:55:09] [Server thread/INFO]: Default game type: ADVENTURE
  4. [15:55:10] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-d276ab1-1f6c04c (MC: 1.11.2) (Implementing API version 1.11.2-R0.1-SNAPSHOT)
  5. [15:55:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [15:55:10] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [15:55:10] [Server thread/INFO]: Debug logging is disabled
  8. [15:55:10] [Server thread/INFO]: Generating keypair
  9. [15:55:10] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25570
  10. [15:55:10] [Server thread/INFO]: Using epoll channel type
  11. [15:55:10] [Server thread/ERROR]: Could not load 'plugins/ServerPinger.jar' in folder 'plugins'
  12. org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
  13. at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  14. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  15. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  16. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  17. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  18. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  19. Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
  20. ... 6 more
  21. [15:55:10] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  22. [15:55:10] [Server thread/ERROR]: Could not load 'plugins/BungeeHub.jar' in folder 'plugins'
  23. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  24. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  25. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  26. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  27. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  28. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  29. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  30. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  31. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  32. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
  33. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  34. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  35. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  36. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_25]
  37. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  38. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  39. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  40. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  41. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  42. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  43. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  44. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  45. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  46. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  47. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  48. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  49. ... 6 more
  50. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
  51. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  52. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  53. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  54. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  55. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  56. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  57. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  58. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  59. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
  60. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  61. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  62. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  63. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_25]
  64. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  65. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  66. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  67. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  68. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  69. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  70. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  71. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  72. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  73. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  74. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  75. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  76. ... 6 more
  77. [15:55:10] [Server thread/ERROR]: Could not load 'plugins/BungeePexBridge.jar' in folder 'plugins'
  78. org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  79. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  80. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  81. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  82. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  83. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  84. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  85. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  86. Caused by: java.lang.NoClassDefFoundError: net/md_5/bungee/api/plugin/Plugin
  87. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
  88. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  89. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  90. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  91. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_25]
  92. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  93. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  94. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  95. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  96. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  97. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  98. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  99. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  100. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  101. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  102. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  103. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  104. ... 6 more
  105. Caused by: java.lang.ClassNotFoundException: net.md_5.bungee.api.plugin.Plugin
  106. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  107. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  108. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  109. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  110. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  111. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  112. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  113. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  114. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_25]
  115. at java.lang.ClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  116. at java.security.SecureClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  117. at java.net.URLClassLoader.defineClass(Unknown Source) ~[?:1.8.0_25]
  118. at java.net.URLClassLoader.access$100(Unknown Source) ~[?:1.8.0_25]
  119. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  120. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  121. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  122. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  123. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  124. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  125. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  126. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  127. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  128. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  129. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  130. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  131. ... 6 more
  132. [15:55:11] [Server thread/ERROR]: Could not load 'plugins/NoSwear.jar' in folder 'plugins'
  133. org.bukkit.plugin.InvalidPluginException: Cannot find main class `me.raymart.NoSwear'
  134. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:66) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  135. at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  136. at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  137. at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  138. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  139. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  140. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  141. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  142. Caused by: java.lang.ClassNotFoundException: me.raymart.NoSwear
  143. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  144. at java.net.URLClassLoader$1.run(Unknown Source) ~[?:1.8.0_25]
  145. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_25]
  146. at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_25]
  147. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  148. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  149. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  150. at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_25]
  151. at java.lang.Class.forName0(Native Method) ~[?:1.8.0_25]
  152. at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_25]
  153. at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  154. ... 7 more
  155. [15:55:11] [Server thread/INFO]: [MCDiscordIntegrator] Loading MCDiscordIntegrator v1.3.3
  156. [15:55:11] [Server thread/INFO]: [StaffSecurityPlus] Loading StaffSecurityPlus v1.0
  157. [15:55:11] [Server thread/INFO]: [PlaceholderAPI] Loading PlaceholderAPI v2.7.1
  158. [15:55:11] [Server thread/INFO]: [AntiAFKPlus] Loading AntiAFKPlus v2.11
  159. [15:55:11] [Server thread/INFO]: [NametagEdit] Loading NametagEdit v4.1.3
  160. [15:55:11] [Server thread/INFO]: [SkryptCoreAPI] Loading SkryptCoreAPI v1.7.2
  161. [15:55:11] [Server thread/INFO]: [PremiumHub] Loading PremiumHub v2.6.8
  162. [15:55:11] [Server thread/INFO]: [OldCombatMechanics] Loading OldCombatMechanics v1.1.2
  163. [15:55:11] [Server thread/INFO]: [AutoRestart] Loading AutoRestart v2.10.0
  164. [15:55:11] [Server thread/INFO]: [SimpleAPI] Loading SimpleAPI v3.1
  165. [15:55:11] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.14.2
  166. [15:55:11] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
  167. [15:55:11] [Server thread/INFO]: [Skript] Loading Skript v2.2-dev25
  168. [15:55:11] [Server thread/INFO]: [TitleMotd] Loading TitleMotd v1.5.0
  169. [15:55:11] [Server thread/INFO]: [Essentials] Loading Essentials vTeamCity
  170. [15:55:11] [Server thread/INFO]: [PacketListenerApi] Loading PacketListenerApi v3.5.2-SNAPSHOT
  171. [15:55:11] [Server thread/INFO]: [ReflectionHelper] Version is v1_11_R1 (11101)
  172. [15:55:11] [Server thread/INFO]: [PacketListenerAPI] Using INChannel
  173. [15:55:11] [Server thread/INFO]: Injected custom channel handlers.
  174. [15:55:11] [Server thread/INFO]: [ChatControl] Loading ChatControl v5.4.2
  175. [15:55:11] [Server thread/INFO]: [SkQuery] Loading SkQuery v3.21.4
  176. [15:55:11] [Server thread/INFO]: [BanAnimations] Loading BanAnimations v1.0.1
  177. [15:55:11] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v4.2.0
  178. [15:55:11] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.11.2) has not yet been tested! Proceed with caution.
  179. [15:55:11] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.4-b527
  180. [15:55:11] [Server thread/INFO]: [Plugins] Loading Plugins v2.2
  181. [15:55:11] [Server thread/INFO]: [FastAsyncWorldEdit] Loading FastAsyncWorldEdit v17.04.08-1d02901-625-11.10.2
  182. [15:55:11] [Server thread/INFO]: [WildSkript] Loading WildSkript v1.8
  183. [15:55:11] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vTeamCity
  184. [15:55:11] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
  185. [15:55:11] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
  186. [15:55:11] [Server thread/INFO]: [FeatherBoard] Loading FeatherBoard v3.17.2
  187. [15:55:11] [Server thread/INFO]: [AntiAura] Loading AntiAura v10.88
  188. [15:55:11] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
  189. [15:55:11] [Server thread/INFO]: [CoreAPI] Loading CoreAPI v1.9
  190. [15:55:11] [Server thread/INFO]: [EnjinMinecraftPlugin] Loading EnjinMinecraftPlugin v3.0.25
  191. [15:55:11] [Server thread/INFO]: [UltraCosmetics] Loading UltraCosmetics v2.4.0
  192. [15:55:11] [Server thread/INFO]: [HolographicDisplays] Loading HolographicDisplays v2.2.5
  193. [15:55:11] [Server thread/INFO]: [AAC] Loading AAC v3.1.4
  194. [15:55:11] [Server thread/INFO]: [EssentialsXMPP] Loading EssentialsXMPP vTeamCity
  195. [15:55:11] [Server thread/INFO]: [EssentialsProtect] Loading EssentialsProtect vTeamCity
  196. [15:55:11] [Server thread/INFO]: [EssentialsGeoIP] Loading EssentialsGeoIP vTeamCity
  197. [15:55:11] [Server thread/INFO]: [EssentialsAntiBuild] Loading EssentialsAntiBuild vTeamCity
  198. [15:55:11] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vTeamCity
  199. [15:55:11] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1.3;7a097ca
  200. [15:55:11] [Server thread/INFO]: [CustomTab] Loading CustomTab v1.1
  201. [15:55:11] [Server thread/INFO]: [Autorank] Loading Autorank v3.8.5.1
  202. [15:55:11] [Server thread/INFO]: [LiteBans] Loading LiteBans v2.1.26
  203. [15:55:11] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.21-SNAPSHOT (build 1463)
  204. [15:55:11] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1.3-SNAPSHOT;c904242
  205. [15:55:11] [Server thread/INFO]: [BungeePortals] Loading BungeePortals v1.2
  206. [15:55:11] [Server thread/INFO]: [skRayFall] Loading skRayFall v1.9.7
  207. [15:55:11] [Server thread/INFO]: [SimpleAPI] Enabling SimpleAPI v3.1
  208. [15:55:11] [Server thread/INFO]: [SimpleAPI] Checking for updates...
  209. [15:55:11] [Server thread/INFO]: [SimpleAPI] loading BStats...
  210. [15:55:11] [Server thread/INFO]: [SimpleAPI] BStats Location: https://bstats.org/plugin/bukkit/SimpleAPI
  211. [15:55:12] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v4.2.0
  212. [15:55:12] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
  213. [15:55:12] [Server thread/INFO]: [FastAsyncWorldEdit] Enabling FastAsyncWorldEdit v17.04.08-1d02901-625-11.10.2
  214. [15:55:13] [Server thread/INFO]: ====== USE PAPER ======
  215. [15:55:13] [Server thread/INFO]: DOWNLOAD: https://ci.destroystokyo.com/job/PaperSpigot/
  216. [15:55:13] [Server thread/INFO]: GUIDE: https://www.spigotmc.org/threads/21726/
  217. [15:55:13] [Server thread/INFO]: - This is only a recommendation
  218. [15:55:13] [Server thread/INFO]: ==============================
  219. [15:55:13] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
  220. [15:55:13] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
  221. [15:55:13] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
  222. [15:55:13] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
  223. [15:55:13] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
  224. [15:55:13] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
  225. [15:55:13] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  226. [15:55:13] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
  227. [15:55:13] [Server thread/WARN]: Whilst this makes it possible to use BungeeCord, unless access to your server is properly restricted, it also opens up the ability for hackers to connect with any username they choose.
  228. [15:55:13] [Server thread/WARN]: Please see http://www.spigotmc.org/wiki/firewall-guide/ for further information.
  229. [15:55:13] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
  230. [15:55:13] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  231. [15:55:13] [Server thread/INFO]: Preparing level "world"
  232. [15:55:13] [Server thread/INFO]: -------- World Settings For [world] --------
  233. [15:55:13] [Server thread/INFO]: Mob Spawn Range: 4
  234. [15:55:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  235. [15:55:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  236. [15:55:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  237. [15:55:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  238. [15:55:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  239. [15:55:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  240. [15:55:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  241. [15:55:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  242. [15:55:13] [Server thread/INFO]: Vine Growth Modifier: 100%
  243. [15:55:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  244. [15:55:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  245. [15:55:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  246. [15:55:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  247. [15:55:13] [Server thread/INFO]: Random Lighting Updates: false
  248. [15:55:13] [Server thread/INFO]: Structure Info Saving: true
  249. [15:55:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  250. [15:55:13] [Server thread/INFO]: Max TNT Explosions: 100
  251. [15:55:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  252. [15:55:13] [Server thread/INFO]: Item Despawn Rate: 6000
  253. [15:55:13] [Server thread/INFO]: Item Merge Radius: 2.5
  254. [15:55:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  255. [15:55:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  256. [15:55:13] [Server thread/INFO]: View Distance: 10
  257. [15:55:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  258. [15:55:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  259. [15:55:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  260. [15:55:13] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  261. [15:55:13] [Server thread/INFO]: Mob Spawn Range: 4
  262. [15:55:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  263. [15:55:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  264. [15:55:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  265. [15:55:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  266. [15:55:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  267. [15:55:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  268. [15:55:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  269. [15:55:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  270. [15:55:13] [Server thread/INFO]: Vine Growth Modifier: 100%
  271. [15:55:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  272. [15:55:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  273. [15:55:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  274. [15:55:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  275. [15:55:13] [Server thread/INFO]: Random Lighting Updates: false
  276. [15:55:13] [Server thread/INFO]: Structure Info Saving: true
  277. [15:55:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  278. [15:55:13] [Server thread/INFO]: Max TNT Explosions: 100
  279. [15:55:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  280. [15:55:13] [Server thread/INFO]: Item Despawn Rate: 6000
  281. [15:55:13] [Server thread/INFO]: Item Merge Radius: 2.5
  282. [15:55:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  283. [15:55:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  284. [15:55:13] [Server thread/INFO]: View Distance: 10
  285. [15:55:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  286. [15:55:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  287. [15:55:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  288. [15:55:13] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  289. [15:55:13] [Server thread/INFO]: Mob Spawn Range: 4
  290. [15:55:13] [Server thread/INFO]: Cactus Growth Modifier: 100%
  291. [15:55:13] [Server thread/INFO]: Cane Growth Modifier: 100%
  292. [15:55:13] [Server thread/INFO]: Melon Growth Modifier: 100%
  293. [15:55:13] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  294. [15:55:13] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  295. [15:55:13] [Server thread/INFO]: Sapling Growth Modifier: 100%
  296. [15:55:13] [Server thread/INFO]: Wheat Growth Modifier: 100%
  297. [15:55:13] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  298. [15:55:13] [Server thread/INFO]: Vine Growth Modifier: 100%
  299. [15:55:13] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  300. [15:55:13] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  301. [15:55:13] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  302. [15:55:13] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  303. [15:55:13] [Server thread/INFO]: Random Lighting Updates: false
  304. [15:55:13] [Server thread/INFO]: Structure Info Saving: true
  305. [15:55:13] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  306. [15:55:13] [Server thread/INFO]: Max TNT Explosions: 100
  307. [15:55:13] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  308. [15:55:13] [Server thread/INFO]: Item Despawn Rate: 6000
  309. [15:55:13] [Server thread/INFO]: Item Merge Radius: 2.5
  310. [15:55:13] [Server thread/INFO]: Arrow Despawn Rate: 1200
  311. [15:55:13] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  312. [15:55:13] [Server thread/INFO]: View Distance: 10
  313. [15:55:13] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  314. [15:55:13] [Server thread/INFO]: Experience Merge Radius: 3.0
  315. [15:55:13] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  316. [15:55:13] [Server thread/INFO]: Preparing start region for level 0 (Seed: 5819664405408498124)
  317. [15:55:14] [Server thread/INFO]: Preparing spawn area: 50%
  318. [15:55:15] [Server thread/INFO]: Preparing start region for level 1 (Seed: -8804500395887726026)
  319. [15:55:15] [Server thread/INFO]: Preparing start region for level 2 (Seed: -8804500395887726026)
  320. [15:55:16] [Server thread/INFO]: [MCDiscordIntegrator] Enabling MCDiscordIntegrator v1.3.3
  321. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] Enabling StaffSecurityPlus v1.0
  322. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] -----------------------------------------
  323. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] is enabling..
  324. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] Data file found, using it!
  325. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] Has been enabled, using [v.1.0]!
  326. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] is ready to be runned!
  327. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] Author: [Drajzor]
  328. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] Your server will now be protected from hijacked staffs!
  329. [15:55:16] [Server thread/INFO]: [StaffSecurityPlus] -----------------------------------------
  330. [15:55:16] [Server thread/INFO]: [PlaceholderAPI] Enabling PlaceholderAPI v2.7.1
  331. [15:55:16] [Server thread/INFO]: [PlaceholderAPI] Placeholder expansion registration initializing...
  332. [15:55:16] [Server thread/INFO]: [PlaceholderAPI] Fetching available expansion list from extendedclip.com...
  333. [15:55:16] [Server thread/INFO]: [AntiAFKPlus] Enabling AntiAFKPlus v2.11
  334. [15:55:16] [Server thread/INFO]: [NametagEdit] Enabling NametagEdit v4.1.3
  335. [15:55:16] [Server thread/INFO]: [NametagEdit] Found PermissionsEx! Hooking in.
  336. [15:55:16] [Server thread/INFO]: [SkryptCoreAPI] Enabling SkryptCoreAPI v1.7.2
  337. [15:55:16] [Server thread/INFO]: [PremiumHub] Enabling PremiumHub v2.6.8
  338. [15:55:16] [Server thread/WARN]: [PremiumHub] "PremiumHub v2.6.8" has registered a listener for org.bukkit.event.player.PlayerAchievementAwardedEvent on method "public void net.martinekstrom.premiumhub.events.achievement.achievementaward(org.bukkit.event.player.PlayerAchievementAwardedEvent)", but the event is Deprecated. "Server performance will be affected"; please notify the authors [Vouchs].
  339. [15:55:16] [Server thread/INFO]: TDN> Hooked into PlaceholderAPI
  340. [15:55:16] [Server thread/INFO]: TDN> PremiumHub Loaded.
  341. [15:55:16] [Server thread/INFO]: [OldCombatMechanics] Enabling OldCombatMechanics v1.1.2
  342. [15:55:16] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.1.2 has been enabled correctly
  343. [15:55:16] [Server thread/INFO]: [AutoRestart] Enabling AutoRestart v2.10.0
  344. [15:55:16] [Server thread/WARN]: [AutoRestart] Could not save config.yml to plugins/AutoRestart/config.yml because config.yml already exists.
  345. [15:55:16] [Server thread/INFO]: [AutoRestart] Enabled!
  346. [15:55:16] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.14.2
  347. [15:55:16] [Thread-36/INFO]: [AutoRestart] Checking for update!
  348. [15:55:16] [Thread-6/INFO]: [AutoRestart] TimeStamp HOUR can only be 1 or 01 to 24!
  349. [15:55:16] [Thread-6/INFO]: [AutoRestart] TimeStamp is not configured properly. Back to interval restart!
  350. [15:55:17] [Server thread/INFO]: [CoreProtect] CoreProtect has been successfully enabled!
  351. [15:55:17] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
  352. [15:55:17] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
  353. [15:55:17] [Server thread/INFO]: [Tim] Unused enchantments: MENDING(70) VANISHING_CURSE(71) DEPTH_STRIDER(8) FROST_WALKER(9) BINDING_CURSE(10) SWEEPING(22) LUCK(61) LURE(62)
  354. [15:55:17] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
  355. [15:55:17] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev25
  356. [15:55:17] [Thread-36/INFO]: [AutoRestart] is up to date!
  357. [15:55:17] [User Authenticator #1/INFO]: UUID of player The_Darthonian is 65c39e41-ecd2-4a96-8610-4b170ae59549
  358. [15:55:18] [Server thread/INFO]: [Skript] Starting updater thread
  359. [15:55:18] [Server thread/INFO]: [Skript] Loaded a total of 7398 english aliases
  360. [15:55:18] [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, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 255, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 452
  361. [15:55:18] [Server thread/INFO]: [Skript] ~ created by & Β© Peter GΓΌttinger aka Njol ~
  362. [15:55:18] [Server thread/INFO]: [TitleMotd] Enabling TitleMotd v1.5.0
  363. [15:55:18] [Server thread/INFO]: [TitleMotd] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  364. [15:55:18] [Server thread/INFO]: [TitleMotd] Plugin: TitleMotd v1.5.0
  365. [15:55:18] [Server thread/INFO]: [TitleMotd] Author: Maximvdw
  366. [15:55:18] [Server thread/INFO]: [TitleMotd] Site: http://www.mvdw-software.be/
  367. [15:55:18] [Server thread/INFO]: [TitleMotd] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  368. [15:55:18] [Server thread/INFO]: [TitleMotd] Loading configuration ...
  369. [15:55:18] [Server thread/INFO]: [Essentials] Enabling Essentials vTeamCity
  370. [15:55:18] [Server thread/INFO]: Bukkit version format changed. Version not checked.
  371. [15:55:18] [Server thread/INFO]: git-Spigot-d276ab1-1f6c04c (MC: 1.11.2)
  372. [15:55:18] [Server thread/INFO]: 1.11.2-R0.1-SNAPSHOT
  373. [15:55:18] [Server thread/INFO]: Using locale en_US
  374. [15:55:18] [Server thread/INFO]: Using locale en_US
  375. [15:55:18] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
  376. [15:55:18] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  377. [15:55:18] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  378. [15:55:18] [Server thread/INFO]: [PacketListenerApi] Enabling PacketListenerApi v3.5.2-SNAPSHOT
  379. [15:55:18] [Server thread/INFO]: Adding channels for online players...
  380. [15:55:18] [Server thread/INFO]: [ChatControl] Enabling ChatControl v5.4.2
  381. [15:55:18] [Server thread/INFO]: Hooked into: Essentials
  382. [15:55:18] [Server thread/INFO]: Hooked into: Multiverse-Core (World Alias)
  383. [15:55:18] [Server thread/INFO]: Hooked into: ProtocolLib (Packet Features)
  384. [15:55:18] [Server thread/INFO]: Hooked into: Vault
  385. [15:55:18] [Server thread/INFO]: [SkQuery] Enabling SkQuery v3.21.4
  386. [15:55:18] [Server thread/INFO]: [skQuery] Snooping enabled from com.w00tmast3r.skquery.SkQuery
  387. [15:55:18] [Server thread/INFO]: [skQuery] Locating classes from SkQuery...
  388. [15:55:18] [Server thread/INFO]: [skQuery] Finished snooping of SkQuery with 163 classes.
  389. [15:55:18] [Server thread/INFO]: [skQuery] Beginning to process a total of 163 from SkQuery
  390. [15:55:19] [Server thread/INFO]: [skQuery] Out of 163 classes, 160 classes were loaded from SkQuery
  391. [15:55:19] [Server thread/INFO]: [BanAnimations] Enabling BanAnimations v1.0.1
  392. [15:55:19] [Server thread/INFO]: [BanAnimations] [BanAnimations] Has been enabled (V.1.0.1)
  393. [15:55:19] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.4-b527
  394. [15:55:19] [Server thread/INFO]: [Multiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
  395. [15:55:19] [Server thread/INFO]: [AllPay] - Version 10.0 - hooked into Essentials Economy for Multiverse-Core v2.4-b527
  396. [15:55:19] [Server thread/INFO]: [Multiverse-Core] Loading World & Settings - 'Hub' - Env: NORMAL - Type: FLAT & seed: -5583335304771524341
  397. [15:55:19] [Server thread/INFO]: -------- World Settings For [Hub] --------
  398. [15:55:19] [Server thread/INFO]: Mob Spawn Range: 4
  399. [15:55:19] [Server thread/INFO]: Cactus Growth Modifier: 100%
  400. [15:55:19] [Server thread/INFO]: Cane Growth Modifier: 100%
  401. [15:55:19] [Server thread/INFO]: Melon Growth Modifier: 100%
  402. [15:55:19] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  403. [15:55:19] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  404. [15:55:19] [Server thread/INFO]: Sapling Growth Modifier: 100%
  405. [15:55:19] [Server thread/INFO]: Wheat Growth Modifier: 100%
  406. [15:55:19] [Server thread/INFO]: NetherWart Growth Modifier: 100%
  407. [15:55:19] [Server thread/INFO]: Vine Growth Modifier: 100%
  408. [15:55:19] [Server thread/INFO]: Cocoa Growth Modifier: 100%
  409. [15:55:19] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  410. [15:55:19] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  411. [15:55:19] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 1 Hopper Amount: 1
  412. [15:55:19] [Server thread/INFO]: Random Lighting Updates: false
  413. [15:55:19] [Server thread/INFO]: Structure Info Saving: true
  414. [15:55:19] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617 Monument: 10387313 Slime: 987234911
  415. [15:55:19] [Server thread/INFO]: Max TNT Explosions: 100
  416. [15:55:19] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
  417. [15:55:19] [Server thread/INFO]: Item Despawn Rate: 6000
  418. [15:55:19] [Server thread/INFO]: Item Merge Radius: 2.5
  419. [15:55:19] [Server thread/INFO]: Arrow Despawn Rate: 1200
  420. [15:55:19] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  421. [15:55:19] [Server thread/INFO]: View Distance: 10
  422. [15:55:19] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  423. [15:55:19] [Server thread/INFO]: Experience Merge Radius: 3.0
  424. [15:55:19] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  425. [15:55:19] [Server thread/INFO]: Preparing start region for level 3 (Seed: -5583335304771524341)
  426. [15:55:19] [Server thread/INFO]: [Multiverse-Core] 1 - World(s) loaded.
  427. [15:55:19] [Server thread/WARN]: [Multiverse-Core] The world specified as the spawn world (world) did not exist!!
  428. [15:55:19] [Server thread/INFO]: [Plugins] Enabling Plugins v2.2
  429. [15:55:19] [Server thread/INFO]: [WildSkript] Enabling WildSkript v1.8
  430. [15:55:19] [Server thread/INFO]: [WildSkript] skQuery hooked!
  431. [15:55:19] [Server thread/ERROR]: Error occurred while enabling WildSkript v1.8 (Is it up to date?)
  432. java.lang.NoSuchMethodError: org.bukkit.Bukkit.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  433. at net.dzikoysk.wildskript.WildSkript.utils(WildSkript.java:124) ~[?:?]
  434. at net.dzikoysk.wildskript.WildSkript.onEnable(WildSkript.java:52) ~[?:?]
  435. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  436. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  437. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  438. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  439. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  440. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  441. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  442. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  443. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  444. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  445. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  446. [15:55:19] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vTeamCity
  447. [15:55:19] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
  448. [15:55:19] [Server thread/INFO]: [PermissionsEx] Initializing sql backend
  449. [15:55:19] [Server thread/INFO]: [PermissionsEx] Successfully connected to SQL database
  450. [15:55:19] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
  451. [15:55:19] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
  452. [15:55:19] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
  453. [15:55:19] [Server thread/INFO]: [FeatherBoard] Enabling FeatherBoard v3.17.2
  454. [15:55:20] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  455. [15:55:20] [Server thread/INFO]: [FeatherBoard] Plugin: FeatherBoard v3.17.2
  456. [15:55:20] [Server thread/INFO]: [FeatherBoard] Framework version: 2017-01
  457. [15:55:20] [Server thread/INFO]: [FeatherBoard] Author: Maximvdw (Maxim Van de Wynckel)
  458. [15:55:20] [Server thread/INFO]: [FeatherBoard] Site: https://www.mvdw-software.com/
  459. [15:55:20] [Server thread/INFO]: [FeatherBoard] -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  460. [15:55:20] [Server thread/INFO]: [FeatherBoard] Loading configuration ...
  461. [15:55:20] [Server thread/INFO]: [FeatherBoard] Loading messages ...
  462. [15:55:20] [Server thread/INFO]: [FeatherBoard] Loading language file: lang_en
  463. [15:55:20] [Server thread/INFO]: [FeatherBoard] Loading placeholders ...
  464. [15:55:20] [pool-20-thread-1/ERROR]: [PermissionsEx] Error occurred with PermissionsEx! Please post it to http://git.io/<html><body>You are being <a href="https://git.io/create">redirected</a>.</body></html>. Full error:
  465. ru.tehkode.permissions.exceptions.PermissionBackendException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'prefix' in 'field list'
  466. at ru.tehkode.permissions.backends.sql.SQLBackend$3.performUpdate(SQLBackend.java:186)
  467. at ru.tehkode.permissions.backends.PermissionBackend.performSchemaUpdate(PermissionBackend.java:90)
  468. at ru.tehkode.permissions.backends.sql.SQLBackend.<init>(SQLBackend.java:192)
  469. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  470. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  471. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  472. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  473. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:392)
  474. at ru.tehkode.permissions.backends.PermissionBackend.getBackend(PermissionBackend.java:367)
  475. at ru.tehkode.permissions.PermissionManager.createBackend(PermissionManager.java:624)
  476. at ru.tehkode.permissions.PermissionManager.setBackend(PermissionManager.java:606)
  477. at ru.tehkode.permissions.PermissionManager.initBackend(PermissionManager.java:693)
  478. at ru.tehkode.permissions.PermissionManager.<init>(PermissionManager.java:67)
  479. at ru.tehkode.permissions.bukkit.PermissionsEx.onEnable(PermissionsEx.java:175)
  480. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  481. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  482. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  483. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  484. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  485. at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421)
  486. at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382)
  487. at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
  488. at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  489. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  490. at java.lang.Thread.run(Unknown Source)
  491. Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'prefix' in 'field list'
  492. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  493. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  494. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  495. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  496. at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  497. at com.mysql.jdbc.Util.getInstance(Util.java:408)
  498. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:943)
  499. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3970)
  500. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3906)
  501. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524)
  502. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2677)
  503. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2549)
  504. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1861)
  505. at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1962)
  506. at ru.tehkode.libs.org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  507. at ru.tehkode.libs.org.apache.commons.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:96)
  508. at ru.tehkode.permissions.backends.sql.SQLBackend$3.performUpdate(SQLBackend.java:161)
  509. ... 24 more
  510.  
  511. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loaded 2486 of the 5321 placholders
  512. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading Event hooks ...
  513. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Death hook ...
  514. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block break hook ...
  515. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Block place hook ...
  516. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Create portal hook ...
  517. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player join ...
  518. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player rejoin ...
  519. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla player first join ...
  520. [15:55:22] [Server thread/INFO]: [FeatherBoard] Loading event hook: Vanilla Combat hook ...
  521. [15:55:22] [Server thread/INFO]: [FeatherBoard] Creating new custom effect: warning
  522. [15:55:22] [Server thread/INFO]: [FeatherBoard] Lines: 2
  523. [15:55:22] [Server thread/INFO]: [FeatherBoard] Arguments: 1
  524. [15:55:22] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'default' ...
  525. [15:55:22] [Server thread/WARN]: [FeatherBoard] Scoreboard group 'default' has too many lines!
  526. [15:55:22] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'combat-scoreboard-example' ...
  527. [15:55:22] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'mcmmo-levelup' ...
  528. [15:55:22] [Server thread/INFO]: [FeatherBoard] Adding scoreboard group 'towny-town-example' ...
  529. [15:55:23] [Server thread/INFO]: [FeatherBoard] A new update for FeatherBoard is available for download on Spigot!
  530. [15:55:23] [Server thread/INFO]: [FeatherBoard] Toggle persistence is disabled!
  531. [15:55:23] [Server thread/INFO]: [FeatherBoard] Adding command 'featherboard'
  532. [15:55:23] [Server thread/INFO]: [AntiAura] Enabling AntiAura v10.88
  533. [15:55:23] [Server thread/INFO]: Hello, and welcome to AntiAura! Please refer to the guides on Spigot or send me a PM if you are having issues! If you want configuration help, check the logs or the config comments!
  534. By using this plugin, you agree with the EULA.txt inside the jar file.
  535. [15:55:23] [Server thread/INFO]: Paths: /home/minecraft/multicraft/servers/server5/plugins/AntiAura/config.yml ||
  536. [15:55:23] [Server thread/INFO]: [CoreAPI] Enabling CoreAPI v1.9
  537. [15:55:23] [Server thread/WARN]: java.sql.SQLException: Access denied for user 'localhost'@'localhost' (using password: YES)
  538. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
  539. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3970)
  540. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3906)
  541. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)
  542. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)
  543. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
  544. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2253)
  545. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2284)
  546. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2083)
  547. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806)
  548. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  549. [15:55:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  550. [15:55:23] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  551. [15:55:23] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  552. [15:55:23] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Unknown Source)
  553. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  554. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410)
  555. [15:55:23] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328)
  556. [15:55:23] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  557. [15:55:23] [Server thread/WARN]: at java.sql.DriverManager.getConnection(Unknown Source)
  558. [15:55:23] [Server thread/WARN]: at de.mavecrit.coreAPI.NickQL.NickMySQL.connect(NickMySQL.java:31)
  559. [15:55:23] [Server thread/WARN]: at de.mavecrit.coreAPI.Main.onEnable(Main.java:114)
  560. [15:55:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  561. [15:55:23] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  562. [15:55:23] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  563. [15:55:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  564. [15:55:23] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  565. [15:55:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421)
  566. [15:55:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382)
  567. [15:55:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
  568. [15:55:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  569. [15:55:23] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  570. [15:55:23] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  571. [15:55:27] [Server thread/WARN]: java.lang.Exception: [CoreAPI] Could not connect to database: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  572. [15:55:27] [Server thread/WARN]: at de.mavecrit.coreAPI.MySQL.MySQL.connect(MySQL.java:31)
  573. [15:55:27] [Server thread/WARN]: at de.mavecrit.coreAPI.Main.onEnable(Main.java:118)
  574. [15:55:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:271)
  575. [15:55:27] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  576. [15:55:27] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  577. [15:55:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugin(CraftServer.java:376)
  578. [15:55:27] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_11_R1.CraftServer.enablePlugins(CraftServer.java:326)
  579. [15:55:27] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.t(MinecraftServer.java:421)
  580. [15:55:27] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.l(MinecraftServer.java:382)
  581. [15:55:27] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.a(MinecraftServer.java:337)
  582. [15:55:27] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:272)
  583. [15:55:27] [Server thread/WARN]: at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544)
  584. [15:55:27] [Server thread/WARN]: at java.lang.Thread.run(Unknown Source)
  585. [15:55:27] [Server thread/INFO]: CoreAPI enabled.
  586. [15:55:27] [Server thread/INFO]: [EnjinMinecraftPlugin] Enabling EnjinMinecraftPlugin v3.0.25
  587. [15:55:27] [Server thread/INFO]: Initializing for the first time.
  588. [15:55:28] [Server thread/INFO]: [UltraCosmetics] Enabling UltraCosmetics v2.4.0
  589. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: -------------------------------------------------------------------
  590. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: UltraCosmetics v2.4.0 is loading... (server: 1.11)
  591. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: Thanks for downloading it!
  592. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: Plugin by iSach.
  593. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: Link: http://bit.ly/UltraCosmetics
  594. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: Initializing module v1_11_R1
  595. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: Module initialized
  596. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]:
  597. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: Morphs require Lib's Disguises!
  598. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]:
  599. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: Morphs disabled.
  600. [15:55:28] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]:
  601. [15:55:29] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: UltraCosmetics successfully finished loading and is now enabled!
  602. [15:55:29] [Server thread/INFO]: 04/13/2017 - UltraCosmetics [INFO]: -------------------------------------------------------------------
  603. [15:55:29] [Server thread/INFO]: [HolographicDisplays] Enabling HolographicDisplays v2.2.5
  604. [15:55:29] [Server thread/INFO]: [HolographicDisplays] Found ProtocolLib, using new version.
  605. [15:55:29] [Server thread/INFO]: [HolographicDisplays] Enabled player relative placeholders with ProtocolLib.
  606. [15:55:29] [Server thread/INFO]: [AAC] Enabling AAC v3.1.4
  607. [15:55:29] [Server thread/INFO]: [EssentialsXMPP] Enabling EssentialsXMPP vTeamCity
  608. [15:55:29] [Server thread/WARN]: config broken for xmpp
  609. [15:55:29] [Server thread/INFO]: [EssentialsProtect] Enabling EssentialsProtect vTeamCity
  610. [15:55:29] [Server thread/INFO]: [EssentialsGeoIP] Enabling EssentialsGeoIP vTeamCity
  611. [15:55:29] [Server thread/INFO]: [EssentialsGeoIP] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com/.
  612. [15:55:29] [Server thread/INFO]: [EssentialsAntiBuild] Enabling EssentialsAntiBuild vTeamCity
  613. [15:55:29] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vTeamCity
  614. [15:55:29] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1.3;7a097ca
  615. [15:55:29] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
  616. [15:55:29] [Server thread/INFO]: Setup dispatcher!
  617. [15:55:29] [Server thread/WARN]: [WorldEdit]
  618. **********************************************
  619. ** This WorldEdit version does not fully support your version of Bukkit.
  620. **
  621. ** When working with blocks or undoing, chests will be empty, signs
  622. ** will be blank, and so on. There will be no support for entity
  623. ** and biome-related functions.
  624. **
  625. ** Please see http://wiki.sk89q.com/wiki/WorldEdit/Bukkit_adapters
  626. **********************************************
  627.  
  628. [15:55:29] [Server thread/INFO]: [CustomTab] Enabling CustomTab v1.1
  629. [15:55:29] [Server thread/INFO]: [Autorank] Enabling Autorank v3.8.5.1
  630. [15:55:29] [Server thread/INFO]: [Autorank] Simple config file loaded
  631. [15:55:29] [Server thread/INFO]: [Autorank] Advanced config file loaded
  632. [15:55:29] [Server thread/INFO]: [Autorank] Settings config file loaded
  633. [15:55:29] [Server thread/INFO]: [Autorank] Internal properties file loaded
  634. [15:55:29] [Server thread/INFO]: [Autorank] Backup data file loaded (backup-data.yml)
  635. [15:55:29] [Server thread/INFO]: [Autorank] Loaded playerdata.
  636. [15:55:29] [Server thread/INFO]: [Autorank] Interval check every 5 minutes.
  637. [15:55:29] [Server thread/INFO]: [Autorank] Total data file loaded
  638. [15:55:29] [Server thread/INFO]: [Autorank] Daily data file loaded
  639. [15:55:29] [Server thread/INFO]: [Autorank] Weekly data file loaded
  640. [15:55:29] [Server thread/INFO]: [Autorank] Monthly data file loaded
  641. [15:55:29] [Server thread/INFO]: [Autorank] Language file loaded (lang.yml)
  642. [15:55:29] [Server thread/INFO]: [Autorank] Using timings of: autorank
  643. [15:55:29] [Server thread/INFO]: [Autorank] Autorank 3.8.5.1 has been enabled!
  644. [15:55:30] [Server thread/INFO]: [LiteBans] Enabling LiteBans v2.1.26
  645. [15:55:30] [Thread-44/INFO]: [AAC] A new version of AAC is available!
  646. [15:55:30] [Thread-44/WARN]: [AAC] Logger functionality has been disabled in the configuration file.
  647. [15:55:30] [Server thread/INFO]: [LiteBans] Loading SQL driver: mysql (com.mysql.jdbc.Driver)
  648. [15:55:30] [Server thread/INFO]: [LiteBans] Connecting to database...
  649. [15:55:30] [Server thread/INFO]: [LiteBans] Connected to [jdbc:mysql://localhost:3306/tdn?useSSL=false] (18 ms).
  650. [15:55:30] [Server thread/INFO]: [LiteBans] [Sync] Server name: The Darthon Network
  651. [15:55:30] [Server thread/INFO]: [LiteBans] [Sync] Server UUID: ec28ee0014a64b428b4a3cb7ffe5d15e
  652. [15:55:30] [Server thread/INFO]: [LiteBans] Database connection fully initialized (23.2 ms).
  653. [15:55:30] [Server thread/INFO]: [LiteBans] v2.1.26 enabled. Startup took 274 ms.
  654. [15:55:30] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.21-SNAPSHOT (build 1463)
  655. [15:55:30] [pool-8-thread-1/INFO]: [LiteBans] GeoIP support initialized.
  656. [15:55:30] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1.3-SNAPSHOT;c904242
  657. [15:55:30] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
  658. [15:55:30] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
  659. [15:55:30] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
  660. [15:55:30] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
  661. [15:55:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
  662. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
  663. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
  664. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
  665. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
  666. [15:55:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
  667. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
  668. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
  669. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
  670. [15:55:30] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
  671. [15:55:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
  672. [15:55:30] [Server thread/INFO]: [WorldGuard] (Hub) TNT ignition is PERMITTED.
  673. [15:55:30] [Server thread/INFO]: [WorldGuard] (Hub) Lighters are PERMITTED.
  674. [15:55:30] [Server thread/INFO]: [WorldGuard] (Hub) Lava fire is blocked.
  675. [15:55:30] [Server thread/INFO]: [WorldGuard] (Hub) Fire spread is UNRESTRICTED.
  676. [15:55:30] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Hub'
  677. [15:55:30] [Server thread/INFO]: [WorldGuard] Loading region data...
  678. [15:55:31] [Server thread/INFO]: [BungeePortals] Enabling BungeePortals v1.2
  679. [15:55:31] [Server thread/INFO]: [BungeePortals] Metrics initiated!
  680. [15:55:31] [Server thread/INFO]: [BungeePortals] Commands registered!
  681. [15:55:31] [Server thread/INFO]: [BungeePortals] Events registered!
  682. [15:55:31] [Server thread/INFO]: [BungeePortals] Plugin channel registered!
  683. [15:55:31] [Server thread/INFO]: [BungeePortals] Configuration file config.yml loaded!
  684. [15:55:31] [Server thread/INFO]: [BungeePortals] Configuration file portals.yml loaded!
  685. [15:55:31] [Server thread/INFO]: [BungeePortals] Portal data loaded! (0ms)
  686. [15:55:31] [Server thread/INFO]: [BungeePortals] Save task started!
  687. [15:55:31] [Server thread/INFO]: [BungeePortals] Version 1.2 has been enabled. (10ms)
  688. [15:55:31] [Server thread/INFO]: [skRayFall] Enabling skRayFall v1.9.7
  689. [15:55:31] [Server thread/INFO]: [skRayFall] Yay! You are running skRayFall 1.9.7!
  690. [15:55:31] [Server thread/INFO]: [skRayFall] Nathan and Lewis <3 you.
  691. [15:55:31] [Server thread/INFO]: [skRayFall] Cooking Bacon...
  692. [15:55:31] [Server thread/INFO]: [skRayFall] Getting more bacon for the army of citizens...
  693. [15:55:31] [Server thread/INFO]: [skRayFall] Got bacon for the EffectLib partical ninjas!
  694. [15:55:31] [Server thread/INFO]: [skRayFall] No Votifier Found! *Checks oven for finished bacon*
  695. [15:55:31] [Server thread/INFO]: [skRayFall] Bacon holograms found
  696. [15:55:31] [Server thread/INFO]: [skRayFall] Client Side bacon holograms enabled
  697. [15:55:31] [Server thread/INFO]: [skRayFall] Enabling general 1.8/1.9/1.10/1.11 bacon!
  698. [15:55:31] [Server thread/INFO]: [skRayFall] Getting the general 1.9-1.11 bacon!
  699. [15:55:31] [Server thread/INFO]: [skRayFall] Getting the extra special 1.11 bacon!
  700. [15:55:31] [Server thread/INFO]: [skRayFall] Bacon is ready!
  701. [15:55:31] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  702. [15:55:31] [Server thread/INFO]: Done (17.914s)! For help, type "help" or "?"
  703. [15:55:31] [Server thread/INFO]: (FAWE) Plugin 'WorldGuard' found. Using it now.
  704. [15:55:31] [Server thread/INFO]: [Skript] Loading variables...
  705. [15:55:31] [Server thread/INFO]: [Skript] Loaded 223 variables in 0.0 seconds
  706. [15:55:31] [Craft Scheduler Thread - 9/INFO]: [Skript] A new version of Skript is available: dev26c (you're currently running 2.2-dev25)
  707. [15:55:32] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 74 placeholder expansions are available on the cloud.
  708. [15:55:32] [Craft Scheduler Thread - 4/INFO]: [PlaceholderAPI] 0 expansions you use have updates.
  709. [15:55:33] [Server thread/ERROR]: [Skript] Can't compare 'clicked slot' with an integer (punish.sk, line 200: clicked slot >= 45')
  710. [15:55:33] [Server thread/ERROR]: [Skript] Can't understand this expression: 'clicked slot - 44' (punish.sk, line 201: set {_clickedslot.%player%} to (clicked slot - 44)')
  711. [15:55:33] [Server thread/INFO]: [Skript] Loaded 2 scripts with a total of 1 trigger and 3 commands in 2.1 seconds
  712. [15:55:33] [Server thread/INFO]: [Skript] Finished loading.
  713. [15:55:33] [Server thread/INFO]: [Autorank] No stats plugin found! Most requirements cannot be used!
  714. [15:55:33] [Server thread/INFO]: [Autorank] Loaded libraries and dependencies
  715. [15:55:33] [Craft Scheduler Thread - 9/INFO]: [ChatControl] *---------------------------------------------*
  716. [15:55:33] [Craft Scheduler Thread - 9/INFO]: [ChatControl] [!] ChatControl Update Notification [!]
  717. [15:55:33] [Craft Scheduler Thread - 9/INFO]: [ChatControl] A manual upgrade is now available at
  718. [15:55:33] [Craft Scheduler Thread - 9/INFO]: [ChatControl] https://spigotmc.org/resources/10258
  719. [15:55:33] [Craft Scheduler Thread - 9/INFO]: [ChatControl] You can hide this warning in settings.yml
  720. [15:55:33] [Craft Scheduler Thread - 9/INFO]: [ChatControl] *---------------------------------------------*
  721. [15:55:34] [Server thread/INFO]: [Citizens] Loaded 4 NPCs.
  722. [15:55:34] [Craft Scheduler Thread - 4/INFO]: [Vault] Checking for Updates ...
  723. [15:55:34] [Craft Scheduler Thread - 16/INFO]: NametagEdit Pool - is starting.
  724. [15:55:34] [Craft Scheduler Thread - 4/INFO]: [Vault] No new version available
  725. [15:55:34] [Server thread/ERROR]: Could not pass event PlayerLoginEvent to CoreAPI v1.9
  726. org.bukkit.event.EventException
  727. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  728. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  729. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  730. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  731. at net.minecraft.server.v1_11_R1.PlayerList.attemptLogin(PlayerList.java:501) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  732. at net.minecraft.server.v1_11_R1.LoginListener.b(LoginListener.java:121) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  733. at net.minecraft.server.v1_11_R1.LoginListener.F_(LoginListener.java:57) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  734. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  735. at net.minecraft.server.v1_11_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  736. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  737. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  738. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  739. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  740. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  741. Caused by: java.lang.NullPointerException
  742. at de.mavecrit.coreAPI.NickQL.NickMySQL.getResult(NickMySQL.java:81) ~[?:?]
  743. at de.mavecrit.coreAPI.NickQL.NicknameSQL.playerExists(NicknameSQL.java:17) ~[?:?]
  744. at de.mavecrit.coreAPI.NickQL.NicknameSQL.getNick(NicknameSQL.java:78) ~[?:?]
  745. at de.mavecrit.coreAPI.Main.Liog(Main.java:178) ~[?:?]
  746. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  747. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  748. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  749. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  750. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  751. ... 13 more
  752. [15:55:34] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@3c1b2c8b[id=65c39e41-ecd2-4a96-8610-4b170ae59549,name=The_Darthonian,properties={textures=[com.mojang.authlib.properties.Property@2a649810]},legacy=false] (/151.224.194.63:47884): An unexpected error has occurred. Please try again later.
  753. [15:55:34] [Craft Scheduler Thread - 10/INFO]: [PacketListenerApi] Plugin is up-to-date
  754. [15:55:34] [Server thread/INFO]: [AAC] Beginning Enable...
  755. [15:55:34] [Server thread/INFO]: [AAC] Checking config file...
  756. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check chat.Spam
  757. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Hitbox
  758. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Fastbow
  759. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.FightSpeed
  760. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Knockback
  761. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Regen
  762. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.FastUse
  763. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Killaura
  764. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Heuristics
  765. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.BadPackets
  766. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Speed
  767. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Phase
  768. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Fly
  769. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.NoFall
  770. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Jesus
  771. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check movement.Derp
  772. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check combat.Criticals
  773. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastBreak
  774. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.FastPlace
  775. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Nuker
  776. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.NoSwing
  777. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Interact
  778. [15:55:34] [Server thread/INFO]: [AAC] (CheckManager) Enabling check world.Velocity
  779. [15:55:34] [Server thread/INFO]: [AAC] Starting API...
  780. [15:55:34] [Server thread/INFO]: [AAC] AAC has been enabled.
  781. [15:55:38] [Craft Scheduler Thread - 13/INFO]: [Autorank] Config files have been correctly setup!
  782. [15:55:41] [User Authenticator #2/INFO]: UUID of player The_Darthonian is 65c39e41-ecd2-4a96-8610-4b170ae59549
  783. [15:55:41] [Server thread/ERROR]: Could not pass event PlayerLoginEvent to CoreAPI v1.9
  784. org.bukkit.event.EventException
  785. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  786. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  787. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  788. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  789. at net.minecraft.server.v1_11_R1.PlayerList.attemptLogin(PlayerList.java:501) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  790. at net.minecraft.server.v1_11_R1.LoginListener.b(LoginListener.java:121) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  791. at net.minecraft.server.v1_11_R1.LoginListener.F_(LoginListener.java:57) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  792. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  793. at net.minecraft.server.v1_11_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  794. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  795. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  796. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  797. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  798. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  799. Caused by: java.lang.NullPointerException
  800. at de.mavecrit.coreAPI.NickQL.NickMySQL.getResult(NickMySQL.java:81) ~[?:?]
  801. at de.mavecrit.coreAPI.NickQL.NicknameSQL.playerExists(NicknameSQL.java:17) ~[?:?]
  802. at de.mavecrit.coreAPI.NickQL.NicknameSQL.getNick(NicknameSQL.java:78) ~[?:?]
  803. at de.mavecrit.coreAPI.Main.Liog(Main.java:178) ~[?:?]
  804. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  805. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  806. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  807. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  808. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  809. ... 13 more
  810. [15:55:41] [Server thread/INFO]: The_Darthonian dragged back: Join teleport
  811. [15:55:41] [Server thread/ERROR]: Could not pass event PlayerJoinEvent to CoreAPI v1.9
  812. org.bukkit.event.EventException
  813. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  814. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  815. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  816. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  817. at net.minecraft.server.v1_11_R1.PlayerList.onPlayerJoin(PlayerList.java:327) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  818. at net.minecraft.server.v1_11_R1.PlayerList.a(PlayerList.java:160) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  819. at net.minecraft.server.v1_11_R1.LoginListener.b(LoginListener.java:147) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  820. at net.minecraft.server.v1_11_R1.LoginListener.F_(LoginListener.java:57) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  821. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  822. at net.minecraft.server.v1_11_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  823. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  824. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  825. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  826. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  827. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  828. Caused by: java.lang.NullPointerException
  829. at de.mavecrit.coreAPI.NickQL.NickMySQL.getResult(NickMySQL.java:81) ~[?:?]
  830. at de.mavecrit.coreAPI.NickQL.NicknameSQL.playerExists(NicknameSQL.java:17) ~[?:?]
  831. at de.mavecrit.coreAPI.NickQL.NicknameSQL.getNick(NicknameSQL.java:78) ~[?:?]
  832. at de.mavecrit.coreAPI.Main.Joo(Main.java:217) ~[?:?]
  833. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  834. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  835. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  836. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  837. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  838. ... 14 more
  839. [15:55:41] [Server thread/ERROR]: [SkQuery] Unhandled exception occured in onPacketSending(PacketEvent) for SkQuery
  840. com.comphenix.protocol.reflect.FieldAccessException: No field with type [Lnet.minecraft.server.v1_11_R1.ItemStack; exists in class PacketPlayOutWindowItems.
  841. at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:219) ~[ProtocolLib.jar:4.2.0]
  842. at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:198) ~[ProtocolLib.jar:4.2.0]
  843. at com.w00tmast3r.skquery.elements.ProtocolHandlers$1$1.onPacketSending(ProtocolHandlers.java:30) ~[SkQuery.jar:?]
  844. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.2.0]
  845. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.2.0]
  846. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.2.0]
  847. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.2.0]
  848. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.2.0]
  849. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.2.0]
  850. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.2.0]
  851. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.2.0]
  852. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.2.0]
  853. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.2.0]
  854. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.2.0]
  855. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.2.0]
  856. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  857. at net.minecraft.server.v1_11_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  858. at net.minecraft.server.v1_11_R1.PlayerConnection.sendPacket(PlayerConnection.java:1099) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  859. at net.minecraft.server.v1_11_R1.EntityPlayer.a(EntityPlayer.java:830) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  860. at net.minecraft.server.v1_11_R1.Container.addSlotListener(Container.java:59) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  861. at net.minecraft.server.v1_11_R1.EntityPlayer.syncInventory(EntityPlayer.java:195) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  862. at net.minecraft.server.v1_11_R1.PlayerList.a(PlayerList.java:213) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  863. at net.minecraft.server.v1_11_R1.LoginListener.b(LoginListener.java:147) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  864. at net.minecraft.server.v1_11_R1.LoginListener.F_(LoginListener.java:57) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  865. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:233) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  866. at net.minecraft.server.v1_11_R1.ServerConnection.c(ServerConnection.java:140) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  867. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:842) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  868. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  869. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  870. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  871. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  872. [15:55:41] [Server thread/ERROR]: Parameters:
  873. net.minecraft.server.v1_11_R1.PacketPlayOutWindowItems@195b20db[
  874. a=0
  875. b=[1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0]
  876. ]
  877.  
  878. [15:55:41] [Server thread/INFO]: The_Darthonian[/151.224.194.63:36486] logged in with entity id 242 at ([Hub]991.8186645994092, 10.0, -392.5272545478336)
  879. [15:55:41] [Server thread/WARN]: [Essentials] Task #758 for Essentials vTeamCity generated an exception
  880. java.lang.NullPointerException
  881. at com.earth2me.essentials.xmpp.XMPPManager.updatePresence(XMPPManager.java:176) ~[?:?]
  882. at com.earth2me.essentials.xmpp.EssentialsXMPP.updatePresence(EssentialsXMPP.java:123) ~[?:?]
  883. at com.earth2me.essentials.xmpp.EssentialsXMPPPlayerListener$1.run(EssentialsXMPPPlayerListener.java:35) ~[?:?]
  884. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  885. at org.bukkit.craftbukkit.v1_11_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  886. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:738) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  887. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  888. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  889. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  890. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  891. [15:55:41] [Server thread/INFO]: [+1] The_Darthonian
  892. [15:55:42] [Head Conversion Thread - 0/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@62e0bca7[id=65c39e41-ecd2-4a96-8610-4b170ae59549,name=The_Darthonian,properties={},legacy=false]
  893. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  894. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  895. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  896. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  897. at net.minecraft.server.v1_11_R1.TileEntitySkull$1.load(TileEntitySkull.java:76) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  898. at net.minecraft.server.v1_11_R1.TileEntitySkull$1.load(TileEntitySkull.java:1) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  899. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  900. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  901. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  902. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  903. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  904. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  905. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  906. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  907. at net.minecraft.server.v1_11_R1.TileEntitySkull$3.run(TileEntitySkull.java:201) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  908. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_25]
  909. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_25]
  910. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  911. [15:55:42] [Head Conversion Thread - 1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@72da8b19[id=43485923-672a-49d8-8a9c-0d629d7e8468,name=iAmABox,properties={},legacy=false]
  912. com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time
  913. at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:79) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  914. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:180) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  915. at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:173) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  916. at net.minecraft.server.v1_11_R1.TileEntitySkull$1.load(TileEntitySkull.java:76) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  917. at net.minecraft.server.v1_11_R1.TileEntitySkull$1.load(TileEntitySkull.java:1) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  918. at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  919. at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  920. at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  921. at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  922. at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  923. at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  924. at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  925. at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  926. at net.minecraft.server.v1_11_R1.TileEntitySkull$3.run(TileEntitySkull.java:201) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  927. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_25]
  928. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_25]
  929. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  930. [15:56:10] [Server thread/ERROR]: [SkQuery] Unhandled exception occured in onPacketSending(PacketEvent) for SkQuery
  931. com.comphenix.protocol.reflect.FieldAccessException: No field with type [Lnet.minecraft.server.v1_11_R1.ItemStack; exists in class PacketPlayOutWindowItems.
  932. at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:219) ~[ProtocolLib.jar:4.2.0]
  933. at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:198) ~[ProtocolLib.jar:4.2.0]
  934. at com.w00tmast3r.skquery.elements.ProtocolHandlers$1$1.onPacketSending(ProtocolHandlers.java:30) ~[SkQuery.jar:?]
  935. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.2.0]
  936. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.2.0]
  937. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.2.0]
  938. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.2.0]
  939. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.2.0]
  940. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.2.0]
  941. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.2.0]
  942. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.2.0]
  943. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.2.0]
  944. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.2.0]
  945. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.2.0]
  946. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.2.0]
  947. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  948. at net.minecraft.server.v1_11_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  949. at net.minecraft.server.v1_11_R1.PlayerConnection.sendPacket(PlayerConnection.java:1099) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  950. at net.minecraft.server.v1_11_R1.EntityPlayer.a(EntityPlayer.java:830) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  951. at net.minecraft.server.v1_11_R1.Container.addSlotListener(Container.java:59) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  952. at net.minecraft.server.v1_11_R1.EntityPlayer.openContainer(EntityPlayer.java:750) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  953. at org.bukkit.craftbukkit.v1_11_R1.entity.CraftHumanEntity.openInventory(CraftHumanEntity.java:194) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  954. at be.isach.ultracosmetics.menu.Menu.open(Menu.java:52) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  955. at be.isach.ultracosmetics.menu.menus.MenuMain.open(MenuMain.java:75) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  956. at be.isach.ultracosmetics.listeners.PlayerListener.onInteract(PlayerListener.java:102) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  957. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  958. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  959. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  960. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  961. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  962. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  963. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  964. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  965. at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:234) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  966. at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:201) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  967. at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:197) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  968. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  969. at net.minecraft.server.v1_11_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  970. at net.minecraft.server.v1_11_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  971. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  972. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
  973. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
  974. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  975. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  976. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  977. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  978. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  979. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  980. [15:56:10] [Server thread/ERROR]: Parameters:
  981. net.minecraft.server.v1_11_R1.PacketPlayOutWindowItems@4a680156[
  982. a=1
  983. b=[1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.bone@0, 1xtile.air@0, 1xtile.air@0, 1xitem.prismarineShard@0, 1xtile.air@0, 1xtile.air@0, 1xitem.netherStar@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.saddle@0, 1xtile.air@0, 1xitem.helmetGold@0, 1xtile.air@0, 1xitem.chestplateCloth@0, 1xtile.air@0, 1xitem.skull@3, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.blockRedstone@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 3xitem.arrow@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.blazeRod@0, 1xitem.bow@0, 1xtile.air@0, 1xtile.enderChest@0, 1xitem.compass@0, 1xtile.air@0, 1xtile.air@0, 1xitem.swordIron@0, 1xtile.air@0]
  984. ]
  985.  
  986. [15:56:10] [Server thread/ERROR]: [SkQuery] Unhandled exception occured in onPacketSending(PacketEvent) for SkQuery
  987. com.comphenix.protocol.reflect.FieldAccessException: No field with type [Lnet.minecraft.server.v1_11_R1.ItemStack; exists in class PacketPlayOutWindowItems.
  988. at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:219) ~[ProtocolLib.jar:4.2.0]
  989. at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:198) ~[ProtocolLib.jar:4.2.0]
  990. at com.w00tmast3r.skquery.elements.ProtocolHandlers$1$1.onPacketSending(ProtocolHandlers.java:30) ~[SkQuery.jar:?]
  991. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.2.0]
  992. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.2.0]
  993. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.2.0]
  994. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.2.0]
  995. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.2.0]
  996. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.2.0]
  997. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.2.0]
  998. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.2.0]
  999. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.2.0]
  1000. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.2.0]
  1001. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.2.0]
  1002. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.2.0]
  1003. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1004. at net.minecraft.server.v1_11_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1005. at net.minecraft.server.v1_11_R1.PlayerConnection.sendPacket(PlayerConnection.java:1099) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1006. at net.minecraft.server.v1_11_R1.EntityPlayer.a(EntityPlayer.java:830) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1007. at net.minecraft.server.v1_11_R1.EntityPlayer.updateInventory(EntityPlayer.java:826) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1008. at org.bukkit.craftbukkit.v1_11_R1.entity.CraftPlayer.updateInventory(CraftPlayer.java:546) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1009. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:963) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1010. at net.minecraft.server.v1_11_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:26) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1011. at net.minecraft.server.v1_11_R1.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1012. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1013. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
  1014. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
  1015. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1016. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1017. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1018. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1019. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1020. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  1021. [15:56:10] [Server thread/ERROR]: Parameters:
  1022. net.minecraft.server.v1_11_R1.PacketPlayOutWindowItems@71beb304[
  1023. a=1
  1024. b=[1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.bone@0, 1xtile.air@0, 1xtile.air@0, 1xitem.prismarineShard@0, 1xtile.air@0, 1xtile.air@0, 1xitem.netherStar@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.saddle@0, 1xtile.air@0, 1xitem.helmetGold@0, 1xtile.air@0, 1xitem.chestplateCloth@0, 1xtile.air@0, 1xitem.skull@3, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.blockRedstone@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 3xitem.arrow@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.blazeRod@0, 1xitem.bow@0, 1xtile.air@0, 1xtile.enderChest@0, 1xitem.compass@0, 1xtile.air@0, 1xtile.air@0, 1xitem.swordIron@0, 1xtile.air@0]
  1025. ]
  1026.  
  1027. [15:56:12] [Server thread/ERROR]: [SkQuery] Unhandled exception occured in onPacketSending(PacketEvent) for SkQuery
  1028. com.comphenix.protocol.reflect.FieldAccessException: No field with type [Lnet.minecraft.server.v1_11_R1.ItemStack; exists in class PacketPlayOutWindowItems.
  1029. at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:219) ~[ProtocolLib.jar:4.2.0]
  1030. at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:198) ~[ProtocolLib.jar:4.2.0]
  1031. at com.w00tmast3r.skquery.elements.ProtocolHandlers$1$1.onPacketSending(ProtocolHandlers.java:30) ~[SkQuery.jar:?]
  1032. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.2.0]
  1033. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.2.0]
  1034. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.2.0]
  1035. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.2.0]
  1036. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.2.0]
  1037. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.2.0]
  1038. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.2.0]
  1039. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.2.0]
  1040. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.2.0]
  1041. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.2.0]
  1042. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.2.0]
  1043. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.2.0]
  1044. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1045. at net.minecraft.server.v1_11_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1046. at net.minecraft.server.v1_11_R1.PlayerConnection.sendPacket(PlayerConnection.java:1099) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1047. at net.minecraft.server.v1_11_R1.EntityPlayer.a(EntityPlayer.java:830) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1048. at net.minecraft.server.v1_11_R1.Container.addSlotListener(Container.java:59) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1049. at net.minecraft.server.v1_11_R1.EntityPlayer.openContainer(EntityPlayer.java:750) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1050. at org.bukkit.craftbukkit.v1_11_R1.entity.CraftHumanEntity.openInventory(CraftHumanEntity.java:194) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1051. at be.isach.ultracosmetics.menu.CosmeticMenu.open(CosmeticMenu.java:234) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  1052. at be.isach.ultracosmetics.menu.CosmeticMenu.open(CosmeticMenu.java:49) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  1053. at be.isach.ultracosmetics.menu.menus.MenuMain.lambda$putItems$0(MenuMain.java:83) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  1054. at be.isach.ultracosmetics.menu.menus.MenuMain$$Lambda$21/1088889588.run(Unknown Source) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  1055. at be.isach.ultracosmetics.menu.Menu.onClick(Menu.java:118) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  1056. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1057. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  1058. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  1059. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  1060. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1061. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1062. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1063. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1064. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1848) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1065. at net.minecraft.server.v1_11_R1.PacketPlayInWindowClick.a(SourceFile:33) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1066. at net.minecraft.server.v1_11_R1.PacketPlayInWindowClick.a(SourceFile:10) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1067. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1068. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
  1069. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
  1070. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1071. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1072. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1073. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1074. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1075. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  1076. [15:56:12] [Server thread/ERROR]: Parameters:
  1077. net.minecraft.server.v1_11_R1.PacketPlayOutWindowItems@b0e5380[
  1078. a=2
  1079. b=[1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.horsearmormetal@0, 1xitem.chickenCooked@0, 1xtile.cloth@3, 1xtile.beacon@0, 1xtile.tripWireSource@0, 1xtile.melon@0, 1xtile.icePacked@0, 1xtile.air@0, 1xtile.air@0, 1xitem.comparator@0, 1xitem.shears@0, 1xitem.horsearmordiamond@0, 1xitem.hatchetIron@0, 1xitem.eyeOfEnder@0, 1xitem.fireworksCharge@0, 1xitem.fireworks@0, 1xtile.air@0, 1xtile.air@0, 1xtile.clayHardenedStained@15, 1xitem.bucketWater@0, 1xtile.tnt@0, 1xitem.blazeRod@0, 1xitem.leash@0, 1xitem.hoeDiamond@0, 1xitem.skull@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.eyeOfEnder@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.arrow@0, 1xitem.dyePowder@10, 1xtile.blockRedstone@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 3xitem.arrow@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.blazeRod@0, 1xitem.bow@0, 1xtile.air@0, 1xtile.enderChest@0, 1xitem.compass@0, 1xtile.air@0, 1xtile.air@0, 1xitem.swordIron@0, 1xtile.air@0]
  1080. ]
  1081.  
  1082. [15:56:16] [Server thread/ERROR]: [SkQuery] Unhandled exception occured in onPacketSending(PacketEvent) for SkQuery
  1083. com.comphenix.protocol.reflect.FieldAccessException: No field with type [Lnet.minecraft.server.v1_11_R1.ItemStack; exists in class PacketPlayOutWindowItems.
  1084. at com.comphenix.protocol.reflect.StructureModifier.readInternal(StructureModifier.java:219) ~[ProtocolLib.jar:4.2.0]
  1085. at com.comphenix.protocol.reflect.StructureModifier.read(StructureModifier.java:198) ~[ProtocolLib.jar:4.2.0]
  1086. at com.w00tmast3r.skquery.elements.ProtocolHandlers$1$1.onPacketSending(ProtocolHandlers.java:30) ~[SkQuery.jar:?]
  1087. at com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195) [ProtocolLib.jar:4.2.0]
  1088. at com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149) [ProtocolLib.jar:4.2.0]
  1089. at com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:608) [ProtocolLib.jar:4.2.0]
  1090. at com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:584) [ProtocolLib.jar:4.2.0]
  1091. at com.comphenix.protocol.injector.netty.ProtocolInjector.packetQueued(ProtocolInjector.java:309) [ProtocolLib.jar:4.2.0]
  1092. at com.comphenix.protocol.injector.netty.ProtocolInjector.onPacketSending(ProtocolInjector.java:269) [ProtocolLib.jar:4.2.0]
  1093. at com.comphenix.protocol.injector.netty.ChannelInjector.processSending(ChannelInjector.java:396) [ProtocolLib.jar:4.2.0]
  1094. at com.comphenix.protocol.injector.netty.ChannelInjector.access$500(ChannelInjector.java:77) [ProtocolLib.jar:4.2.0]
  1095. at com.comphenix.protocol.injector.netty.ChannelInjector$5.handleScheduled(ChannelInjector.java:362) [ProtocolLib.jar:4.2.0]
  1096. at com.comphenix.protocol.injector.netty.ChannelInjector$5.onMessageScheduled(ChannelInjector.java:330) [ProtocolLib.jar:4.2.0]
  1097. at com.comphenix.protocol.injector.netty.ChannelProxy$2.schedulingRunnable(ChannelProxy.java:127) [ProtocolLib.jar:4.2.0]
  1098. at com.comphenix.protocol.injector.netty.EventLoopProxy.execute(EventLoopProxy.java:95) [ProtocolLib.jar:4.2.0]
  1099. at net.minecraft.server.v1_11_R1.NetworkManager.a(NetworkManager.java:194) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1100. at net.minecraft.server.v1_11_R1.NetworkManager.sendPacket(NetworkManager.java:143) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1101. at net.minecraft.server.v1_11_R1.PlayerConnection.sendPacket(PlayerConnection.java:1099) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1102. at net.minecraft.server.v1_11_R1.EntityPlayer.a(EntityPlayer.java:830) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1103. at net.minecraft.server.v1_11_R1.EntityPlayer.updateInventory(EntityPlayer.java:826) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1104. at org.bukkit.craftbukkit.v1_11_R1.entity.CraftPlayer.updateInventory(CraftPlayer.java:546) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1105. at be.isach.ultracosmetics.cosmetics.gadgets.Gadget.onPlayerInteract(Gadget.java:373) [UltraCosmetics-2.4.0-RELEASE.jar:?]
  1106. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_25]
  1107. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  1108. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_25]
  1109. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_25]
  1110. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1111. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1112. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1113. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1114. at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:234) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1115. at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:201) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1116. at org.bukkit.craftbukkit.v1_11_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:197) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1117. at net.minecraft.server.v1_11_R1.PlayerConnection.a(PlayerConnection.java:1391) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1118. at net.minecraft.server.v1_11_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:24) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1119. at net.minecraft.server.v1_11_R1.PacketPlayInArmAnimation.a(PacketPlayInArmAnimation.java:1) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1120. at net.minecraft.server.v1_11_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1121. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_25]
  1122. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_25]
  1123. at net.minecraft.server.v1_11_R1.SystemUtils.a(SourceFile:46) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1124. at net.minecraft.server.v1_11_R1.MinecraftServer.D(MinecraftServer.java:747) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1125. at net.minecraft.server.v1_11_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1126. at net.minecraft.server.v1_11_R1.MinecraftServer.C(MinecraftServer.java:678) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1127. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:576) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1128. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  1129. [15:56:16] [Server thread/ERROR]: Parameters:
  1130. net.minecraft.server.v1_11_R1.PacketPlayOutWindowItems@611b964[
  1131. a=0
  1132. b=[1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 3xitem.arrow@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xtile.air@0, 1xitem.blazeRod@0, 1xitem.bow@0, 1xtile.air@0, 1xtile.enderChest@0, 1xitem.skull@0, 1xtile.air@0, 1xtile.air@0, 1xitem.swordIron@0, 1xtile.air@0, 1xtile.air@0]
  1133. ]
  1134.  
  1135. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1136. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1137. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1138. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1139. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1140. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1141. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1142. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1143. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1144. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1145. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1146. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1147. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1148. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1149. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1150. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1151. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1152. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1153. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1154. [15:56:24] [Server thread/INFO]: ARMOR_STAND
  1155. [15:56:33] [Server thread/INFO]: Saving...
  1156. [15:56:33] [Server thread/INFO]: Saved the world
  1157. [15:56:33] [Server thread/INFO]: Stopping the server
  1158. [15:56:33] [Server thread/INFO]: Stopping server
  1159. [15:56:33] [Server thread/INFO]: [skRayFall] Disabling skRayFall v1.9.7
  1160. [15:56:33] [Server thread/INFO]: [skRayFall] Bacon has been eaten. Make some more soon!
  1161. [15:56:33] [Server thread/INFO]: [BungeePortals] Disabling BungeePortals v1.2
  1162. [15:56:33] [Server thread/INFO]: [BungeePortals] Portal data saved! (1ms)
  1163. [15:56:33] [Server thread/INFO]: [BungeePortals] Version 1.2 has been disabled. (1ms)
  1164. [15:56:33] [Server thread/INFO]: [WorldGuard] Disabling WorldGuard v6.1.3-SNAPSHOT;c904242
  1165. [15:56:33] [Server thread/INFO]: [WorldGuard] Shutting down executor and waiting for any pending tasks...
  1166. [15:56:33] [Server thread/INFO]: [Citizens] Disabling Citizens v2.0.21-SNAPSHOT (build 1463)
  1167. [15:56:33] [Server thread/INFO]: [LiteBans] Disabling LiteBans v2.1.26
  1168. [15:56:33] [Server thread/INFO]: [LiteBans] v2.1.26 disabled.
  1169. [15:56:33] [Server thread/INFO]: [Autorank] Disabling Autorank v3.8.5.1
  1170. [15:56:33] [Server thread/INFO]: [Autorank] Autorank 3.8.5.1 has been disabled!
  1171. [15:56:33] [Server thread/INFO]: [CustomTab] Disabling CustomTab v1.1
  1172. [15:56:33] [Server thread/INFO]: [WorldEdit] Disabling WorldEdit v6.1.3;7a097ca
  1173. [15:56:33] [Server thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn vTeamCity
  1174. [15:56:33] [Server thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild vTeamCity
  1175. [15:56:33] [Server thread/INFO]: [EssentialsGeoIP] Disabling EssentialsGeoIP vTeamCity
  1176. [15:56:33] [Server thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect vTeamCity
  1177. [15:56:33] [Server thread/INFO]: [EssentialsXMPP] Disabling EssentialsXMPP vTeamCity
  1178. [15:56:33] [Server thread/INFO]: [AAC] Disabling AAC v3.1.4
  1179. [15:56:33] [Server thread/INFO]: [AAC] Disabling checks...
  1180. [15:56:33] [Server thread/INFO]: [AAC] Saving log file...
  1181. [15:56:33] [Server thread/WARN]: [AAC] Could not save log file as none was created.
  1182. [15:56:33] [Server thread/INFO]: [HolographicDisplays] Disabling HolographicDisplays v2.2.5
  1183. [15:56:33] [Server thread/INFO]: [UltraCosmetics] Disabling UltraCosmetics v2.4.0
  1184. [15:56:33] [Server thread/ERROR]: Error occurred while disabling UltraCosmetics v2.4.0 (Is it up to date?)
  1185. java.lang.IllegalArgumentException: value already present: class net.minecraft.server.v1_11_R1.EntityZombie
  1186. at com.google.common.collect.HashBiMap.put(HashBiMap.java:238) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1187. at com.google.common.collect.HashBiMap.put(HashBiMap.java:215) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1188. at net.minecraft.server.v1_11_R1.RegistrySimple.a(SourceFile:42) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1189. at net.minecraft.server.v1_11_R1.RegistryMaterials.a(SourceFile:22) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1190. at be.isach.ultracosmetics.v1_11_R1.customentities.CustomEntities.unregisterEntities(CustomEntities.java:99) ~[?:?]
  1191. at be.isach.ultracosmetics.v1_11_R1.Module.disable(Module.java:15) ~[?:?]
  1192. at be.isach.ultracosmetics.UltraCosmetics.onDisable(UltraCosmetics.java:216) ~[?:?]
  1193. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:273) ~[spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1194. at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:361) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1195. at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:424) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1196. at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1197. at org.bukkit.craftbukkit.v1_11_R1.CraftServer.disablePlugins(CraftServer.java:345) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1198. at net.minecraft.server.v1_11_R1.MinecraftServer.stop(MinecraftServer.java:464) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1199. at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:612) [spigot-1.11.2.jar:git-Spigot-d276ab1-1f6c04c]
  1200. at java.lang.Thread.run(Unknown Source) [?:1.8.0_25]
  1201. [15:56:33] [Server thread/INFO]: [EnjinMinecraftPlugin] Disabling EnjinMinecraftPlugin v3.0.25
  1202. [15:56:33] [Server thread/INFO]: [CoreAPI] Disabling CoreAPI v1.9
  1203. [15:56:33] [Server thread/INFO]: [Vault] Disabling Vault v1.5.6-b49
  1204. [15:56:33] [Server thread/INFO]: [AntiAura] Disabling AntiAura v10.88
  1205. [15:56:33] [Server thread/INFO]: Please ignore any errors here - They are harmless and are almost unfixable.
  1206. [15:56:33] [Server thread/INFO]: [FeatherBoard] Disabling FeatherBoard v3.17.2
  1207. [15:56:33] [Server thread/INFO]: [FeatherBoard] Cancelling all tasks ...
  1208. [15:56:33] [Server thread/INFO]: [PermissionsEx] Disabling PermissionsEx v1.23.4
  1209. [15:56:33] [Server thread/INFO]: [EssentialsChat] Disabling EssentialsChat vTeamCity
  1210. [15:56:33] [Server thread/INFO]: Essentials: Using config file enhanced permissions.
  1211. [15:56:33] [Server thread/INFO]: Permissions listed in as player-commands will be given to all users.
  1212. [15:56:33] [Server thread/INFO]: [WildSkript] Disabling WildSkript v1.8
  1213. [15:56:33] [Server thread/INFO]: [FastAsyncWorldEdit] Disabling FastAsyncWorldEdit v17.04.08-1d02901-625-11.10.2
  1214. [15:56:33] [Server thread/INFO]: [Plugins] Disabling Plugins v2.2
  1215. [15:56:33] [Server thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v2.4-b527
  1216. [15:56:33] [Server thread/INFO]: [Multiverse-Core] - Disabled
  1217. [15:56:33] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.2.0
  1218. [15:56:33] [Server thread/INFO]: [BanAnimations] Disabling BanAnimations v1.0.1
  1219. [15:56:33] [Server thread/INFO]: [BanAnimations] BanAnimations Has been disabled (V.1.0.1)
  1220. [15:56:33] [Server thread/INFO]: [SkQuery] Disabling SkQuery v3.21.4
  1221. [15:56:33] [Server thread/INFO]: [ChatControl] Disabling ChatControl v5.4.2
  1222. [15:56:33] [Server thread/INFO]: [PacketListenerApi] Disabling PacketListenerApi v3.5.2-SNAPSHOT
  1223. [15:56:33] [Server thread/INFO]: Removing channels for online players...
  1224. [15:56:33] [Server thread/INFO]: Removing packet handlers (0)...
  1225. [15:56:33] [Server thread/INFO]: [Essentials] Disabling Essentials vTeamCity
  1226. [15:56:33] [Server thread/INFO]: [TitleMotd] Disabling TitleMotd v1.5.0
  1227. [15:56:33] [Server thread/INFO]: [Skript] Disabling Skript v2.2-dev25
  1228. [15:56:33] [Server thread/INFO]: [TimTheEnchanter] Disabling TimTheEnchanter v3.0
  1229. [15:56:33] [Server thread/INFO]: [TimTheEnchanter] I *warned* you, but did you listen to me? Oh, no, you *knew*, didn't you? Oh, it's just a harmless little *bunny*, isn't it?
  1230. [15:56:33] [Server thread/INFO]: [CoreProtect] Disabling CoreProtect v2.14.2
  1231. [15:56:33] [Server thread/INFO]: [SimpleAPI] Disabling SimpleAPI v3.1
  1232. [15:56:33] [Server thread/INFO]: [AutoRestart] Disabling AutoRestart v2.10.0
  1233. [15:56:33] [Server thread/INFO]: [AutoRestart] Disabled!
  1234. [15:56:33] [Server thread/INFO]: [OldCombatMechanics] Disabling OldCombatMechanics v1.1.2
  1235. [15:56:33] [Server thread/INFO]: [OldCombatMechanics] OldCombatMechanics v1.1.2 has been disabled
  1236. [15:56:33] [Server thread/INFO]: [PremiumHub] Disabling PremiumHub v2.6.8
  1237. [15:56:33] [Server thread/INFO]: PremiumHub Disabled.
  1238. [15:56:33] [Server thread/INFO]: [SkryptCoreAPI] Disabling SkryptCoreAPI v1.7.2
  1239. [15:56:33] [Server thread/INFO]: [NametagEdit] Disabling NametagEdit v4.1.3
  1240. [15:56:33] [Server thread/INFO]: NametagEdit Pool - is closing down.
  1241. [15:56:33] [Server thread/INFO]: [AntiAFKPlus] Disabling AntiAFKPlus v2.11
  1242. [15:56:33] [Server thread/INFO]: [PlaceholderAPI] Disabling PlaceholderAPI v2.7.1
  1243. [15:56:33] [Server thread/INFO]: [StaffSecurityPlus] Disabling StaffSecurityPlus v1.0
  1244. [15:56:33] [Server thread/INFO]: [StaffSecurityPlus] StaffSecurityPlus has been disabled (v.1.0!
  1245. [15:56:33] [Server thread/INFO]: [MCDiscordIntegrator] Disabling MCDiscordIntegrator v1.3.3
  1246. [15:56:33] [Server thread/INFO]: Saving players
  1247. [15:56:33] [Server thread/INFO]: The_Darthonian left the game
  1248. [15:56:33] [Server thread/INFO]: Saving worlds
  1249. [15:56:33] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
  1250. [15:56:33] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
  1251. [15:56:33] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
  1252. [15:56:33] [Server thread/INFO]: Saving chunks for level 'Hub'/Overworld
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement