Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. [01:28:33] [Craft Scheduler Thread - 33/WARN]: [SupplyCrates] Plugin SupplyCrates v1.0 generated an exception while executing task 84
  2. java.lang.UnsupportedOperationException: Use BukkitRunnable#runTaskLaterAsynchronously(Plugin, long)
  3. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.runTaskLaterAsynchronously(CraftScheduler.java:605) ~[patched_1.14.4.jar:git-Paper-136]
  4. at me.eduproard.supplycrates.managers.tasks.SpawningTask.run(SpawningTask.java:18) ~[?:?]
  5. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:84) ~[patched_1.14.4.jar:git-Paper-136]
  6. at org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54) ~[patched_1.14.4.jar:git-Paper-136]
  7. at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.14.4.jar:git-Paper-136]
  8. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  9. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  10. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement