diff --git a/dist/pluginmaster.json b/dist/pluginmaster.json index a365476..15bba58 100644 --- a/dist/pluginmaster.json +++ b/dist/pluginmaster.json @@ -46,7 +46,7 @@ "IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/FishNotify.png", "Punchline": "Plays a sound when a fish is caught", "AcceptsFeedback": true, - "DownloadCount": 1686, + "DownloadCount": 1687, "LastUpdate": 1696322287, "DownloadLinkInstall": "https://git.carvel.li/liza/FishNotify/releases/download/v6.0/FishNotify-6.0.zip", "DownloadLinkUpdate": "https://git.carvel.li/liza/FishNotify/releases/download/v6.0/FishNotify-6.0.zip", @@ -147,7 +147,7 @@ "LoadPriority": 0, "Punchline": "", "AcceptsFeedback": true, - "DownloadCount": 156, + "DownloadCount": 161, "LastUpdate": 1696408680, "DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v3.0/ARDiscard-3.0.zip", "DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v3.0/ARDiscard-3.0.zip", @@ -170,12 +170,34 @@ "LoadPriority": 0, "Punchline": "Better Grand Company Deliveries", "AcceptsFeedback": true, - "DownloadCount": 0, + "DownloadCount": 2, "LastUpdate": 1696409406, "DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v2.0/Deliveroo-2.0.zip", "DownloadLinkUpdate": "https://git.carvel.li/liza/Deliveroo/releases/download/v2.0/Deliveroo-2.0.zip", "Changelog": "v2.0 (2023-10-04)\n- Initial Public Release", "IsHide": false, "IsTestingExclusive": false + }, + { + "Author": "Liza Carvelli", + "Name": "ARC", + "InternalName": "ARControl", + "AssemblyVersion": "1.0", + "Description": "", + "ApplicableVersion": "any", + "RepoUrl": "https://git.carvel.li/liza/ARControl", + "DalamudApiLevel": 9, + "LoadRequiredState": 0, + "LoadSync": false, + "CanUnloadAsync": false, + "LoadPriority": 0, + "Punchline": "Better AutoRetainer Venture Planner", + "AcceptsFeedback": true, + "DownloadCount": 0, + "LastUpdate": 1696415280, + "DownloadLinkInstall": "https://git.carvel.li/liza/ARControl/releases/download/v1.0/ARControl-1.0.zip", + "DownloadLinkUpdate": "https://git.carvel.li/liza/ARControl/releases/download/v1.0/ARControl-1.0.zip", + "IsHide": false, + "IsTestingExclusive": false } ] \ No newline at end of file diff --git a/generate_pluginmaster.py b/generate_pluginmaster.py index 438da21..ad86cb1 100644 --- a/generate_pluginmaster.py +++ b/generate_pluginmaster.py @@ -13,6 +13,7 @@ plugin_names = [ ["../NewGamePlusAnywhere/NewGamePlusAnywhere", "NewGamePlusAnywhere", "NewGamePlusAnywhere"], ["../ARDiscard/ARDiscard", "ARDiscard", "ARDiscard"], ["../Deliveroo/Deliveroo", "Deliveroo", "Deliveroo"], + ["../ARControl/ARControl", "ARControl", "ARControl"], ] def extract_manifests():