Hey there, I tried to open a Server in PO and I want to list all players that will log in, but I think there are missing some scripts for that. Can somebody help me please?
You need a script(or is it a script function?) that lists players that will log in? Did you mean players that have logged in before? Your post isn't very clear.
Does your server currently run any script at all? If you have a form of command system set up you can just make a command that prints Code (text): sys.playerIds().map(function(id) { return sys.name(id); }).join(", ");
No. I worked after this site to create a server: https://github.com/po-devs/pokemon-online/wiki/Running-a-PO-Server
Well if you need something to start off with you can download the scripts for the main server by following the instructions here: https://github.com/po-devs/po-server-goodies/blob/master/README.md