Advertisement
Guest User

Untitled

a guest
May 28th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [00:31:59] [Server thread/INFO]: Bodyash issued server command: /openinv Conort_Ed
  2. [00:31:59] [Craft Scheduler Thread - 1033/WARN]: Exception in thread "Craft Scheduler Thread - 1033"
  3. [00:31:59] [Craft Scheduler Thread - 1033/WARN]: org.apache.commons.lang.UnhandledException: Plugin OpenInv v2.2.8 generated an exception while executing task 31049947
  4. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56)
  5. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  6. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  7. at java.lang.Thread.run(Unknown Source)
  8. Caused by: java.lang.Error: Unresolved compilation problems:
  9. The method run() of type new Runnable(){} must override a superclass method
  10. The method run() of type new Runnable(){} must override a superclass method
  11.  
  12. at com.lishid.openinv.commands.OpenInvPluginCommand$1.run(OpenInvPluginCommand.java:83)
  13. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71)
  14. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  15. ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement