Advertisement
Guest User

Untitled

a guest
Dec 20th, 2014
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 55.10 KB | None | 0 0
  1. [14:32:34] [Server thread/INFO]: Starting minecraft server version 1.7.10
  2. [14:32:34] [Server thread/INFO]: Loading properties
  3. [14:32:34] [Server thread/INFO]: Default game type: SURVIVAL
  4. [14:32:35] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-1649 (MC: 1.7.10) (Implementing API version 1.7.10-R0.1-SNAPSHOT)
  5. [14:32:35] [Server thread/INFO]: Server Ping Player Sample Count: 12
  6. [14:32:35] [Server thread/INFO]: Using 4 threads for Netty based IO
  7. [14:32:35] [Server thread/INFO]: Debug logging is disabled
  8. [14:32:35] [Server thread/INFO]: Generating keypair
  9. [14:32:35] [Server thread/INFO]: Starting Minecraft server on 178.254.41.191:25575
  10. [14:32:35] [Server thread/INFO]: Set PluginClassLoader as parallel capable
  11. [14:32:35] [Server thread/INFO]: [CustomItems] Loading CustomItems v0.5
  12. [14:32:35] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.3-SNAPSHOT
  13. [14:32:35] [Server thread/INFO]: [ProtocolLib] Created default configuration.
  14. [14:32:35] [Server thread/ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot load ProtocolLib.
  15. If this problem hasn't already been reported, please open a ticket
  16. at https://github.com/dmulloy2/ProtocolLib/issues with the following data:
  17. Stack Trace:
  18. java.lang.NoClassDefFoundError: io/netty/channel/ChannelInboundHandler
  19. at com.comphenix.protocol.injector.PacketFilterManager.<init>(PacketFilterManager.java:272)
  20. at com.comphenix.protocol.injector.PacketFilterBuilder.buildInternal(PacketFilterBuilder.java:250)
  21. at com.comphenix.protocol.injector.PacketFilterBuilder.build(PacketFilterBuilder.java:233)
  22. at com.comphenix.protocol.ProtocolLibrary.onLoad(ProtocolLibrary.java:202)
  23. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:374)
  24. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152)
  25. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458)
  26. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  27. Caused by: java.lang.ClassNotFoundException: io.netty.channel.ChannelInboundHandler
  28. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  29. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  30. at java.security.AccessController.doPrivileged(Native Method)
  31. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  32. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101)
  33. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86)
  34. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  35. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  36. ... 8 more
  37. Dump:
  38. Parameters:
  39. [NULL]
  40. Sender:
  41. com.comphenix.protocol.ProtocolLibrary@7fa81658[
  42. statistics=<null>
  43. backgroundCompiler=<null>
  44. packetTask=-1
  45. tickCounter=0
  46. unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@1d783f7b
  47. configExpectedMod=-1
  48. logger=org.bukkit.plugin.PluginLogger@418fb35a
  49. redirectHandler=<null>
  50. commandProtocol=<null>
  51. commandPacket=<null>
  52. commandFilter=<null>
  53. skipDisable=false
  54. isEnabled=false
  55. loader=org.bukkit.plugin.java.JavaPluginLoader@34f1e5e5
  56. server=CraftServer{serverName=CraftBukkit,serverVersion=git-Spigot-1649,minecraftVersion=1.7.10}
  57. file=plugins/ProtocolLib.jar
  58. description=org.bukkit.plugin.PluginDescriptionFile@2a34281f
  59. dataFolder=plugins/ProtocolLib
  60. classLoader=org.bukkit.plugin.java.PluginClassLoader@5601015a
  61. naggable=true
  62. ebean=<null>
  63. newConfig=YamlConfiguration[path='', root='YamlConfiguration']
  64. configFile=plugins/ProtocolLib/config.yml
  65. logger=org.bukkit.plugin.PluginLogger@418fb35a
  66. ]
  67. Version:
  68. ProtocolLib v3.6.3-SNAPSHOT
  69. Server:
  70. git-Spigot-1649 (MC: 1.7.10)
  71.  
  72. [14:32:35] [Server thread/INFO]: [Varo] Loading Varo v1.0
  73. [14:32:35] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.3-SNAPSHOT
  74. [14:32:35] [Server thread/ERROR]: [ProtocolLib] INTERNAL ERROR: Cannot enable ProtocolLib.
  75. If this problem hasn't already been reported, please open a ticket
  76. at https://github.com/dmulloy2/ProtocolLib/issues with the following data:
  77. Stack Trace:
  78. java.lang.ExceptionInInitializerError
  79. at com.comphenix.protocol.ProtocolLibrary.onEnable(ProtocolLibrary.java:355)
  80. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316)
  81. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332)
  82. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417)
  83. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476)
  84. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394)
  85. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:153)
  86. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458)
  87. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
  88. Caused by: java.lang.NullPointerException
  89. at com.comphenix.protocol.reflect.FuzzyReflection.getConstructors(FuzzyReflection.java:599)
  90. at com.comphenix.protocol.reflect.FuzzyReflection.getConstructorList(FuzzyReflection.java:534)
  91. at com.comphenix.protocol.utility.ChatExtensions.getJsonFormatConstructor(ChatExtensions.java:219)
  92. at com.comphenix.protocol.utility.ChatExtensions.<clinit>(ChatExtensions.java:56)
  93. ... 9 more
  94. Dump:
  95. Sender:
  96. com.comphenix.protocol.ProtocolLibrary@7fa81658[
  97. statistics=<null>
  98. backgroundCompiler=<null>
  99. packetTask=-1
  100. tickCounter=0
  101. unhookTask=com.comphenix.protocol.injector.DelayedSingleTask@1d783f7b
  102. configExpectedMod=-1
  103. logger=org.bukkit.plugin.PluginLogger@418fb35a
  104. redirectHandler=<null>
  105. commandProtocol=<null>
  106. commandPacket=<null>
  107. commandFilter=<null>
  108. skipDisable=false
  109. isEnabled=true
  110. loader=org.bukkit.plugin.java.JavaPluginLoader@34f1e5e5
  111. server=CraftServer{serverName=CraftBukkit,serverVersion=git-Spigot-1649,minecraftVersion=1.7.10}
  112. file=plugins/ProtocolLib.jar
  113. description=org.bukkit.plugin.PluginDescriptionFile@2a34281f
  114. dataFolder=plugins/ProtocolLib
  115. classLoader=org.bukkit.plugin.java.PluginClassLoader@5601015a
  116. naggable=true
  117. ebean=<null>
  118. newConfig=YamlConfiguration[path='', root='YamlConfiguration']
  119. configFile=plugins/ProtocolLib/config.yml
  120. logger=org.bukkit.plugin.PluginLogger@418fb35a
  121. ]
  122. Version:
  123. ProtocolLib v3.6.3-SNAPSHOT
  124. Server:
  125. git-Spigot-1649 (MC: 1.7.10)
  126.  
  127. [14:32:35] [Server thread/INFO]: [ProtocolLib] Disabling ProtocolLib v3.6.3-SNAPSHOT
  128. [14:32:35] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
  129. [14:32:35] [Server thread/INFO]: Preparing level "world"
  130. [14:32:35] [Server thread/INFO]: -------- World Settings For [world] --------
  131. [14:32:35] [Server thread/INFO]: View Distance: 10
  132. [14:32:35] [Server thread/INFO]: Chunks to Grow per Tick: 650
  133. [14:32:35] [Server thread/INFO]: Clear tick list: false
  134. [14:32:35] [Server thread/INFO]: Experience Merge Radius: 3.0
  135. [14:32:35] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  136. [14:32:35] [Server thread/INFO]: Arrow Despawn Rate: 1200
  137. [14:32:35] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  138. [14:32:35] [Server thread/INFO]: Item Despawn Rate: 6000
  139. [14:32:35] [Server thread/INFO]: Item Merge Radius: 2.5
  140. [14:32:35] [Server thread/INFO]: Mob Spawn Range: 4
  141. [14:32:35] [Server thread/INFO]: Anti X-Ray: true
  142. [14:32:35] [Server thread/INFO]: Engine Mode: 1
  143. [14:32:35] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  144. [14:32:35] [Server thread/INFO]: Replace Blocks: [1, 5]
  145. [14:32:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  146. [14:32:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  147. [14:32:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  148. [14:32:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  149. [14:32:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  150. [14:32:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  151. [14:32:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  152. [14:32:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  153. [14:32:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  154. [14:32:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  155. [14:32:36] [Server thread/INFO]: Alternative Hopper Ticking: false
  156. [14:32:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  157. [14:32:36] [Server thread/INFO]: Random Lighting Updates: false
  158. [14:32:36] [Server thread/INFO]: Structure Info Saving: true
  159. [14:32:36] [Server thread/INFO]: Sending up to 5 chunks per packet
  160. [14:32:36] [Server thread/INFO]: Max Entity Collisions: 8
  161. [14:32:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  162. [14:32:36] [Server thread/INFO]: Max TNT Explosions: 100
  163. [14:32:36] [Server thread/INFO]: -------- World Settings For [world_nether] --------
  164. [14:32:36] [Server thread/INFO]: View Distance: 10
  165. [14:32:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
  166. [14:32:36] [Server thread/INFO]: Clear tick list: false
  167. [14:32:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  168. [14:32:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  169. [14:32:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
  170. [14:32:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  171. [14:32:36] [Server thread/INFO]: Item Despawn Rate: 6000
  172. [14:32:36] [Server thread/INFO]: Item Merge Radius: 2.5
  173. [14:32:36] [Server thread/INFO]: Mob Spawn Range: 4
  174. [14:32:36] [Server thread/INFO]: Anti X-Ray: true
  175. [14:32:36] [Server thread/INFO]: Engine Mode: 1
  176. [14:32:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  177. [14:32:36] [Server thread/INFO]: Replace Blocks: [1, 5]
  178. [14:32:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  179. [14:32:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  180. [14:32:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  181. [14:32:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  182. [14:32:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  183. [14:32:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  184. [14:32:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  185. [14:32:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  186. [14:32:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  187. [14:32:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  188. [14:32:36] [Server thread/INFO]: Alternative Hopper Ticking: false
  189. [14:32:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  190. [14:32:36] [Server thread/INFO]: Random Lighting Updates: false
  191. [14:32:36] [Server thread/INFO]: Structure Info Saving: true
  192. [14:32:36] [Server thread/INFO]: Sending up to 5 chunks per packet
  193. [14:32:36] [Server thread/INFO]: Max Entity Collisions: 8
  194. [14:32:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  195. [14:32:36] [Server thread/INFO]: Max TNT Explosions: 100
  196. [14:32:36] [Server thread/INFO]: -------- World Settings For [world_the_end] --------
  197. [14:32:36] [Server thread/INFO]: View Distance: 10
  198. [14:32:36] [Server thread/INFO]: Chunks to Grow per Tick: 650
  199. [14:32:36] [Server thread/INFO]: Clear tick list: false
  200. [14:32:36] [Server thread/INFO]: Experience Merge Radius: 3.0
  201. [14:32:36] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
  202. [14:32:36] [Server thread/INFO]: Arrow Despawn Rate: 1200
  203. [14:32:36] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
  204. [14:32:36] [Server thread/INFO]: Item Despawn Rate: 6000
  205. [14:32:36] [Server thread/INFO]: Item Merge Radius: 2.5
  206. [14:32:36] [Server thread/INFO]: Mob Spawn Range: 4
  207. [14:32:36] [Server thread/INFO]: Anti X-Ray: true
  208. [14:32:36] [Server thread/INFO]: Engine Mode: 1
  209. [14:32:36] [Server thread/INFO]: Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
  210. [14:32:36] [Server thread/INFO]: Replace Blocks: [1, 5]
  211. [14:32:36] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
  212. [14:32:36] [Server thread/INFO]: Cactus Growth Modifier: 100%
  213. [14:32:36] [Server thread/INFO]: Cane Growth Modifier: 100%
  214. [14:32:36] [Server thread/INFO]: Melon Growth Modifier: 100%
  215. [14:32:36] [Server thread/INFO]: Mushroom Growth Modifier: 100%
  216. [14:32:36] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
  217. [14:32:36] [Server thread/INFO]: Sapling Growth Modifier: 100%
  218. [14:32:36] [Server thread/INFO]: Wheat Growth Modifier: 100%
  219. [14:32:36] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
  220. [14:32:36] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
  221. [14:32:36] [Server thread/INFO]: Alternative Hopper Ticking: false
  222. [14:32:36] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
  223. [14:32:36] [Server thread/INFO]: Random Lighting Updates: false
  224. [14:32:36] [Server thread/INFO]: Structure Info Saving: true
  225. [14:32:36] [Server thread/INFO]: Sending up to 5 chunks per packet
  226. [14:32:36] [Server thread/INFO]: Max Entity Collisions: 8
  227. [14:32:36] [Server thread/INFO]: Custom Map Seeds: Village: 10387312 Feature: 14357617
  228. [14:32:36] [Server thread/INFO]: Max TNT Explosions: 100
  229. [14:32:36] [Server thread/INFO]: Preparing start region for level 0 (Seed: -2359261567298437637)
  230. [14:32:37] [Server thread/INFO]: Preparing spawn area: 85%
  231. [14:32:37] [Server thread/INFO]: Preparing start region for level 1 (Seed: -2359261567298437637)
  232. [14:32:38] [Server thread/INFO]: Preparing start region for level 2 (Seed: -2359261567298437637)
  233. [14:32:38] [Server thread/INFO]: [CustomItems] Enabling CustomItems v0.5
  234. [14:32:38] [Server thread/INFO]: [CustomItems] Enabling...
  235. [14:32:38] [Server thread/INFO]: [CustomItems] Is Loading...
  236. [14:32:38] [Server thread/INFO]: [CustomItems] Item Team Auswahl were registered!(ID: 1)
  237. [14:32:38] [Server thread/INFO]: [CustomItems] Enabled!
  238. [14:32:38] [Server thread/INFO]: [Varo] Enabling Varo v1.0
  239. [14:32:38] [Server thread/ERROR]: Error occurred while enabling Varo v1.0 (Is it up to date?)
  240. java.lang.NoClassDefFoundError: com/comphenix/protocol/events/PacketAdapter
  241. at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_65]
  242. at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_65]
  243. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_65]
  244. at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_65]
  245. at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_65]
  246. at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_65]
  247. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_65]
  248. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_65]
  249. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_65]
  250. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1649]
  251. at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:193) ~[craftbukkit.jar:git-Spigot-1649]
  252. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:97) ~[craftbukkit.jar:git-Spigot-1649]
  253. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1649]
  254. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_65]
  255. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_65]
  256. at varo.Varo.onEnable(Varo.java:77) ~[?:?]
  257. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:316) ~[craftbukkit.jar:git-Spigot-1649]
  258. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit.jar:git-Spigot-1649]
  259. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:417) [craftbukkit.jar:git-Spigot-1649]
  260. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugin(CraftServer.java:476) [craftbukkit.jar:git-Spigot-1649]
  261. at org.bukkit.craftbukkit.v1_7_R4.CraftServer.enablePlugins(CraftServer.java:394) [craftbukkit.jar:git-Spigot-1649]
  262. at net.minecraft.server.v1_7_R4.MinecraftServer.n(MinecraftServer.java:360) [craftbukkit.jar:git-Spigot-1649]
  263. at net.minecraft.server.v1_7_R4.MinecraftServer.g(MinecraftServer.java:334) [craftbukkit.jar:git-Spigot-1649]
  264. at net.minecraft.server.v1_7_R4.MinecraftServer.a(MinecraftServer.java:290) [craftbukkit.jar:git-Spigot-1649]
  265. at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:210) [craftbukkit.jar:git-Spigot-1649]
  266. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [craftbukkit.jar:git-Spigot-1649]
  267. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1649]
  268. Caused by: java.lang.ClassNotFoundException: com.comphenix.protocol.events.PacketAdapter
  269. at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_65]
  270. at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_65]
  271. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_65]
  272. at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_65]
  273. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[craftbukkit.jar:git-Spigot-1649]
  274. at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[craftbukkit.jar:git-Spigot-1649]
  275. at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_65]
  276. at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_65]
  277. ... 27 more
  278. [14:32:38] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
  279. [14:32:38] [Server thread/INFO]: Done (2.397s)! For help, type "help" or "?"
  280. [14:32:38] [Server thread/INFO]: Starting GS4 status listener
  281. [14:32:38] [Query Listener #1/INFO]: Query running on 178.254.41.191:25575
  282. [14:34:18] [User Authenticator #1/INFO]: UUID of player Zorro909 is f6969bf4-5e36-4e07-b7dd-d084adf453fb
  283. [14:34:18] [Server thread/INFO]: Zorro909[/80.128.39.203:56771] logged in with entity id 127 at ([world] 146.0, 85.0, -170.0)
  284. [14:34:27] [Server thread/INFO]: Zorro909 lost connection: Disconnected
  285. [14:34:27] [Server thread/ERROR]: Could not pass event PlayerQuitEvent to Varo v1.0
  286. org.bukkit.event.EventException
  287. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  288. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  289. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  290. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  291. at net.minecraft.server.v1_7_R4.PlayerList.disconnect(PlayerList.java:321) [craftbukkit.jar:git-Spigot-1649]
  292. at net.minecraft.server.v1_7_R4.PlayerConnection.a(PlayerConnection.java:738) [craftbukkit.jar:git-Spigot-1649]
  293. at net.minecraft.server.v1_7_R4.ServerConnection.c(ServerConnection.java:77) [craftbukkit.jar:git-Spigot-1649]
  294. at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:734) [craftbukkit.jar:git-Spigot-1649]
  295. at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289) [craftbukkit.jar:git-Spigot-1649]
  296. at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584) [craftbukkit.jar:git-Spigot-1649]
  297. at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490) [craftbukkit.jar:git-Spigot-1649]
  298. at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Spigot-1649]
  299. Caused by: java.lang.NullPointerException
  300. at varo.Varo.onLeave(Varo.java:228) ~[?:?]
  301. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  302. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  303. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  304. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  305. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  306. ... 11 more
  307. [14:34:27] [Server thread/INFO]: Zorro909 left the game.
  308. [14:34:33] [User Authenticator #2/INFO]: UUID of player Zorro909 is f6969bf4-5e36-4e07-b7dd-d084adf453fb
  309. [14:34:33] [Server thread/INFO]: Zorro909[/80.128.39.203:56799] logged in with entity id 1030 at ([world] 146.0, 85.0, -170.0)
  310. [14:34:39] [Thread-8/WARN]: Exception in thread "Thread-8"
  311. [14:34:39] [Thread-8/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  312. [14:34:39] [Thread-8/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  313. [14:34:39] [Thread-8/WARN]: at java.lang.Thread.run(Thread.java:745)
  314. [14:34:46] [User Authenticator #3/INFO]: UUID of player Weinachtsman2011 is f0294b5e-bbc3-430f-8d79-b376feac32f2
  315. [14:34:46] [Server thread/INFO]: Weinachtsman2011[/91.41.129.219:51296] logged in with entity id 2378 at ([world] 143.0, 85.0, -179.0)
  316. [14:34:48] [Thread-9/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  317. org.bukkit.event.EventException
  318. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  319. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  320. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  321. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  322. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  323. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  324. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  325. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  326. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  327. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  328. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  329. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  330. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  331. ... 5 more
  332. [14:34:48] [Thread-9/WARN]: Exception in thread "Thread-9"
  333. [14:34:48] [Thread-9/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  334. [14:34:48] [Thread-9/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  335. [14:34:48] [Thread-9/WARN]: at java.lang.Thread.run(Thread.java:745)
  336. [14:34:48] [Thread-10/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  337. org.bukkit.event.EventException
  338. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  339. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  340. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  341. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  342. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  343. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  344. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  345. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  346. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  347. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  348. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  349. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  350. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  351. ... 5 more
  352. [14:34:48] [Thread-10/WARN]: Exception in thread "Thread-10"
  353. [14:34:48] [Thread-10/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  354. [14:34:48] [Thread-10/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  355. [14:34:48] [Thread-10/WARN]: at java.lang.Thread.run(Thread.java:745)
  356. [14:34:50] [Thread-11/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  357. org.bukkit.event.EventException
  358. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  359. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  360. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  361. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  362. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  363. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  364. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  365. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  366. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  367. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  368. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  369. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  370. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  371. ... 5 more
  372. [14:34:50] [Thread-11/WARN]: Exception in thread "Thread-11"
  373. [14:34:50] [Thread-11/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  374. [14:34:50] [Thread-11/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  375. [14:34:50] [Thread-11/WARN]: at java.lang.Thread.run(Thread.java:745)
  376. [14:34:50] [Thread-12/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  377. org.bukkit.event.EventException
  378. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  379. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  380. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  381. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  382. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  383. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  384. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  385. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  386. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  387. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  388. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  389. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  390. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  391. ... 5 more
  392. [14:34:50] [Thread-12/WARN]: Exception in thread "Thread-12"
  393. [14:34:50] [Thread-12/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  394. [14:34:50] [Thread-12/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  395. [14:34:50] [Thread-12/WARN]: at java.lang.Thread.run(Thread.java:745)
  396. [14:34:51] [Thread-13/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  397. org.bukkit.event.EventException
  398. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  399. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  400. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  401. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  402. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  403. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  404. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  405. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  406. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  407. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  408. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  409. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  410. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  411. ... 5 more
  412. [14:34:51] [Thread-13/WARN]: Exception in thread "Thread-13"
  413. [14:34:51] [Thread-13/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  414. [14:34:51] [Thread-13/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  415. [14:34:51] [Thread-13/WARN]: at java.lang.Thread.run(Thread.java:745)
  416. [14:34:51] [Thread-14/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  417. org.bukkit.event.EventException
  418. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  419. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  420. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  421. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  422. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  423. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  424. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  425. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  426. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  427. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  428. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  429. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  430. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  431. ... 5 more
  432. [14:34:51] [Thread-14/WARN]: Exception in thread "Thread-14"
  433. [14:34:51] [Thread-14/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  434. [14:34:51] [Thread-14/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  435. [14:34:51] [Thread-14/WARN]: at java.lang.Thread.run(Thread.java:745)
  436. [14:34:51] [Thread-15/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  437. org.bukkit.event.EventException
  438. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  439. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  440. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  441. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  442. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  443. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  444. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  445. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  446. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  447. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  448. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  449. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  450. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  451. ... 5 more
  452. [14:34:51] [Thread-15/WARN]: Exception in thread "Thread-15"
  453. [14:34:51] [Thread-15/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  454. [14:34:51] [Thread-15/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  455. [14:34:51] [Thread-15/WARN]: at java.lang.Thread.run(Thread.java:745)
  456. [14:34:52] [Thread-16/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  457. org.bukkit.event.EventException
  458. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  459. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  460. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  461. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  462. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  463. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  464. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  465. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  466. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  467. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  468. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  469. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  470. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  471. ... 5 more
  472. [14:34:52] [Thread-16/WARN]: Exception in thread "Thread-16"
  473. [14:34:52] [Thread-16/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  474. [14:34:52] [Thread-16/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  475. [14:34:52] [Thread-16/WARN]: at java.lang.Thread.run(Thread.java:745)
  476. [14:34:54] [Thread-17/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  477. org.bukkit.event.EventException
  478. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  479. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  480. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  481. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  482. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  483. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  484. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  485. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  486. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  487. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  488. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  489. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  490. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  491. ... 5 more
  492. [14:34:54] [Thread-17/WARN]: Exception in thread "Thread-17"
  493. [14:34:54] [Thread-17/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  494. [14:34:54] [Thread-17/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  495. [14:34:54] [Thread-17/WARN]: at java.lang.Thread.run(Thread.java:745)
  496. [14:34:54] [Thread-18/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  497. org.bukkit.event.EventException
  498. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  499. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  500. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  501. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  502. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  503. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  504. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  505. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  506. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  507. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  508. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  509. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  510. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  511. ... 5 more
  512. [14:34:54] [Thread-18/WARN]: Exception in thread "Thread-18"
  513. [14:34:54] [Thread-18/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  514. [14:34:54] [Thread-18/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  515. [14:34:54] [Thread-18/WARN]: at java.lang.Thread.run(Thread.java:745)
  516. [14:34:55] [Thread-19/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  517. org.bukkit.event.EventException
  518. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  519. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  520. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  521. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  522. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  523. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  524. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  525. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  526. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  527. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  528. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  529. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  530. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  531. ... 5 more
  532. [14:34:55] [Thread-19/WARN]: Exception in thread "Thread-19"
  533. [14:34:55] [Thread-19/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  534. [14:34:55] [Thread-19/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  535. [14:34:55] [Thread-19/WARN]: at java.lang.Thread.run(Thread.java:745)
  536. [14:34:56] [Thread-20/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  537. org.bukkit.event.EventException
  538. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  539. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  540. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  541. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  542. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  543. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  544. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  545. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  546. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  547. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  548. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  549. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  550. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  551. ... 5 more
  552. [14:34:56] [Thread-20/WARN]: Exception in thread "Thread-20"
  553. [14:34:56] [Thread-20/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  554. [14:34:56] [Thread-20/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  555. [14:34:56] [Thread-20/WARN]: at java.lang.Thread.run(Thread.java:745)
  556. [14:34:57] [Thread-21/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  557. org.bukkit.event.EventException
  558. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  559. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  560. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  561. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  562. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  563. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  564. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  565. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  566. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  567. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  568. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  569. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  570. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  571. ... 5 more
  572. [14:34:57] [Thread-21/WARN]: Exception in thread "Thread-21"
  573. [14:34:57] [Thread-21/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  574. [14:34:57] [Thread-21/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  575. [14:34:57] [Thread-21/WARN]: at java.lang.Thread.run(Thread.java:745)
  576. [14:34:57] [Thread-22/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  577. org.bukkit.event.EventException
  578. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  579. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  580. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  581. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  582. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  583. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  584. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  585. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  586. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  587. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  588. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  589. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  590. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  591. ... 5 more
  592. [14:34:57] [Thread-22/WARN]: Exception in thread "Thread-22"
  593. [14:34:57] [Thread-22/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  594. [14:34:57] [Thread-22/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  595. [14:34:57] [Thread-22/WARN]: at java.lang.Thread.run(Thread.java:745)
  596. [14:34:57] [Thread-23/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  597. org.bukkit.event.EventException
  598. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  599. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  600. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  601. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  602. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  603. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  604. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  605. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  606. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_65]
  607. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) ~[?:1.7.0_65]
  608. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  609. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  610. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  611. ... 5 more
  612. [14:34:57] [Thread-23/WARN]: Exception in thread "Thread-23"
  613. [14:34:57] [Thread-23/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  614. [14:34:57] [Thread-23/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  615. [14:34:57] [Thread-23/WARN]: at java.lang.Thread.run(Thread.java:745)
  616. [14:34:57] [Thread-24/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  617. org.bukkit.event.EventException
  618. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  619. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  620. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  621. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  622. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  623. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  624. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  625. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  626. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  627. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  628. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  629. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  630. ... 5 more
  631. [14:34:57] [Thread-24/WARN]: Exception in thread "Thread-24"
  632. [14:34:57] [Thread-24/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  633. [14:34:57] [Thread-24/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  634. [14:34:57] [Thread-24/WARN]: at java.lang.Thread.run(Thread.java:745)
  635. [14:34:58] [Thread-25/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  636. org.bukkit.event.EventException
  637. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  638. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  639. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  640. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  641. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  642. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  643. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  644. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  645. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  646. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  647. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  648. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  649. ... 5 more
  650. [14:34:58] [Thread-25/WARN]: Exception in thread "Thread-25"
  651. [14:34:58] [Thread-25/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  652. [14:34:58] [Thread-25/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  653. [14:34:58] [Thread-25/WARN]: at java.lang.Thread.run(Thread.java:745)
  654. [14:34:58] [Thread-26/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  655. org.bukkit.event.EventException
  656. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  657. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  658. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  659. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  660. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  661. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  662. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  663. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  664. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  665. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  666. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  667. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  668. ... 5 more
  669. [14:34:58] [Thread-26/WARN]: Exception in thread "Thread-26"
  670. [14:34:58] [Thread-26/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  671. [14:34:58] [Thread-26/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  672. [14:34:58] [Thread-26/WARN]: at java.lang.Thread.run(Thread.java:745)
  673. [14:34:58] [Thread-27/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  674. org.bukkit.event.EventException
  675. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  676. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  677. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  678. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  679. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  680. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  681. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  682. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  683. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  684. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  685. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  686. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  687. ... 5 more
  688. [14:34:58] [Thread-27/WARN]: Exception in thread "Thread-27"
  689. [14:34:58] [Thread-27/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  690. [14:34:58] [Thread-27/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  691. [14:34:58] [Thread-27/WARN]: at java.lang.Thread.run(Thread.java:745)
  692. [14:34:58] [Thread-28/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  693. org.bukkit.event.EventException
  694. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  695. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  696. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  697. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  698. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  699. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  700. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  701. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  702. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  703. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  704. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  705. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  706. ... 5 more
  707. [14:34:58] [Thread-28/WARN]: Exception in thread "Thread-28"
  708. [14:34:58] [Thread-28/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  709. [14:34:58] [Thread-28/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  710. [14:34:58] [Thread-28/WARN]: at java.lang.Thread.run(Thread.java:745)
  711. [14:34:59] [Async Chat Thread - #0/INFO]: <Weinachtsman2011> .
  712. [14:35:04] [Async Chat Thread - #0/INFO]: <Zorro909> .
  713. [14:35:05] [Async Chat Thread - #0/INFO]: <Zorro909> asd
  714. [14:35:08] [Thread-29/ERROR]: Could not pass event CustomItemsCallEvent to Varo v1.0
  715. org.bukkit.event.EventException
  716. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[craftbukkit.jar:git-Spigot-1649]
  717. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[craftbukkit.jar:git-Spigot-1649]
  718. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:514) [craftbukkit.jar:git-Spigot-1649]
  719. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:499) [craftbukkit.jar:git-Spigot-1649]
  720. at CustomItems.CustomItem$1.run(CustomItem.java:114) [CustomItems(3).jar:?]
  721. at java.lang.Thread.run(Thread.java:745) [?:1.7.0_65]
  722. Caused by: java.lang.ClassCastException: org.bukkit.craftbukkit.v1_7_R4.inventory.CraftMetaItem cannot be cast to org.bukkit.inventory.meta.SkullMeta
  723. at varo.Varo.onCall(Varo.java:238) ~[?:?]
  724. at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) ~[?:?]
  725. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_65]
  726. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_65]
  727. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:298) ~[craftbukkit.jar:git-Spigot-1649]
  728. ... 5 more
  729. [14:35:08] [Thread-29/WARN]: Exception in thread "Thread-29"
  730. [14:35:08] [Thread-29/WARN]: java.lang.ArrayIndexOutOfBoundsException: 1
  731. [14:35:08] [Thread-29/WARN]: at CustomItems.CustomItem$1.run(CustomItem.java:101)
  732. [14:35:08] [Thread-29/WARN]: at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement