Skip to content

Releases: Anon8281/UniversalScheduler

[0.1.6] MIT License & Javadocs

21 Jul 20:16
6f64e21
Compare
Choose a tag to compare
  • Added MIT license
  • Minor javadocs update in MyScheduledTask

[0.1.5] Now using Entity#getScheduler

08 Jul 04:24
9703665
Compare
Choose a tag to compare
  • Using Entity#getScheduler in #runTask(Entity, Runnable), #runTaskLater(Entity, Runnable, Long), etc

[0.1.4] I believe what you said

03 Jul 02:56
9256d4f
Compare
Choose a tag to compare
  • 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

Now it can be shaded

25 Jun 16:14
Compare
Choose a tag to compare
0.1.3

Only one module now (easier to shade)

checkScheduled in UniversalRunnable.cancel

25 Jun 13:56
Compare
Choose a tag to compare
0.1.2

checkScheduled in UniversalRunnable.cancel

Fix "delay <= 0"

25 Jun 12:36
28c74b4
Compare
Choose a tag to compare
0.1.1

Update README.md

CallSyncMethod support

25 Jun 00:53
Compare
Choose a tag to compare
0.1.0

Update javadocs

Java 8 support

25 Jun 00:24
Compare
Choose a tag to compare
0.0.9

Let me give it a try

i give it a try...

24 Jun 23:07
Compare
Choose a tag to compare
i give it a try... Pre-release
Pre-release
0.0.0.4

Didn't work

UniversalRunnable

20 Jun 17:14
Compare
Choose a tag to compare
0.0.8

Merge remote-tracking branch 'origin/main'