hsyyid / EssentialCmds

EssentialCmds adds useful commands to Minecraft
https://bit.ly/2HPQ9tR
MIT License
30 stars 21 forks source link

command aliases to /list /sethome /home #125

Open ghost opened 8 years ago

ghost commented 8 years ago

Will be possible add these aliases?

/list -> /who /sethome -> /sh /home -> /h

Or add some config to create aliases.

Thanks.

MarkL4YG commented 8 years ago

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 /: automatically. Personally I think that if you want these aliases, you can simply use an alias plugin.

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.