CommandAPI
CommandAPI copied to clipboard
Command conversion should support specified aliases
Description
When you register a command via command conversion, you end up with conflicting commands in the default (blank) namespace. To resolve this, you typically use the minecraft: namespace.
An alternative solution would be to allow users to specify their own aliases for converted commands
Expected code
No response
Extra details
No response