Option to show admin as a normal playerSuggestion
Hi. Is there a way to let the admin appear as a normal player both in /player list aswell as in /online?
Merged post..
Hellooooo???
Yes, it's possible, not implemented yet.
Oh! I would be glad if you could make this possible.
I already changed the colour of my name to not be recogmized as an admin ingame.
But I realized that when online the admin name is always the first in the list.
Can you change this?
Also, I noticed that names don't appear alphabetical. What exactly is the criteria?
They can be changed to A-Z. I believe right now it just joins the admin and player lists.
How can i change this to be in alphabetical order for everyone?
When players type /online they can see how many admins are on, is there  a way of disabling this so you can only see how many players and thats it?
Will have to deinstall this plugin for now til hopefully someday this will be changed.
It would really be nice if the option /online could be disabled and also that admin is not always listed first when someone types a command /players
What do I need to delete and/or change in the /online command to only see the total playercount? The config file's "show admins separate" doesn't change anything. 
ok update time! i managed to remove the "admin" online. however, i also want to change the way it says "player(s) online" i wish to remove the (s). could you please point me towards where i need to go.
YaBoiMoon
ok update time! i managed to remove the "admin" online. however, i also want to change the way it says "player(s) online" i wish to remove the (s). could you please point me towards where i need to go.
["PlayerCount"] = "{0} player(s) online",

Remove the brackets on this line of the CS file. It's under the Localization region. Also, remove the same brackets in the PlayerList.json file in oxide/lang/en/ folder.

jure12
It would really be nice if the option /online could be disabled and also that admin is not always listed first when someone types a command /players

Remove the /player command from the CS file. Then use this line in place of the last line in the Commands region:

player.Reply($"{Lang("PlayerCount", player.Id, playerCount)}");

If you have admins hidden, it will only show player count, and will not include admins in that count or names. I just removed the "admin" section of that line.

Could you add an option to exclude admins from the list?