Disable /online commandSolved

what line in the cs files in need to delete to just remove the /online command but keep the /players command?

Dont wanna crash everything or wanna get a compiling error.

 

Anyone has an idea?

You can change this line:
[Command("online")]​

 

... to something else if you'd like, or remove it entirely for the command to not register.
Amazing! thank you! can you also show me what to delete when using /players command. I want only to show "Players online (27)" but not anymore the names normally it looks like this "Players online (27): Player1, Player2, Player3..."
That's what the "online" command did; so add it back and change the other if you want it.
Ye but i didnt like at "online" that it is showing the admin. Thats why i deactivated it now. Also most people will remember the /players command. So i guess its a bit more complication to remove the names from /players ?
You can change the name of the other for now, but I will add options when I re-write it.
thanks a lot!
Locked automatically