Fixed CommandFramework#unregisterCommands method registering all matched name commands without checking if command is registered from Command Framework's instance plugin.
Additional Changes
Added JUnit tests for new API feature.
Added license header to JUnit tests.
Updated license headers.
Checked exceptions are replaced with an unchecked exception (
CommandException from Command Framework).