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???
Merged post..
Hellooooo???
YaBoiMoonok 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.
jure12It 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?