Skip to content

Commit 7ea0efb

Browse files
committed
Update MacroChain json
1 parent 0ef0d1a commit 7ea0efb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

plugins/MacroChainFork/MacroChainFork.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
2-
"Author": "Caraxi",
3-
"Name": "Macro Chain (fork)",
2+
"Author": "",
3+
"Name": "MacroChainFork",
44
"InternalName": "MacroChainFork",
55
"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.",
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\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.",
77
"ApplicableVersion": "any",
8-
"RepoUrl": "https://github.com/Caraxi/MacroChain",
9-
"DalamudApiLevel": 12,
8+
"DalamudApiLevel": 14,
109
"LoadRequiredState": 0,
1110
"LoadSync": false,
1211
"CanUnloadAsync": false,

0 commit comments

Comments
 (0)