You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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