From 7f8e9ddf5df5783e31c4473beb69325c1c7db4da Mon Sep 17 00:00:00 2001 From: Dawnsorrow Date: Mon, 16 Feb 2026 00:00:22 -0600 Subject: [PATCH] Fix pluginmaster: use brassnet.ddns.net URLs and Author Dawnsorrow (fixes install and display) Co-authored-by: Cursor --- HSCompare/HSCompare.json | 2 +- pluginmaster.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HSCompare/HSCompare.json b/HSCompare/HSCompare.json index ab9ae44..d9f534f 100644 --- a/HSCompare/HSCompare.json +++ b/HSCompare/HSCompare.json @@ -1,6 +1,6 @@ { "Name": "HSCompare", - "Author": "HSCompare", + "Author": "Dawnsorrow", "Punchline": "WoW-style equipment comparison tooltips", "Description": "When holding a configurable key (default: Shift) over equipment, shows a comparison between the hovered item and the currently equipped item, with total stat difference below (green for gains, red for losses). Configurable font and window size.", "InternalName": "HSCompare", diff --git a/pluginmaster.json b/pluginmaster.json index ca68602..45d88c8 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,19 +1,19 @@ [ { - "Author": "HSCompare", + "Author": "Dawnsorrow", "Name": "HSCompare", "InternalName": "HSCompare", "AssemblyVersion": "1.0.2.0", "Description": "When holding a configurable key (default: Shift) over equipment, shows a comparison between the hovered item and the currently equipped item, with total stat difference below (green for gains, red for losses). Configurable font and window size.", "ApplicableVersion": "any", - "RepoUrl": "https://gitea.example.com/yourname/HSCompare", + "RepoUrl": "http://brassnet.ddns.net:33983/Dawnsorrow/HSCompare", "Tags": ["compare", "tooltip", "equipment", "item"], "DalamudApiLevel": 14, "Punchline": "WoW-style equipment comparison tooltips", "IsHide": false, "IsTestingExclusive": false, - "DownloadLinkInstall": "https://gitea.example.com/yourname/HSCompare/releases/download/v1.0.2/latest.zip", - "DownloadLinkUpdate": "https://gitea.example.com/yourname/HSCompare/releases/download/v1.0.2/latest.zip", + "DownloadLinkInstall": "http://brassnet.ddns.net:33983/Dawnsorrow/HSCompare/releases/download/v1.0.2/latest.zip", + "DownloadLinkUpdate": "http://brassnet.ddns.net:33983/Dawnsorrow/HSCompare/releases/download/v1.0.2/latest.zip", "LastUpdate": "1739664000" } ]