Option to only show player countSuggestion

Hi,

i wonder how to change the plugin so that is always only show the number of online connected players. Never the names or Admin.

Can someone help out maybe?

Set the configuration to not show admin separately, and use the "online" command. This won't hide admin, but the count will be all that is shown.
5c2d88ae4ea06.jpg Wulf
Set the configuration to not show admin separately, and use the "online" command. This won't hide admin, but the count will be all that is shown.

Ok i did that. But it still shows "0 Admin online. X players online". I REALLY only want it to show the number of online player. not anything with admin or names...

Also if players use the /players command they still can see it...

And i dont want them to use the /online command. Just the /players command but this shows the names sadly..

5df2b208852d8.jpg Tazcom

Ok i did that. But it still shows "0 Admin online. X players online". I REALLY only want it to show the number of online player. not anything with admin or names...

Also if players use the /players command they still can see it...

And i dont want them to use the /online command. Just the /players command but this shows the names sadly..

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.

Right now when /online command is typed in chat, it shows the message "x admin online, y player online."
I am wondering how can I modify it to only show "y player online."? 
Should I modify the cs file in the localization folder? Which lines should I delete? please help. Thanks!
I am wanting to do the same this as zhaojingdong. I would only like to see the PLAYER# and Nothing for Admin. Any options to get this added?
KingPin24
I am wanting to do the same this as zhaojingdong. I would only like to see the PLAYER# and Nothing for Admin. Any options to get this added?
In the process if improvements to this, yes.

Hey i wanted that the /online command show only player count and i found it neeter with the you are alone on the server also added the permision to use only the online command 

anywas i edited the script just a tiny bit see for yourself 

Any new update about  seeing only the amount of player ?