You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
The onlinePlayers field should return an empty array if there are no players and null if the server does not expose players via query. At the moment it's returning null for empty servers.
The
onlinePlayersfield should return an empty array if there are no players andnullif the server does not expose players via query. At the moment it's returningnullfor empty servers.