-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpluginmaster.json
66 lines (65 loc) · 2.51 KB
/
pluginmaster.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"Author": "Karlin",
"Name": "PvPSelector",
"InternalName": "PvPSelector",
"AssemblyVersion": "2.1.7.0",
"Description": "A plugin that allows you to select the enemy with the lowest currentHp in your range.",
"ApplicableVersion": "any",
"RepoUrl": "",
"Tags": [
"PvP",
"Auto",
"Karlin"
],
"DalamudApiLevel": 10,
"LoadRequiredState": 0,
"LoadSync": false,
"LoadPriority": 0,
"Punchline": "PvP helper",
"AcceptsFeedback": true,
"DownloadLinkInstall": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/PvPSelector/latest.zip",
"DownloadLinkTesting": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/PvPSelector/latest.zip",
"DownloadLinkUpdate": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/PvPSelector/latest.zip"
},
{
"Author": "Karlin",
"Name": "KodakkuAssist",
"InternalName": "KodakkuAssist",
"AssemblyVersion": "0.1.15.0",
"Description": "A toy.",
"ApplicableVersion": "any",
"DalamudApiLevel": 10,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "A toy",
"AcceptsFeedback": true,
"IconUrl": "https://raw.githubusercontent.com/Karlin-Z/DalamudPlugins/main/plugins/KodakkuAssist/icon.png",
"DownloadLinkInstall": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/KodakkuAssist/latest.zip",
"DownloadLinkTesting": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/KodakkuAssist/latest.zip",
"DownloadLinkUpdate": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/KodakkuAssist/latest.zip"
},
{
"Author": "XiYu",
"Name": "PixelPerfectEx",
"Description": "A plugin that allows you to draw ring and line on player or target.",
"InternalName": "PixelPerfectEx",
"AssemblyVersion": "3.0.6.31",
"RepoUrl": "",
"ApplicableVersion": "any",
"Tags": [ "Ring", "TargetAssist", "XiYu" ],
"DalamudApiLevel": 10,
"Testing": false,
"InstalledFromUrl": null,
"Punchline": "hit box",
"DownloadLinkInstall": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/PixelPerfectEx/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/PixelPerfectEx/latest.zip",
"DownloadLinkUpdate": "https://github.com/Karlin-Z/DalamudPlugins/raw/main/plugins/PixelPerfectEx/latest.zip",
"DownloadCount": 0,
"LastUpdated": "1618843696"
}
]