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?
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?
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..
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.
In the process if improvements to this, yes.KingPin24I 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?
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 ?