What kind of magic are you referring to? Actually your code will be much easier in the new API:
Which reminds me - using this API you could actually make a plugin to let players define their own shortcuts, per-player.
Code:
PluginManager:BindCommand("/money", "coiny.base", HandleMoneyCommand, "Shows your coins amount");
PluginManager:BindCommand("/m", "coiny.base", HandleMoneyCommand, "Shortcut for /money");
Which reminds me - using this API you could actually make a plugin to let players define their own shortcuts, per-player.