EssentialCmds
EssentialCmds copied to clipboard
command aliases to /list /sethome /home
Will be possible add these aliases?
/list -> /who /sethome -> /sh /home -> /h
Or add some config to create aliases.
Thanks.
IMO plugins should only register one command per feature (meaning no synonymous commands) and a unique alias.
This results in '/list' being enough since Sponge registers /<plugin.id>:
Otherwise, you may want to include some sort of configuration for admins to create/add their own aliases since as the plugin gets more popular there will be admins asking for localized commands meaning that e.g. '/who' would become '/wer' in German.
- Just some thoughts about this :)