From 193c61e4cc4b8b2a9cd40dc5b839b28eefbca4b7 Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Thu, 3 Jun 2021 21:36:58 -0400 Subject: [PATCH] chore: move plugins to unofficial repo --- pluginmaster.json | 30 ------------------ unofficial.json | 30 ++++++++++++++++++ .../DalamudPython/latest.zip | Bin {plugins => unofficial}/Macrology/latest.zip | Bin 4 files changed, 30 insertions(+), 30 deletions(-) rename {plugins => unofficial}/DalamudPython/latest.zip (100%) rename {plugins => unofficial}/Macrology/latest.zip (100%) diff --git a/pluginmaster.json b/pluginmaster.json index ba52c22..5c7039d 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,19 +1,4 @@ [ - { - "Author": "ascclemens", - "Name": "Python REPL", - "Description": "Allows you to use Dalamud via Python in the chat box.\n\nSupports one-liners, printing results to chat, or making full scripts over multiple commands.", - "InternalName": "DalamudPython", - "AssemblyVersion": "1.1.2", - "ApplicableVersion": "any", - "DalamudApiLevel": 3, - "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/DalamudPython/latest.zip", - "IsHide": false, - "IsTestingExclusive": false, - "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/DalamudPython/latest.zip", - "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/DalamudPython/latest.zip", - "LastUpdated": "1622770041" - }, { "Author": "ascclemens", "Name": "HUD Manager", @@ -29,20 +14,5 @@ "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/HUD Manager/latest.zip", "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/HUD Manager/latest.zip", "LastUpdated": "1622770041" - }, - { - "Author": "ascclemens", - "Name": "Macrology", - "Description": "Adds a better macro system to the game.\n\nMacrology allows for macros of infinite length, adds looping,\nallows comments, supports pausing, allows you to run multiple\nmacros at once, and supports fractional waits.", - "InternalName": "Macrology", - "AssemblyVersion": "1.0.0", - "ApplicableVersion": "any", - "DalamudApiLevel": 3, - "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/Macrology/latest.zip", - "IsHide": false, - "IsTestingExclusive": false, - "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/Macrology/latest.zip", - "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/plugins/Macrology/latest.zip", - "LastUpdated": "1622770041" } ] \ No newline at end of file diff --git a/unofficial.json b/unofficial.json index ca9ef6e..a5a187e 100644 --- a/unofficial.json +++ b/unofficial.json @@ -1,4 +1,34 @@ [ + { + "Author": "ascclemens", + "Name": "Python REPL", + "Description": "Allows you to use Dalamud via Python in the chat box.\n\nSupports one-liners, printing results to chat, or making full scripts over multiple commands.", + "InternalName": "DalamudPython", + "AssemblyVersion": "1.1.2", + "ApplicableVersion": "any", + "DalamudApiLevel": 3, + "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/unofficial/DalamudPython/latest.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/unofficial/DalamudPython/latest.zip", + "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/unofficial/DalamudPython/latest.zip", + "LastUpdated": "1622770041" + }, + { + "Author": "ascclemens", + "Name": "Macrology", + "Description": "Adds a better macro system to the game.\n\nMacrology allows for macros of infinite length, adds looping,\nallows comments, supports pausing, allows you to run multiple\nmacros at once, and supports fractional waits.", + "InternalName": "Macrology", + "AssemblyVersion": "1.0.0", + "ApplicableVersion": "any", + "DalamudApiLevel": 3, + "DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/unofficial/Macrology/latest.zip", + "IsHide": false, + "IsTestingExclusive": false, + "DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/unofficial/Macrology/latest.zip", + "DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/main/unofficial/Macrology/latest.zip", + "LastUpdated": "1622770041" + }, { "Author": "ascclemens", "Name": "The Roleplayer's Toolbox", diff --git a/plugins/DalamudPython/latest.zip b/unofficial/DalamudPython/latest.zip similarity index 100% rename from plugins/DalamudPython/latest.zip rename to unofficial/DalamudPython/latest.zip diff --git a/plugins/Macrology/latest.zip b/unofficial/Macrology/latest.zip similarity index 100% rename from plugins/Macrology/latest.zip rename to unofficial/Macrology/latest.zip