Skip to content

CommandAPI Version 6.3.1

Compare
Choose a tag to compare
@JorelAli JorelAli released this 13 Sep 15:52
· 2256 commits to master since this release

New features

  • Makes CommandAPI.getLog() public, so anyone can access the CommandAPI logger
  • Adds .override() method to CommandAPICommand, letting you register and override the command if a command with the same name exists
  • Adds limited support for /reload

Bug fixes

  • Fixes issue with converted commands where permissions wouldn't work
  • Fixes issue where converted commands with greedy string arguments would fail

Documentation improvements

  • FAQ improvements
  • Troubleshooting updates
  • Adds some plugin and config.yml checking tools in the command conversion page for server owners so they can easily check if the CommandAPI's config.yml file is invalid and easily check the list of commands which are available for registering from a given plugin