Conflicting with one of my other commands keys "S"

Regardless of changing to values and re-coding within the "lang/en", "config" and the ServerRewards.cs Plugin Itself, its conflicting with my other fucntionalities which utilize the commands "/s" .     Ive changed everything witihn every file that had to do with the implementations of "/s" to "/sr" and/or "/srhelp" respectivly As my "/s" brings up certain other settings. 

Now it works in terms of now the UI is opened with "/sr" and  the help now being brought up via chat menu with /srhelp.

BUT NOW, my /s IS COMPLETELY unresponsive... Its somehow overriding my other plugins, and regardless of no longer having ANYTHING to do with "/s" , its now somehow removings it ability from my original "/s" functionality... And respondes with "Unknown Command"

Any help is greatly apprecaited, thanks. 

Really.... NOTHING!??!?! ITs been a freaking month dude... ANYONE??? wow.....

@k1lly0u

You'd need to show your changes for anyone to understand where you may have gone wrong. If a command was fully renamed and done properly, it wouldn't be causing any issues.

The thing is, there should be a clear area for where I can just change the command via the code... This one isnt very clear. 

I will upload my code momentarily, thanks for the help wulf! nice to see you again! Its been a while.

The lang file is the only way I know of, line 31. If another plugin is registering /s command, you need to reload it after loading ServerRewards. If multiple plugins register the same command, the last one to load wins.