plugin_repo/pluginmaster.json

32 lines
1.9 KiB
JSON

[
{
"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": "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.\n\nType a one-liner after /py to execute it. Dalamud, Dalamud.Plugin,\nLumina, and Lumina.Excel.GeneratedSheets are all in scope by\ndefault. There is a variable named interface that is the\nDalamudPluginInterface 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"
}
]