diff --git a/pluginmaster.json b/pluginmaster.json index 5c7d4bf..c0f620c 100644 --- a/pluginmaster.json +++ b/pluginmaster.json @@ -1,32 +1,32 @@ [ + { + "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": "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, - "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", - "LastUpdated": "1608999079" - }, - { - "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, - "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", - "LastUpdated": "1608999059" + "LastUpdated": "1609770452" } ] \ No newline at end of file diff --git a/plugins/DalamudPython/latest.zip b/plugins/DalamudPython/latest.zip index cf78b11..698bca8 100644 Binary files a/plugins/DalamudPython/latest.zip and b/plugins/DalamudPython/latest.zip differ diff --git a/plugins/Macrology/latest.zip b/plugins/Macrology/latest.zip index 3d9ee55..509f306 100644 Binary files a/plugins/Macrology/latest.zip and b/plugins/Macrology/latest.zip differ