Adding an alias for info chat command?Solved
Hi, how do I add another command to show the info screen, for ex. /commands? I don't want to replace /info, I want to add another command that will do the same as /info.
By the way, what does this ConsoleCommand do?
[ConsoleCommand("info")]​

If I type info on the client console it shows Current music info, if I type info in server console it doesn't do anything.

I'd suggest using the Alias System plugin to add another command without having to modify this plugin.

The "info" console command is for players to use, but it sounds like Rust already provides a client-side "info" console command so the one provided by this plugin would never work from a client's F1 console as it would conflict.
Locked automatically