1.4.3
- Added a warning message if user tries to register a sub-command without a main command, this message can be ignored and main command won't have any output as expected.
- Removed
Command#allowInfiniteArgs
, now all the commands are taking infinite amount of arguments unless min and max values are set. - Removed any match function. It was a general function that was applying to all unmatched commands so it was limiting the code, now it can be applied for each main command individually.
- Now using
MessageFormat
class to format Command Exceptions instead of usingString#format
method.
Full Changelog: 1.4.2...1.4.3