Implement macro system
orbyfied opened this issue ยท 3 comments
Most features are already implemented and refined, so maybe we could work on the macro system?
I think Matthias is already working on it...
Edit: he propably just forgot to open an issue
ill implement this spec:
/macro create <name> - creates an empty macro
/macro add <name> (trigger|command) <item> [index] - adds a trigger or command to the specified macro at index or the end
/macro delete <name> - delete macro
/macro remove <name> (trigger|command) [index] - removes a trigger or command from a macro at index
/macro list - shows all macros
/macro show <name> - show everything inside specified macro