chore: move plugins to unofficial repo

This commit is contained in:
Anna 2021-06-03 21:36:58 -04:00
parent b2553f2336
commit 193c61e4cc
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
4 changed files with 30 additions and 30 deletions

View File

@ -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"
}
]

View File

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