Advertisement
Guest User

Untitled

a guest
Apr 5th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. 2012-04-05 06:48:04 [WARNING] Could not properly handle event PLAYER_TELEPORT:
  2. java.lang.IllegalAccessError: Synchronized code got accessed from another thread: org.hpiz.ShopAds2.Threads.OneSecondThread
  3. at org.bukkit.event.Listener.onPlayerTeleport(Listener:0)
  4. at sun.reflect.GeneratedMethodAccessor378.invoke(Unknown Source)
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  6. at java.lang.reflect.Method.invoke(Unknown Source)
  7. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
  8. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  9. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:459)
  10. at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:347)
  11. at org.bukkit.craftbukkit.entity.CraftEntity.teleport(CraftEntity.java:167)
  12. at org.hpiz.ShopAds2.Player.PlayerHandler.returnTeleportedPlayers(PlayerHandler.java:97)
  13. at org.hpiz.ShopAds2.Threads.OneSecondThread.run(OneSecondThread.java:26)
  14. at org.bukkit.craftbukkit.scheduler.CraftWorker.run(CraftWorker.java:34)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement