Hi!
Wouldn't it be cool to have, or is there something like an universal command:
You'd register it like ... this for example "this.setUniversalCommand(new UniversalCommandClass());"
Could be used if you want an argument on any of your plugins commands to trigger lets say the message "Hello".
Example
> /command specificArg
Hello
> /othercommand specificArg
Hello
This can be done manually.. I know.. but its just nice to have things dynamically isn't it?
Have a good day!