Additions:
- Added a new data storage (timelib:output) that contains additional output for "util/get_date":
- Day value as a string, with 0 prefix
- WeekDay String (Long & Short)
- Month String (Long & Short)
Changes:
- Improved the "util/get_date" description
- The day in the data storages is now always stored as a string
Additions:
- Added a new data storage (timelib:date) that contains:
- Day value as a string, with 0 prefix
- WeekDay String (Long & Short)
- Month String (Long & Short)
- Added a new function tag (#timelib:time_updated) that gets run whenever timelib updated the time or the date changes
- Added a new setting to disable the reload messages
Changes:
- Moved the "load" and "init" functions to the zprivate folder to make it clear they're not meant to be run by users
- Updated to 1.20.5 & Item Components (Not backwards compatible!)
- TimeLib now refreshes as soon as it can, instead of after 1 second when reloading
- Fixed a bug where reloading shortly before a second, minute or hour passed would desync the timer for a moment
- Made the command in the command blocks shorter
- Added "minecraft:" prefix where possible for consistency
Bugfixes:
- Fixed a bug where the 'TimeLib.Uninstall' objective would sometimes not be removed
- Fixed a mistake in a proposed command in the settings menu
- Removed a line that sets an unused fake player score
Changes:
- Schedule loops are now stopped when uninstalling as well
- Fake players are now reset when uninstalling (Because they don't disappear from the list otherwise), except for the #c... ones
- Renamed the internal Fake Players for settings
Changes:
- Updated README.md to reflect the changes
- Renamed 'UnixLib' to 'TimeLib'
- Changed the pack format & description
- Changed how Fake Player names and Scoreboard Objective names are structured (Previously with _ and now with .)
- Slightly altered the error message when trying to uninstall TimeLib
Additions:
- Added an 'uninstall' function for removing scoreboards & data storages
- Added a message to the 'init' function
Changes:
- Updated README.md to reflect the changes
- Slightly altered a note in "unixlib:unix/update" to reflect newer versions
Bugfixes:
- Removed an optimisation when calling "unixlib:unix/update" that could under rare circumstances prevent newer Unix Timestamps from player heads from being detected