Expand description

This is the servers public modules to access data related to Minehut servers. One of the more used modules.

This module provides functions for:

  • Return all online servers using servers::all().
  • Retrun specific servers by name or ID.

Modules

This module has functions related to getting server icons data from the Minehut API. It provides useful functionalities to filter icons.

Functions

Gets a vector of Serverdata struct from Minehut asynchronously. Returns all online servers.

Gets a Server struct from the specified server ID asynchronously.

Gets a Server struct from the specified name asynchronously. Returns all the useful server information.