I’ve implemented support for Hytale servers that use Nitrado’s Query mod/plugin.
By default, our scanners use the game port + 3 as the query port. However, if you use a custom query port, you may set it when adding a server!
If you plan on tracking your server here, I strongly recommend allowing public access to the anonymous group by adding the following to the permissions.json file under your server.
{
"Groups": {
"ANONYMOUS": [
"nitrado.query.web.read.server",
"nitrado.query.web.read.universe"
]
}
}
If you have any issues, please report them in the Issues forum or on GitHub: