- Code can now be found at
https://github.com/Redempt/RedCommands
- Command manager is still shaded into RedLib, so your usage of RedLib will not need to change
- Updates to the command manager will still be made into releases of RedLib
- This is for people who want to use the command manager without having a plugin dependency for it
- Refactored command manager code in RedCommands
- Added support for combining single character boolean flags (flags like -a and -b can now be combined into -ab in command usage)
- Fixed formatting of multi-line help messages