-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginmaster.json
More file actions
34 lines (34 loc) · 1.89 KB
/
pluginmaster.json
File metadata and controls
34 lines (34 loc) · 1.89 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
[
{
"Author": "",
"Name": "MacroChainFork",
"Description": "Allows for a macro to continue onto the next macro by using '/nextmacro' on the last line of a macro.\nAdding '/nextmacro' on the last line of Macro #01 will automatically execute Macro #02\nAdding '/nextmacro down' on the last line of Macro #01 will automatically execute Macro #11\nAdding '/nextmacro repeat' on the last line of Macro #01 will automatically repeat Macro #01 once\nAlso allows executing any macro from chat using '/runmacro' but this command cannot be used while macros are running.",
"InternalName": "MacroChainFork",
"AssemblyVersion": "1.0.0.0",
"ApplicableVersion": "any",
"DalamudApiLevel": 14,
"DownloadLinkInstall": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
"DownloadLinkUpdate": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
"DownloadCount": 0,
"LastUpdated": "1768848447"
},
{
"Author": "",
"Name": "YesTankYou",
"Description": "",
"InternalName": "YesTankYou",
"AssemblyVersion": "7.2.0.5",
"ApplicableVersion": "any",
"DalamudApiLevel": 12,
"DownloadLinkInstall": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
"DownloadLinkUpdate": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
"DownloadCount": 0,
"LastUpdated": "1768848447"
}
]