-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathPluginMaster.json
More file actions
45 lines (45 loc) · 1.97 KB
/
PluginMaster.json
File metadata and controls
45 lines (45 loc) · 1.97 KB
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": "Eqbot, astrodoobs, Vivi",
"Name": "Snapper",
"InternalName": "Snapper",
"AssemblyVersion": "0.0.0.7",
"Description": "/psnap to use",
"ApplicableVersion": "any",
"Tags": [
"snapper"
],
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Snapshot mods from your friends",
"AcceptsFeedback": false,
"DownloadLinkInstall": "https://github.com/ViviAshe/XIVSnapper/releases/download/0.0.0.7/latest.zip",
"DownloadLinkUpdate": "https://github.com/ViviAshe/XIVSnapper/releases/download/0.0.0.7/latest.zip",
"DownloadLinkTesting": "https://github.com/ViviAshe/XIVSnapper/releases/download/0.0.0.7/latest.zip"
},
{
"Author": "Marulu, StreetRat, Vivi",
"Name": "StopTheClip",
"InternalName": "StopTheClip",
"AssemblyVersion": "0.0.1.0",
"Description": "Do you want to take close up screenshots? Are you a melee and hate having the boss model disappear on you? Then this is the plugin for you, it overrides the near clip and stops models from hiding on camera collision. This plugin is based on XIVR code.",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/ViviAshe/StopTheClip/",
"Tags": [
"utility"
],
"DalamudApiLevel": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Modification to game clipping",
"AcceptsFeedback": false,
"DownloadLinkInstall": "https://github.com/ViviAshe/StopTheClip/releases/download/Latest/latest.zip",
"DownloadLinkUpdate": "https://github.com/ViviAshe/StopTheClip/releases/download/Latest/latest.zip",
"DownloadLinkTesting": "https://github.com/ViviAshe/StopTheClip/releases/download/Latest/latest.zip"
}
]