forked from Karlin-Z/DalamudPlugins
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpluginmaster.json
More file actions
26 lines (25 loc) · 852 Bytes
/
Copy pathpluginmaster.json
File metadata and controls
26 lines (25 loc) · 852 Bytes
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
[
{
"Author": "Karlin",
"Name": "PvPSelector",
"InternalName": "PvPSelector",
"AssemblyVersion": "2.1.5.36",
"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": 8,
"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"
}
]