-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginmaster.json
More file actions
25 lines (24 loc) · 960 Bytes
/
Copy pathpluginmaster.json
File metadata and controls
25 lines (24 loc) · 960 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
[
{
"Author": "jungle",
"Name": "Smart Block Checker",
"InternalName": "SmartBlockChecker",
"Punchline": "Blacklist-aware targeting protection and player highlighting for FFXIV.",
"Description": "Prevents targeted actions from firing on blacklisted players, highlights blocked players in the world, and adds a quick blacklist command. Use /blockchecker to configure.",
"ApplicableVersion": "any",
"AssemblyVersion": "0.0.0.27",
"RepoUrl": "https://github.com/InTheWind222/SmartBlockChecker",
"DalamudApiLevel": 14,
"Tags": [
"blacklist",
"utility",
"overlay",
"pvp"
],
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkInstall": "https://github.com/InTheWind222/SmartBlockChecker/releases/download/v0.0.0.27/latest.zip",
"DownloadLinkUpdate": "https://github.com/InTheWind222/SmartBlockChecker/releases/download/v0.0.0.27/latest.zip",
"DownloadCount": 4
}
]