chore: remove old yaml master file

This commit is contained in:
Anna 2021-01-15 20:20:16 -05:00
parent fd992a561e
commit e549aa4ec7
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

View File

@ -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