This update allows you to change the commands from just a single command to a list. For example, change it from this:
Code (YAML):
command
: give
{PLAYER
} diamond 1
To this:
Code (YAML):
command
:
- give
{PLAYER
} diamond 1
- tell
{PLAYER
} hi this is 2 commands
Thanks to
@zuhir for the suggestion.