From 942a030afd348ab2e02eac8054b43e3c3a72ea48 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 15 Nov 2021 13:53:59 +0800 Subject: *rename --- .../Libraries/lua-addons/addons/Debuffed/README.md | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 Data/BuiltIn/Libraries/lua-addons/addons/Debuffed/README.md (limited to 'Data/BuiltIn/Libraries/lua-addons/addons/Debuffed/README.md') diff --git a/Data/BuiltIn/Libraries/lua-addons/addons/Debuffed/README.md b/Data/BuiltIn/Libraries/lua-addons/addons/Debuffed/README.md new file mode 100644 index 0000000..ae986b1 --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-addons/addons/Debuffed/README.md @@ -0,0 +1,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 ` + +This allows you to adjust the refresh interval for the textbox. It will be updated every \ number of seconds. + +`//debuffed hide` + +This toggles the automatic removal of effects when their timer reaches zero. + +`//debuffed blacklist|whitelist add|remove ` + +This adds or removes the spell \ 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 `-` -- cgit v1.1-26-g67d0