This tool cleans up and optimizes your ESO AddOns folder to help the game run more reliably.What it does:Removes outdated embedded libraries from addons (e.g., old versions of LibStub, LibAddonMenu, LibMainMenu 1.0, etc.)Prevents library conflicts by making sure only the properly installed libraries are usedPatches known problem files in supported addons so they work correctly without old librariesMoves specific libraries to the root AddOns folder so mods run more smoothly.Tidies up your AddOns folder by removing empty folders after cleanupFixes UTF-8 BOM issues in manifest filesHow to UseDownload and install with Minion This tool will automatically download into your AddOns folder.Run the cleanup Open your AddOns folder in Windows Explorer and double-click runit.bat. It will handle everything automatically and make the necessary corrections.Optional: Share the results The tool will create an output file. If youd like, copy and paste the contents of this file into the comments section further improvements or corrections can be made.DisclaimerSome older mods may require a small change:local LAM = LibStub(“LibAddonMenu-2.0”)To: local LAM = LibAddonMenu2 ** This tool already makes this adjustment for known mods that need it.This tool does not rewrite or overhaul mods to work with the current API. It only performs basic fixes to reduce issues caused by outdated libraries.After logging into the game or loading a character, some mods may fail to function. These may: – Appear in red in the AddOns list (indicating a missing library) – Throw errors if they cannot find LibStubThis tool is designed to make LibStub unnecessary in most cases, but if you wish to use LibStub, it should be installed in the root AddOns folder using the current standard method.Updates and FeedbackEach update adds support for more addons and applies additional small fixes, making your AddOns folder cleaner and more reliable over time. By sharing the optional output file after running the cleanup, you help improve the tool so it can catch more issues for everyone.