-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpluginmaster.json
More file actions
29 lines (29 loc) · 985 Bytes
/
pluginmaster.json
File metadata and controls
29 lines (29 loc) · 985 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
27
28
29
[
{
"Author": "Stack",
"Name": "MSQ Cutscene Skipper",
"InternalName": "MSQCutsceneSkipper",
"AssemblyVersion": "1.2",
"Description": "Skip cutscenes in \"Castrum Meridianum\", \"The Praetorium\", and \"The Porta Decumana\"!",
"ApplicableVersion": "any",
"RepoUrl": "https://github.com/StackBLU/MSQCutsceneSkipper",
"DownloadLinkInstall": "https://raw.githubusercontent.com/StackBLU/MSQCutsceneSkipper/main/releaseUploads/latest.zip",
"DownloadLinkUpdate": "https://raw.githubusercontent.com/StackBLU/MSQCutsceneSkipper/main/releaseUploads/latest.zip",
"Tags": [
"cutscene",
"skip",
"msq"
],
"DalamudApiLevel": 14,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"ImageUrls": [
""
],
"IconUrl": "",
"Punchline": "Skip cutscenes in \"Castrum Meridianum\", \"The Praetorium\", and \"The Porta Decumana\"!",
"AcceptsFeedback": false
}
]