Open ghost opened 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 /
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.
Will be possible add these aliases?
/list -> /who /sethome -> /sh /home -> /h
Or add some config to create aliases.
Thanks.