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",