plugin_repo/pluginmaster.json

32 lines
1.7 KiB
JSON
Raw Normal View History

2020-12-26 15:11:32 +00:00
[
2021-01-04 14:28:28 +00:00
{
"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",
2021-03-07 01:25:11 +00:00
"AssemblyVersion": "1.1.0",
2021-01-04 14:28:28 +00:00
"ApplicableVersion": "any",
"DalamudApiLevel": 2,
"DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/DalamudPython/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/DalamudPython/latest.zip",
"DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/DalamudPython/latest.zip",
2021-03-07 01:25:11 +00:00
"LastUpdated": "1615080127"
2021-01-16 01:19:56 +00:00
},
2020-12-26 15:11:32 +00:00
{
"Author": "ascclemens",
"Name": "Macrology",
2020-12-26 15:15:29 +00:00
"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.",
2020-12-26 15:11:32 +00:00
"InternalName": "Macrology",
"AssemblyVersion": "0.1.0",
2021-01-04 14:28:28 +00:00
"ApplicableVersion": "any",
2020-12-26 15:11:32 +00:00
"DalamudApiLevel": 2,
"DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/Macrology/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/Macrology/latest.zip",
"DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/Macrology/latest.zip",
2021-01-04 14:28:28 +00:00
"LastUpdated": "1609770452"
2020-12-26 15:11:32 +00:00
}
]