Initial commit

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-04 22:12:08 -05:00
commit f72031ae60
13 changed files with 1954 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[
{
"Author": "Custom",
"Name": "ConfigurableCombo",
"InternalName": "ConfigurableCombo",
"Description": "Define your own combo sequences in config. Put the first action on the hotbar; each press advances the sequence. Sequence resets to step 1 after the last step or after any other action (e.g. NIN 1-2 with 3a/3b on separate keybinds). /ccombo to open settings.",
"ApplicableVersion": "any",
"Tags": ["Combo", "Custom", "Hotbar"],
"Punchline": "User-defined one-button combo chains with optional split finishers.",
"AssemblyVersion": "1.0.0.0",
"RepoUrl": "https://github.com/ConfigurableCombo/ConfigurableCombo",
"DownloadLinkInstall": "https://github.com/ConfigurableCombo/ConfigurableCombo/releases/download/v1.0.0/latest.zip",
"DownloadLinkUpdate": "https://github.com/ConfigurableCombo/ConfigurableCombo/releases/download/v1.0.0/latest.zip"
}
]