Hi everyone! In this post I want to ask if anyone can share with me a template to write alias for plugins, I know that an alias is defined with: $this->api->console->alias("<alias>", "<main cmd>", array($this, "handleCommand")); But I want to put every alias in a separated file, write all my own alias for any command in the same file, custom alias for simpleauth, for giving items, world tp, for any plugin or command. Thanks (Sorry for my bad english )
NOTE: I want to do that without need to register every command it's possible? Any ideas @wies @Glitchmaster_PE ?