Skip to content

[0.1.4] I believe what you said

Compare
Choose a tag to compare
@Anon8281 Anon8281 released this 03 Jul 02:56
· 11 commits to main since this release
9256d4f
  • Fixed delay <= 0 in Folia timer schedulers
  • Added void execute(Runnable), void execute(Location, Runnable), void execute(Entity, Runnable) to TaskScheduler
  • Javadocs improvements

Note: there's no adequate way to redirect MyScheduledTask runTaskLater(Runnable, 0L) to void execute(Runnable), so you should use whichever is more appropriate for your particular situation