From e549aa4ec7e8de1b9f7a81f6b56f8d4a51bb783d Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Fri, 15 Jan 2021 20:20:16 -0500 Subject: [PATCH] chore: remove old yaml master file --- pluginmaster.yaml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pluginmaster.yaml diff --git a/pluginmaster.yaml b/pluginmaster.yaml deleted file mode 100644 index 6580a13..0000000 --- a/pluginmaster.yaml +++ /dev/null @@ -1,23 +0,0 @@ -- author: ascclemens - name: Macrology - description: |- - Adds a better macro system to the game. - - Macrology allows for macros of infinite length, adds looping, - allows comments, supports pausing, allows you to run multiple - macros at once, and supports fractional waits. - internal_name: Macrology - assembly_version: '0.1.0' - dalamud_api_level: 2 -- author: ascclemens - name: Python REPL - description: |- - Adds some commands for interacting with Dalamud from the chat box in Python. - - Type 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. - internal_name: DalamudPython - assembly_version: '1.0.0' - dalamud_api_level: 2