Page 1 of 1

See number of clients connected/max number of clients

PostPosted: Thu Oct 29, 2015 17:35
by minetestcr
Hello, don't know if this question belongs here but....

Is there a command (or anything) to see the number and max number of clients within the game (not in the .conf file).
This is because I have modified the .conf file, but it seems that when I start the server, this has no effect.

So, if there is a way to see, once I started the server, the parameter that is being used by the server I would know if the parameter is not doing its work.

I hope the situation is well explained!!!!

thanks!

Re: See number of clients connected/max number of clients

PostPosted: Thu Oct 29, 2015 18:12
by kaadmy
In my subgame, I have a command that adds that functionality:
https://github.com/kaadmy/pixture/tree/ ... playerlist

Re: See number of clients connected/max number of clients

PostPosted: Wed Nov 04, 2015 19:29
by minetestcr
kaadmy wrote:In my subgame, I have a command that adds that functionality:
https://github.com/kaadmy/pixture/tree/ ... playerlist


excellent, thanks