Advertisement
Guest User

Untitled

a guest
Aug 15th, 2016
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. #the first one, at the start:
  2. [02:04:15 WARN]: org.apache.commons.lang.UnhandledException: Plugin OtherDrops v2.8b.582 generated an exception while executing task 60
  3. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  4. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  5. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  6. at java.lang.Thread.run(Unknown Source)
  7. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  8. at com.gmail.zariust.otherdrops.metrics.Metrics.postPlugin(Metrics.java:334)
  9. at com.gmail.zariust.otherdrops.metrics.Metrics.access$400(Metrics.java:57)
  10. at com.gmail.zariust.otherdrops.metrics.Metrics$1.run(Metrics.java:222)
  11. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
  12. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  13. ... 3 more
  14.  
  15. # When I made /od reload. Results total target = 0, in my 1.8 server, total target = 40 + this error in the console:
  16. [02:06:40 WARN]: org.apache.commons.lang.UnhandledException: Plugin OtherDrops v2.8b.582 generated an exception while executing task 3816
  17. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  18. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  19. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  20. at java.lang.Thread.run(Unknown Source)
  21. Caused by: java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
  22. at com.gmail.zariust.otherdrops.metrics.Metrics.postPlugin(Metrics.java:334)
  23. at com.gmail.zariust.otherdrops.metrics.Metrics.access$400(Metrics.java:57)
  24. at com.gmail.zariust.otherdrops.metrics.Metrics$1.run(Metrics.java:222)
  25. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
  26. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  27. ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement