Skip to content

Releases: CheeseGrinder/bukkit-timer

Version 2.1.1

04 Feb 20:50
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Remaining time

Improvements 🙌

  • Rename runSync to runLoopSync for loop method.
  • Rename runAsync to runLoopAsync for loop method.

Version 2.0.0

29 Jan 22:35
Compare
Choose a tag to compare

Security fixes 🔒

  • No longer return entire Runnable
  • Use java callback instead of custom callback

Breaking change 💥

  • Rename run by runSync
  • Change returns type BukkitRunnable by BukkitTask

Version 1.4.0

25 Jan 10:39
Compare
Choose a tag to compare

New ✨

  • Can cancel timer

Version 1.2.2

01 Jan 19:38
Compare
Choose a tag to compare

Bug Fixes 🐛

  • Double call when 0 seconds were left on some callbacks

Version 1.1.0

23 Dec 16:28
c5ea66d
Compare
Choose a tag to compare

New ✨

  • Remaining time management

Version 1.0.0

22 Dec 23:19
Compare
Choose a tag to compare

New ✨

  • Added sync timer
  • Added async timer
  • Added time formatting