Description
A lightweight World of Warcraft addon that shows a changeable on‑screen message when an equipped trinket comes off cooldown.
THIS ADDON IS CREATED USING AI FOR MY NEED AFTER WAs WAS REMOVED.
Type `/tt` with no arguments to print the current settings and this list.
| Command | Description | Default |
|---|---|---|
| `/tt` | Show current settings and help | — |
| `/tt test` | Preview the message | — |
| `/tt debug` | Print what the API reports for each trinket slot (item CD, `spell.isActive`, final `onCD` verdict) | — |
| `/tt unlock` / `/tt lock` | Show a draggable box to reposition the text, then lock it | locked |
| `/tt reset` | Reset the text position to default (centre, +200 y) | — |
| `/tt text <message>` | Set the message. Use `%s` for the trinket name | `%s is ready!` |
| `/tt size <8-72>` | Font size | `34` |
| `/tt time <1-30>` | Seconds the message stays on screen (flash mode) | `3` |
| `/tt color <r> <g> ` | Text colour, 0–1 each (e.g. `1 0.82 0`) | `1 0.82 0` (gold) |
| `/tt threshold <sec>` | Ignore cooldowns shorter than this | `20` |
| `/tt combat on\|off` | Only show the message while in combat | `off` |
| `/tt sound on\|off` | Play a ready‑check sound with the message | `off` |
| `/tt permanent on\|off` | Keep the text up the whole time a trinket is ready (alias: `/tt sticky`) | `off` |
| `/tt slot both\|1\|2` | Which trinket slot to watch (`1` = top, `2` = bottom) | `both` |


