Previously, using &r would reset all formatting, including interactive elements like <hover> and <click>, causing unintended behavior where tooltips and clickable actions were lost.
With this fix, &r now only resets text formatting (such as color and decorations) while preserving hover and click functionality, improving compatibility with legacy text formatting while maintaining interactive elements.
Previously, legacy color codes (e.g., &7) did not reset decorations like &l (bold), causing unintended formatting carryover. This fix ensures that color codes automatically reset text decorations to prevent formatting issues.