Plugin that can create unlimited commands that can correspond to a datapack function to make the commands easier to find and understand.
In the config, define a command name, then put the function you would like to run.
For example, if you had a function that to run, you would run "/function arc:start/begin", in the config you would put
Code (Text):
startarc: "arc:start/begin"
This would allow you to run the command /startarc and it would run the corresponding function, letting you obscure the ugly function names for convenience.
In order to run one of the commands created by the plugin, you require the "functionscommands.commands" permission.
If you have questions or need support, create an issue on the
Github.