blob: ae986b15dc1eef0252fd5c813aab3b0b5a31c5c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# Debuffed
An addon that tracks and displays debuffs on your current target. Filters are available to customise which debuffs are shown.
### Commands
`//debuffed mode`
This will switch between blacklist and whitelist mode for debuff filtering.
`//debuffed timers`
This toggles the display of timers for debuffs.
`//debuffed interval <value>`
This allows you to adjust the refresh interval for the textbox. It will be updated every \<value\> number of seconds.
`//debuffed hide`
This toggles the automatic removal of effects when their timer reaches zero.
`//debuffed blacklist|whitelist add|remove <name>`
This adds or removes the spell \<name\> to the specified filter.
### Abbreviations
The following abbreviations are available for addon commands:
* `debuffed` to `dbf`
* `mode` to `m`
* `timers` to `t`
* `interval` to `i`
* `hide` to `h`
* `blacklist` to `b` or `blist` or `black`
* `whitelist` to `w` or `wlist` or `white`
* `add` to `a` or `+`
* `remove` to `r` or `-`
|