From d4e0dcee18564516ac2724582b10c48c78de62ad Mon Sep 17 00:00:00 2001 From: Knack117 Date: Wed, 4 Feb 2026 22:21:00 -0500 Subject: [PATCH] Add ConfigurableCombo to plugin list Co-authored-by: Cursor --- pluginmaster.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pluginmaster.json b/pluginmaster.json index e78f119..3059f08 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,4 +1,19 @@ [ + { + "Author": "Custom", + "Name": "ConfigurableCombo", + "Punchline": "User-defined one-button combo chains with optional split finishers.", + "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.", + "InternalName": "ConfigurableCombo", + "AssemblyVersion": "1.0.0.0", + "RepoUrl": "http://brassnet.ddns.net:33983/KnackAtNite/ConfigurableCombo", + "ApplicableVersion": "any", + "DalamudApiLevel": 14, + "Tags": [ "Combo", "Custom", "Hotbar" ], + "DownloadLinkInstall": "http://brassnet.ddns.net:33983/KnackAtNite/ConfigurableCombo/releases/download/v1.0.0/latest.zip", + "DownloadLinkUpdate": "http://brassnet.ddns.net:33983/KnackAtNite/ConfigurableCombo/releases/download/v1.0.0/latest.zip", + "LastUpdate": "1738800000" + }, { "Author": "Knack117", "Name": "HSRTools",