Development

Roadmap

  • Add option to trigger a pause at specific game events (player dies, dragon defeated, ...)

  • Implement option to display custom text next to timer

  • Add custom gradient generator

  • Add timer mode realtime

  • Increase timer accuracy through realtime syncing

Changelog

AT v1.1.0 - Major (breaking) changes

Rename several trigger scoreboards

All profile- and some animation-related trigger scoreboards have been renamed. This will allow for easier addition of features in future releases.

Move animation function

The primary function for configuring animations has been moved to a new namespace.

From: /function at-conf:animation

To: /function at-anim:load

Remove animation

red-dark has been consolidated to a new animation that looks very similar. The migration takes place automatically during update procedure.

New form of documentation

Beginning with v1.1.0, any documentation will be done primarily within the new AT Docs site. As a consequence, the manual document will no longer be shipped directly with the data pack.

AT v1.1.0 - Features

Add six animations

  • red-fade

  • orange-fade

  • blue-fade

  • pink-fade

  • green-fade

  • yellow-fade

Implement option to list animations

Existing animations may now be displayed in-game using:

/function at-anim:list

/trigger list-animations

Extend functionality of profile list command

As with the new animation list command, profiles can now be clicked directly within the chat window to suggest the corresponding load command.

AT v1.1.0 - Technical

Re-order animation trigger values

They are now grouped according to color themes.

Add namespace at-anim

It contains animation-related controls and is used for user input.

Update pack.mcmeta

AT is now compatible with Minecraft 1.21.2 & 1.21.3.

AT v1.0.1 - Features

Implement uninstall function at-main:uninstall

This removes all scoreboards and NBT storages used by AT:

/function at-main:uninstall

Add timer visibility setting

The timer output (actionbar field) can now be hidden / shown using one of two functions to toggle between both states:

/function at-conf:visibility

/trigger visibility

Add option to disable / enable trigger scoreboards

In some of your projects, you might want to remove all trigger scoreboards. This can now be achieved easier than ever using a new function in the at-conf namespace:

/function at-conf:triggers

Add three animations

  • red-yellow

  • white-purple

  • white-gray

AT v1.0.1 - Technical

Re-organize some functions through new namespace

Migrate some functions from at-abar to at-misc as at-abar should only contain actionbar-related functions

Animations are now reloaded at every load of data pack

This was previously only done at init phase.

Enhance timer correctness in DOWN mode

Timer mode DOWN now pauses a second later when reaching zero.

Update manual

New manual version: 240810

Last updated