-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugins.json
45 lines (45 loc) · 2.03 KB
/
plugins.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[
{
"Author":"Zhyra",
"Name":"PartyPlanner",
"InternalName":"PartyPlanner",
"AssemblyVersion":"1.5.1",
"Description":"A plugin to see partyverse.app events.",
"ApplicableVersion":"any",
"RepoUrl":"https://github.com/ZhyraPlugins/PartyPlanner",
"IconUrl":"https://raw.githubusercontent.com/ZhyraPlugins/PartyPlanner/master/PartyPlanner/images/icon.png",
"Tags":[
"party"
],
"DalamudApiLevel":8,
"LoadPriority":0,
"Punchline":"See partyverse.app events ingame",
"IsHide":"False",
"IsTestingExclusive":"False",
"DownloadLinkInstall":"https://github.com/ZhyraPlugins/PartyPlanner/releases/latest/download/latest.zip",
"DownloadLinkTesting":"https://github.com/ZhyraPlugins/PartyPlanner/releases/latest/download/latest.zip",
"DownloadLinkUpdate":"https://github.com/ZhyraPlugins/PartyPlanner/releases/latest/download/latest.zip"
},
{
"Author":"Zhyra",
"Name":"Market Uploader",
"InternalName":"MarketUploader",
"AssemblyVersion":"1.0.5",
"Description":"Uploads marketboard data to market.xivhub.org and other configurable aggregators.",
"ApplicableVersion":"any",
"IsHide":"False",
"IsTestingExclusive":"False",
"RepoUrl":"https://github.com/ZhyraPlugins/MarketUploader",
"Tags":[
"market",
"uploader"
],
"DalamudApiLevel":8,
"LoadPriority":0,
"IconUrl":"https://raw.githubusercontent.com/ZhyraPlugins/MarketUploader/master/MarketUploader/images/icon.png",
"Punchline":"Uploads market data to various aggregators.",
"DownloadLinkInstall":"https://github.com/ZhyraPlugins/MarketUploader/releases/latest/download/latest.zip",
"DownloadLinkTesting":"https://github.com/ZhyraPlugins/MarketUploader/releases/latest/download/latest.zip",
"DownloadLinkUpdate":"https://github.com/ZhyraPlugins/MarketUploader/releases/latest/download/latest.zip"
}
]