Redstone Tools (RST)

Redstone Tools (RST)

0 Downloads

Implement macro system

orbyfied opened this issue ยท 3 comments

commented

Most features are already implemented and refined, so maybe we could work on the macro system?

commented

I could work on this if accepted.

commented

I think Matthias is already working on it...
Edit: he propably just forgot to open an issue

commented

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