Guest User

Untitled

a guest
Oct 7th, 2016
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. [22:02:35 ERROR]: Could not pass event AsyncPlayerChatEvent to FactionsWeb v1.0
  2. org.bukkit.event.EventException
  3. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:305) ~[spigot.jar:git-Spigot-550ebac-7019900]
  4. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-550ebac-7019900]
  5. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot.jar:git-Spigot-550ebac-7019900]
  6. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot.jar:git-Spigot-550ebac-7019900]
  7. at net.minecraft.server.v1_8_R1.PlayerConnection.chat(PlayerConnection.java:1036) [spigot.jar:git-Spigot-550ebac-7019900]
  8. at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:975) [spigot.jar:git-Spigot-550ebac-7019900]
  9. at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot.jar:git-Spigot-550ebac-7019900]
  10. at net.minecraft.server.v1_8_R1.PacketPlayInChat$1.run(PacketPlayInChat.java:47) [spigot.jar:git-Spigot-550ebac-7019900]
  11. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_91]
  12. at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_91]
  13. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_91]
  14. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_91]
  15. at java.lang.Thread.run(Unknown Source) [?:1.8.0_91]
  16. Caused by: java.lang.IllegalStateException: Asynchronous effect add!
  17. at org.spigotmc.AsyncCatcher.catchOp(AsyncCatcher.java:14) ~[spigot.jar:git-Spigot-550ebac-7019900]
  18. at net.minecraft.server.v1_8_R1.EntityLiving.addEffect(EntityLiving.java:577) ~[spigot.jar:git-Spigot-550ebac-7019900]
  19. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftLivingEntity.addPotionEffect(CraftLivingEntity.java:303) ~[spigot.jar:git-Spigot-550ebac-7019900]
  20. at org.bukkit.craftbukkit.v1_8_R1.entity.CraftLivingEntity.addPotionEffect(CraftLivingEntity.java:293) ~[spigot.jar:git-Spigot-550ebac-7019900]
  21. at me.nath.FactionsWeb.onPlayerChat(FactionsWeb.java:208) ~[?:?]
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_91]
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_91]
  25. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_91]
  26. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301) ~[spigot.jar:git-Spigot-550ebac-7019900]
Add Comment
Please, Sign In to add comment