plugin_repo/pluginmaster.json
2021-01-17 16:02:25 -05:00

47 lines
2.8 KiB
JSON

[
{
"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.0.0",
"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",
"LastUpdated": "1609770379"
},
{
"Author": "ascclemens",
"Name": "Better Party Finder",
"Description": "Filter the party finder better.\n\nAll vanilla filtering is available, plus:\n\n- Create filter presets to easily switch between\n- Whitelist/blacklist specific duties\n- Add character names to hide PFs from\n- Remove PFs above maximum item level\n- Filter on item level range\n- Filter on multiple jobs (ex. MCH + GNB available)\n- Only show PFs that your party can join",
"InternalName": "BetterPartyFinder",
"AssemblyVersion": "0.1.3",
"ApplicableVersion": "any",
"DalamudApiLevel": 2,
"DownloadLinkInstall": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/BetterPartyFinder/latest.zip",
"IsHide": false,
"IsTestingExclusive": false,
"DownloadLinkTesting": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/BetterPartyFinder/latest.zip",
"DownloadLinkUpdate": "https://git.sr.ht/~jkcclemens/plugin_repo/blob/master/plugins/BetterPartyFinder/latest.zip",
"LastUpdated": "1610917275"
},
{
"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",
"ApplicableVersion": "any",
"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",
"LastUpdated": "1609770452"
}
]