Option to disable online commandSuggestion
Just had to find out that everyone on the server gets to know that the admin is online when typing /online.
I would like to deactivate this and keep the normal players list.
You can change the "online" command to something obscure if you don't want users to use it.
Oh ok. How can I do that?
Would be nice if there was a disabling function in the config or via the permission anyway.
Edit the oxide/lang file that has the commands in it > reload the plugin.
This has no commands. Look like that:
{
"AdminCount": "{0} admin online",
"AdminList": "Admin online ({0}): {1}",
"NobodyOnline": "No players are currently online",
"NotAllowed": "You are not allowed to use the '{0}' command",
"OnlyYou": "You are the only one online!",
"PlayerCount": "{0} player(s) online",
"PlayerList": "Players online ({0}): {1}"
}
Sorry, forgot I hadn't updated this plugin yet. In that case, you'd just find the "online" command in the plugin and change or remove that registration.

I will look into adding an option though.
Thank you.
Will it come soon?