plugin_repo/pluginmaster.yaml

26 lines
908 B
YAML

- 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
last_update: '1608993444'
- 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
last_update: '1608993444'