plugin_repo/pluginmaster.json

32 lines
1.9 KiB
JSON
Raw Normal View History

2020-12-26 15:11:32 +00:00
[
{
"Author": "ascclemens",
"Name": "Macrology",
"Description": "Adds a better macro system to the game.\nMacrology allows for macros of infinite length, adds looping, allows comments, supports pausing, allows you to run multiple macros at once, and supports fractional waits.",
"InternalName": "Macrology",
"AssemblyVersion": "0.1.0",
"DalamudApiLevel": 2,
"LastUpdate": "1608993444",
"DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/Macrology/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"ApplicableVersion": "any",
"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"
},
{
"Author": "ascclemens",
"Name": "Python REPL",
"Description": "Adds some commands for interacting with Dalamud from the chat box in Python.\nType a one-liner after /py to execute it. Dalamud, Dalamud.Plugin, Lumina, and Lumina.Excel.GeneratedSheets are all in scope by default. There is a variable named interface that is the DalamudPluginInterface for this plugin.",
"InternalName": "DalamudPython",
"AssemblyVersion": "1.0.0",
"DalamudApiLevel": 2,
"LastUpdate": "1608993444",
"DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/DalamudPython/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"ApplicableVersion": "any",
"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"
}
]