ARControl 1.0
This commit is contained in:
parent
f39bea7c7f
commit
5bb9f76a51
28
dist/pluginmaster.json
vendored
28
dist/pluginmaster.json
vendored
@ -46,7 +46,7 @@
|
|||||||
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/FishNotify.png",
|
"IconUrl": "https://git.carvel.li/liza/plugin-repo/raw/branch/master/dist/FishNotify.png",
|
||||||
"Punchline": "Plays a sound when a fish is caught",
|
"Punchline": "Plays a sound when a fish is caught",
|
||||||
"AcceptsFeedback": true,
|
"AcceptsFeedback": true,
|
||||||
"DownloadCount": 1686,
|
"DownloadCount": 1687,
|
||||||
"LastUpdate": 1696322287,
|
"LastUpdate": 1696322287,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/FishNotify/releases/download/v6.0/FishNotify-6.0.zip",
|
"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",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/FishNotify/releases/download/v6.0/FishNotify-6.0.zip",
|
||||||
@ -147,7 +147,7 @@
|
|||||||
"LoadPriority": 0,
|
"LoadPriority": 0,
|
||||||
"Punchline": "",
|
"Punchline": "",
|
||||||
"AcceptsFeedback": true,
|
"AcceptsFeedback": true,
|
||||||
"DownloadCount": 156,
|
"DownloadCount": 161,
|
||||||
"LastUpdate": 1696408680,
|
"LastUpdate": 1696408680,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/ARDiscard/releases/download/v3.0/ARDiscard-3.0.zip",
|
"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",
|
"DownloadLinkUpdate": "https://git.carvel.li/liza/ARDiscard/releases/download/v3.0/ARDiscard-3.0.zip",
|
||||||
@ -170,12 +170,34 @@
|
|||||||
"LoadPriority": 0,
|
"LoadPriority": 0,
|
||||||
"Punchline": "Better Grand Company Deliveries",
|
"Punchline": "Better Grand Company Deliveries",
|
||||||
"AcceptsFeedback": true,
|
"AcceptsFeedback": true,
|
||||||
"DownloadCount": 0,
|
"DownloadCount": 2,
|
||||||
"LastUpdate": 1696409406,
|
"LastUpdate": 1696409406,
|
||||||
"DownloadLinkInstall": "https://git.carvel.li/liza/Deliveroo/releases/download/v2.0/Deliveroo-2.0.zip",
|
"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",
|
"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",
|
"Changelog": "v2.0 (2023-10-04)\n- Initial Public Release",
|
||||||
"IsHide": false,
|
"IsHide": false,
|
||||||
"IsTestingExclusive": 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
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -13,6 +13,7 @@ plugin_names = [
|
|||||||
["../NewGamePlusAnywhere/NewGamePlusAnywhere", "NewGamePlusAnywhere", "NewGamePlusAnywhere"],
|
["../NewGamePlusAnywhere/NewGamePlusAnywhere", "NewGamePlusAnywhere", "NewGamePlusAnywhere"],
|
||||||
["../ARDiscard/ARDiscard", "ARDiscard", "ARDiscard"],
|
["../ARDiscard/ARDiscard", "ARDiscard", "ARDiscard"],
|
||||||
["../Deliveroo/Deliveroo", "Deliveroo", "Deliveroo"],
|
["../Deliveroo/Deliveroo", "Deliveroo", "Deliveroo"],
|
||||||
|
["../ARControl/ARControl", "ARControl", "ARControl"],
|
||||||
]
|
]
|
||||||
|
|
||||||
def extract_manifests():
|
def extract_manifests():
|
||||||
|
Loading…
Reference in New Issue
Block a user