Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. for(Player recipt : event.getRecipients()) {
  2. if(!(recipt.getWorld().getName() == player.getWorld().getName())) {
  3. event.getRecipients().remove(recipt);
  4. }
  5. }
  6.  
  7. 27.06 08:54:52 [Server] ERROR Could not pass event AsyncPlayerChatEvent to SkyWarsGM v1.0
  8. 27.06 08:54:52 [Server] INFO org.bukkit.event.EventException
  9. 27.06 08:54:52 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:310) ~[minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  10. 27.06 08:54:52 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  11. 27.06 08:54:52 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  12. 27.06 08:54:52 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  13. 27.06 08:54:52 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1084) [minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  14. 27.06 08:54:52 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022) [minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  15. 27.06 08:54:52 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39) [minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  16. 27.06 08:54:52 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_05]
  17. 27.06 08:54:52 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_05]
  18. 27.06 08:54:52 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_05]
  19. 27.06 08:54:52 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_05]
  20. 27.06 08:54:52 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_05]
  21. 27.06 08:54:52 [Server] INFO Caused by: java.util.ConcurrentModificationException
  22. 27.06 08:54:52 [Server] INFO at java.util.HashMap$HashIterator.nextNode(HashMap.java:1429) ~[?:1.8.0_05]
  23. 27.06 08:54:52 [Server] INFO at java.util.HashMap$KeyIterator.next(HashMap.java:1453) ~[?:1.8.0_05]
  24. 27.06 08:54:52 [Server] INFO at me.yapperyapps.swgm.PlayerListener.onPlayerChat(PlayerListener.java:473) ~[?:?]
  25. 27.06 08:54:52 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_05]
  26. 27.06 08:54:52 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_05]
  27. 27.06 08:54:52 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_05]
  28. 27.06 08:54:52 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:483) ~[?:1.8.0_05]
  29. 27.06 08:54:52 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[minecraft_optimized.jar:git-Spigot-fdc1440-53fac9f]
  30. 27.06 08:54:52 [Server] INFO ... 11 more
  31. 27.06 08:54:52 [Server] INFO |O| yapperyapps > Test
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement