Basically, What I want to do is a Counter to know how many Players are Online at the exact moment. There is anyway to do it without the Multiplayer Plugin? I mean using the Ajax?
So far, I tried using the "On suspended" to update the current number of players online to (playersonline.number -1), and "On resumed" to add 1 back to online. But I don't know... It seems to bug sometimes because it shows that have like 5 players online but actually there is only me.