Skip to content

Commit 139ebb5

Browse files
committed
add MacroChainFork
1 parent 05546e1 commit 139ebb5

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"Author": "Caraxi",
3+
"Name": "Macro Chain (fork)",
4+
"InternalName": "MacroChainFork",
5+
"AssemblyVersion": "1.0.0.0",
6+
"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\nAlso allows executing any macro from chat using '/runmacro' but this command cannot be used while macros are running.",
7+
"ApplicableVersion": "any",
8+
"RepoUrl": "https://github.com/Caraxi/MacroChain",
9+
"DalamudApiLevel": 12,
10+
"LoadRequiredState": 0,
11+
"LoadSync": false,
12+
"CanUnloadAsync": false,
13+
"LoadPriority": 0,
14+
"Punchline": "Run multiple macros one after the other.",
15+
"AcceptsFeedback": true
16+
}

plugins/MacroChainFork/latest.zip

10.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)