Skip to content

Commit 872c816

Browse files
committed
Merge branch 'master' of https://github.com/HaySome22/Repository
2 parents 7ea0efb + 1edacd1 commit 872c816

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

pluginmaster.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
[
22
{
33
"Author": "",
4-
"Name": "YesTankYou",
5-
"Description": "",
6-
"InternalName": "YesTankYou",
7-
"AssemblyVersion": "7.2.0.5",
4+
"Name": "MacroChainFork",
5+
"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.",
6+
"InternalName": "MacroChainFork",
7+
"AssemblyVersion": "1.0.0.0",
88
"ApplicableVersion": "any",
9-
"DalamudApiLevel": 12,
10-
"DownloadLinkInstall": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
9+
"DalamudApiLevel": 14,
10+
"DownloadLinkInstall": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
1111
"IsHide": false,
1212
"IsTestingExclusive": false,
13-
"DownloadLinkTesting": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
14-
"DownloadLinkUpdate": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
13+
"DownloadLinkTesting": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
14+
"DownloadLinkUpdate": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
1515
"DownloadCount": 0,
16-
"LastUpdated": "1743376604"
16+
"LastUpdated": "1768848291"
1717
},
1818
{
1919
"Author": "",
20-
"Name": "MacroChainFork",
21-
"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.",
22-
"InternalName": "MacroChainFork",
23-
"AssemblyVersion": "1.0.0.0",
20+
"Name": "YesTankYou",
21+
"Description": "",
22+
"InternalName": "YesTankYou",
23+
"AssemblyVersion": "7.2.0.5",
2424
"ApplicableVersion": "any",
2525
"DalamudApiLevel": 12,
26-
"DownloadLinkInstall": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
26+
"DownloadLinkInstall": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
2727
"IsHide": false,
2828
"IsTestingExclusive": false,
29-
"DownloadLinkTesting": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
30-
"DownloadLinkUpdate": "https://github.com/HaySome22/Repository/raw/master/plugins/MacroChainFork/latest.zip",
29+
"DownloadLinkTesting": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
30+
"DownloadLinkUpdate": "https://github.com/HaySome22/Repository/raw/master/plugins/YesTankYou/latest.zip",
3131
"DownloadCount": 0,
32-
"LastUpdated": "1743376604"
32+
"LastUpdated": "1768848291"
3333
}
3434
]

0 commit comments

Comments
 (0)