This Datapack adds a handy little clock over your hotbar. It counts your playtime based on ticks. It could be used in Minecraft Challenges on YouTube or just to measure your addiction to Minecraft😅
You can pause and unpause the timer by simply typing
/function aircraft192:timer/pause/function aircraft192:timer/playTo reset the timer completely and start from scratch, you can use
/function aircraft192:timer/resetYou may also change wether the clock should be displayed or not using these commands (also useful for datapck developers):
/function aircraft192:timer/display/on/function aircraft192:timer/display/offThe timer is configured to pause when no players are online (only useful for servers). If you want to disable / reenable this behaviour, you can use:
/function aircraft192:timer/pausewhileoffline/on/function aircraft192:timer/pausewhileoffline/offYou can either grab one of the releases on PMC or download the developement version via the "Download ZIP" option on Github.
Since Mojang changed the name “functions” in Minecraft datapacks to “function” in 1.21, this datapack is not compatible with older versions. You can avoid this incompatibility by following these steps:
- Extract the datapack to the datapacks folder of your world (DON'T USE THE .ZIP-FOLDER FOR THIS!)
- Go to the path
/datapack-name/data/minecraft/tags/and rename the folder named "function" to "functions" - Go to every other folder in the
/datapack-name/data/directory and rename every folder there named "function" to "functions" - The datapack should now work for versions 1.20 and lower
If this datapack receives enough attention, I may provide a second Download for these older versions.

