Skip to content

Releases: titivermeesch/CommandTimer

8.17.0

14 Mar 16:48

Choose a tag to compare

feat: lock start time to time grid

8.16.5

28 Feb 12:13

Choose a tag to compare

  • Fixes issues with the scheduler that caused to wrongly schedule task times or not schedule them at all
  • Fixes issues where the last execution date would update on server restart/reload

8.16.4

18 Jan 14:20

Choose a tag to compare

fix: broken ALLTASKS placeholder

8.16.3

30 Dec 20:57

Choose a tag to compare

fix: more bugs in execution engine

8.16.2

28 Dec 20:11

Choose a tag to compare

  • Fixes an issue when adding multiple times on the same task
  • Fix issue where tasks would execute after restart/reload disregarding the configured interval

8.16.1

14 Dec 10:48

Choose a tag to compare

fix: bug in migration logic v1

8.16.0

13 Dec 14:57

Choose a tag to compare

  • Automatic migration system for old json configuration files
  • Move execution data to a separate file, making editing tasks easier (no need to disable the task anymore)
  • File names can now be whatever you want, instead of requiring the task id as file name
  • Reduced activity on the file system for better performance

8.15.1

11 Dec 20:08

Choose a tag to compare

  • Fixed issue with wrong minecraft in-game time calculations

8.15.0

07 Dec 11:58

Choose a tag to compare

  • Complete rework of the execution engine
  • Add support for delayed command execution (ad-hoc commands)
  • Add support for days in the placeholders
  • Fixed several scheduling issues on Paper and Folia

8.14.1

18 Nov 16:41

Choose a tag to compare

fix: remove leftover bukkit scheduler usage