Give feedback to missing / invalid auto-generated arguments
LeoDog896 opened this issue · 1 comments
LeoDog896 commented
When running an autogenerated command syntax (ex /mob goal add meleeattack 10) without other args, no feedback messages are given and the action is not applied.
Possible fix: Wrap the arguments in an ArgumentGroup and provide an argument callback for the entire Argument.
LeoDog896 commented
Added