When creating a command you have specific placeholders that you can use to get the arguments of the command. This update allows you to get a certain length of arguments at once.
Here are some examples:
/test This is a cool Command
{Arg:2-4} ->
is a cool {Arg:3-*} ->
a cool Command ...