BreakBlocks! logo

Query Help
A query is a string of params that you would like to filter your search by.
For instance, if you wanted to search for servers that are running 1.19, and hosted by Amazon Web Services, you would type version:"1.19.*" org:"amazon" into the search box.

  • version - The version of the server with * as a wildcard. This is usually the version of Minecraft that the server is running. example: version:"1.19.*"
  • country - The country that the server is hosted in. example: country:"US"
  • continent - The continent that the server is hosted in. example: continent:"NA"
  • asn - The ASN that the server is hosted in. example: asn:"AS16509"
  • org - The organization that the server is hosted by with * as wildcard. example: org:"amazon"
  • hostname - The reverse DNS hostname of the server. example: hostname:"*.hypixel.net"
  • ip - The IP address of the server with * as wildcard. example: ip:"1.*.*.*"
  • motd - The MOTD of the server with * as wildcard. motd:"creative server"
  • maxPlayers - The maximum number of players that the server can hold. example: maxPlayers:"10"
  • minPlayers - The minimum number of players that the server can hold. example: minPlayers:"5"
  • sort - The field to sort the results by. example: sort:"users"
  • modpack - If modpacks are detected you can filter by modpacks. Example: modpack:"ATM8" or modpack:"All The Mods *"