public static bool IsSpecialFormatting(this ChatColor value) { return(value.IsReset() || value.IsBold() || value.IsItalic() || value.IsStrikeThrough() || value.IsUnderline() || value.IsMagic()); }