Advertisement
Guest User

tc-Spigot-1.7.9

a guest
Feb 1st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. [21:48:32] [Craft Scheduler Thread - 12/WARN]: Could not properly handle event PLAYER_TELEPORT:
  2. java.lang.IllegalAccessError: Synchronized code got accessed from another thread: java.util.concurrent.ThreadPoolExecutor$Worker
  3. at org.bukkit.event.NLTCListener.onPlayerTeleport(NLTCListener:0) ~[?:?]
  4. at sun.reflect.GeneratedMethodAccessor46.invoke(Unknown Source) ~[?:?]
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_31]
  6. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_31]
  7. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:296) ~[spigot-1.7.9.jar:git-Spigot-1543]
  8. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.7.9.jar:git-Spigot-1543]
  9. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) ~[spigot-1.7.9.jar:git-Spigot-1543]
  10. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487) ~[spigot-1.7.9.jar:git-Spigot-1543]
  11. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftPlayer.teleport(CraftPlayer.java:474) ~[spigot-1.7.9.jar:git-Spigot-1543]
  12. at org.bukkit.craftbukkit.v1_7_R3.entity.CraftEntity.teleport(CraftEntity.java:200) ~[spigot-1.7.9.jar:git-Spigot-1543]
  13. at com.bukkit.xarinor.templecraft.TempleManager.playerLeave(TempleManager.java:305) ~[?:?]
  14. at com.bukkit.xarinor.templecraft.TCUtils.removePlayers(TCUtils.java:940) ~[?:?]
  15. at com.bukkit.xarinor.templecraft.games.Game.endGame(Game.java:214) ~[?:?]
  16. at com.bukkit.xarinor.templecraft.games.Adventure.endGame(Adventure.java:60) ~[?:?]
  17. at com.bukkit.xarinor.templecraft.games.Adventure.hitEndBlock(Adventure.java:137) ~[?:?]
  18. at com.bukkit.xarinor.templecraft.tasks.EndTask.run(EndTask.java:36) ~[?:?]
  19. at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.7.9.jar:git-Spigot-1543]
  20. at org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) ~[spigot-1.7.9.jar:git-Spigot-1543]
  21. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[?:1.8.0_31]
  22. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[?:1.8.0_31]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement