Skip to content

1.3.0

Compare
Choose a tag to compare
@Despical Despical released this 23 Jan 10:28
· 131 commits to main since this release

1.3.0 Release Notes

  • Added support for custom command parameters.
  • 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).

Full Changelog: 1.2.9...1.3.0