From 515d865f9f29ee97726ac89526f833c8e02d1376 Mon Sep 17 00:00:00 2001 From: Knack117 Date: Tue, 3 Feb 2026 20:33:29 -0500 Subject: [PATCH] Add plugin manifest for Gitea Co-authored-by: Cursor --- pluginmaster.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pluginmaster.json diff --git a/pluginmaster.json b/pluginmaster.json new file mode 100644 index 0000000..f37a34e --- /dev/null +++ b/pluginmaster.json @@ -0,0 +1,41 @@ +[ + { + "Author": "Knack117", + "Name": "HSRTools", + "Punchline": "Auto-invite to party when a trigger word is said in FC, LS, CWLS, or tells.", + "Description": "Detects a user-defined trigger word in Free Company, Link Shell, Cross-World Link Shell, and tell chat, then invites the sender to your party. Works for same-world and cross-world (CWLS).", + "InternalName": "HSRTools", + "AssemblyVersion": "1.0.3.0", + "RepoUrl": "http://brassnet.ddns.net:33983/KnackAtNite/HSRTools", + "ApplicableVersion": "any", + "DalamudApiLevel": 14, + "Tags": [ "chat", "party", "invite", "automation" ], + "AcceptsFeedback": true, + "DownloadCount": 0, + "LastUpdate": "1738800000", + "DownloadLinkInstall": "http://brassnet.ddns.net:33983/KnackAtNite/HSRTools/releases/download/v1.0.3/HSRTools.zip", + "DownloadLinkUpdate": "http://brassnet.ddns.net:33983/KnackAtNite/HSRTools/releases/download/v1.0.3/HSRTools.zip" + }, + { + "Author": "Knack117", + "Name": "HSUI", + "Punchline": "A modern HUD replacement built for customization.", + "Description": "HSUI provides a highly configurable HUD replacement for FFXIV, recreated from DelvUI using KamiToolKit, FFXIVClientStructs, and Dalamud. Features unit frames, castbars, job gauges, nameplates, party frames, status effects, enemy list, configurable hotbars with drag-and-drop, and profiles.", + "Changelog": "Action Chat Link: Shift+click actions in Actions & Traits to insert 'You should check out X' into chat. Fix: Job-specific hotbar actions now persist when changing jobs.", + "InternalName": "HSUI", + "AssemblyVersion": "1.0.8.0", + "RepoUrl": "http://brassnet.ddns.net:33983/KnackAtNite/HSUI", + "ApplicableVersion": "any", + "Tags": ["UI", "HUD", "Unit Frames", "Nameplates", "Party Frames", "Hotbars"], + "CategoryTags": ["UI"], + "DalamudApiLevel": 14, + "IconUrl": "http://brassnet.ddns.net:33983/KnackAtNite/HSUI/raw/branch/main/Media/Images/icon.png", + "ImageUrls": [], + "DownloadLinkInstall": "http://brassnet.ddns.net:33983/KnackAtNite/HSUI/releases/download/v1.0.8.0/latest.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "http://brassnet.ddns.net:33983/KnackAtNite/HSUI/releases/download/v1.0.8.0/latest.zip", + "DownloadLinkUpdate": "http://brassnet.ddns.net:33983/KnackAtNite/HSUI/releases/download/v1.0.8.0/latest.zip", + "LastUpdate": "1770007214" + } +]