From 69f1c91fef9c49feb84b936496233b247de8cfb1 Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sat, 20 Dec 2025 10:45:58 +0100 Subject: [PATCH] add plugimaster.json --- pluginmaster.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pluginmaster.json diff --git a/pluginmaster.json b/pluginmaster.json new file mode 100644 index 0000000..e8a36d8 --- /dev/null +++ b/pluginmaster.json @@ -0,0 +1,35 @@ +[ + { + "Author": "Pilzinsel64, r00telement", + "Name": "Player Tags", + "Punchline": "Lightweight job visibility in nameplates and chat.", + "Description": "Lightweight job visibility in nameplates and chat. Create custom tags and add them to players with the context menu.\n\nYou want to contribute and help developing new features or want to extend existing? Feel free to open Fork and open a Pull Request!\n\nThis plugin was originally developed by r00telement but forked and continued by Pilzinsel64.", + "Changelog": "- Update to API 13", + "TestingChangelog": null, + "Tags": [ + "Jobs", + "UI" + ], + "CategoryTags": [ + "jobs", + "UI" + ], + "IsHide": false, + "InternalName": "PlayerTags", + "AssemblyVersion": "1.12.3.0", + "TestingAssemblyVersion": null, + "IsTestingExclusive": false, + "RepoUrl": "https://git.pilzinsel64.de/Pilzinsel64/PlayerTags", + "ApplicableVersion": "any", + "DalamudApiLevel": 13, + "TestingDalamudApiLevel": 12, + "DownloadLinkInstall": "https://cloud.pilzinsel64.de/public.php/dav/files/p6RANKGzWz8ys8o/latest.zip", + "DownloadLinkTesting": "https://cloud.pilzinsel64.de/public.php/dav/files/p6RANKGzWz8ys8o/testing.zip", + "LoadPriority": 0, + "ImageUrls": null, + "IconUrl": null, + "AcceptsFeedback": true, + "FeedbackMessage": null, + "FeedbackWebhook": null + } +]