pub async fn get_online_players_full() -> Result<Vec<Player>, Error>
Expand description

Returns a list of Player structs for all the online players on the server. Note that this requires a separate API request for each player, due to the official API options available.

Use with caution so you don’t slam the servers with unnessecary requests (or risk your IP being banned).