set {_player.count} to 0
Loop through all online players
loop all players:
Check if the player is in the "EventWorld" multiverse
if player's world is in multiverse "EventWorld":
# Increment the player count
add 1 to {_player.count}
Output the player count
send "There are currently %{_player.count}% players in the EventWorld multiverse." to console
(This is part of the title, I just didn't have space for it.)
Tutorials also doesn't work, and neither does for example what works for other people on Reddit. I have the only version that I could find on the github installed on my server. But some things just won't work. I don't know if there's something wrong in the code or if some features just isn't supported for me or something.