Anyone know if it's possible to change /info to /help or something else?
Changing /info command?
If the plugin doesn't offer configuration option, then you'd need to find and edit the in the plugin directly.
[ChatCommand("help")]
private void ShowInfo(BasePlayer player, string command, string[] args)
Wulf
If the plugin doesn't offer configuration option, then you'd need to find and edit the in the plugin directly.
Haha, I had a feeling. Thanks Wulf. I was actually looking into that.
Update: I added in the text line I changed. Super easy. Sorry to bother you. Thought I'd put it here just in case anyone else wants to do this later. :)