HUGE performance improvements, search algorithms for commands, sub-commands, and completers were improved from O(log n) to O(1).
Fixed an issue where CommandFramework#registerAllInPackage failed to register main commands in certain cases and depended on the class order within the package.
Removed the REPORT_SCAN_WARNINGS option; it is no longer required.