I know asking for more on this amazing mod seems selfish, however I would like to know if a feature can be added to either give a UI warning or even a chat warning when Hunter's Mark is at full strength. I tried adding it myself, though I am terrible at coding.
Many thanks.
EDIT: Came up with a simple macro. Still trying to figure out how to add it into the mod.
/run for i=1,40 do local n,_,_,c,_,_,_=UnitDebuff("target",i); if (n=="Hunter's Mark") then SendChatMessage(c.." stacks of Hunter's Mark.","SAY");end end