-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpluginmaster.json
25 lines (25 loc) · 934 Bytes
/
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
[
{
"Author": "Stack",
"Name": "MSQ Cutscene Skipper",
"InternalName": "MSQCutsceneSkipper",
"AssemblyVersion": "1.0.0.1",
"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": 11,
"LoadRequiredState": 0,
"LoadSync": false,
"CanUnloadAsync": false,
"LoadPriority": 0,
"Punchline": "Skip cutscenes in \"Castrum Meridianum\", \"The Praetorium\", and \"The Porta Decumana\"!",
"AcceptsFeedback": false
}
]