Hello, I'm trying to filter some of the spell buffs Timers addon shows like Protect per example.
Every time I try to edit the file it will reset when I reload the addon ingame. I might not know the right code, or where to type ;
This is how it looks atm, can anyone show me how it should look if I wanted to filter Protect? thank you!
<!--If true, only items on the recast/buff lists will be displayed-->
<WhitelistMode>false</WhitelistMode>
<!--List of ability names to display recasts for if in whitelistMode and to exclude otherwise-->
<AbilityRecastFilter />
<!--List of spell names to display recasts for if in whitelistMode and to exclude otherwise-->
<SpellRecastFilter />
<!--List of ability names to display buffs for if in whitelistMode and to exclude otherwise-->
<AbilityBuffFilter />
<!--List of spell names to display buffs for if in whitelistMode and to exclude otherwise-->
<SpellBuffFilter />
<!--If true will show a font outline-->
<Stroke>false</Stroke>
</global>