Releases: titivermeesch/CommandTimer
Releases · titivermeesch/CommandTimer
8.17.0
8.16.5
- 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
fix: broken ALLTASKS placeholder
8.16.3
fix: more bugs in execution engine
8.16.2
- 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
fix: bug in migration logic v1
8.16.0
- 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
- Fixed issue with wrong minecraft in-game time calculations
8.15.0
- 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
fix: remove leftover bukkit scheduler usage