one-query-2.0.1.jar
30 Jan 2026
CurseForge · Hytale mod
Get discovered by more players. This Hytale plugin lets server listing sites display your server stats automatically. Network mode for multi-server setups. More visibility = more players joining.
Quick answer
One Query one-query-2.0.1.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
one-query-2.0.1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for One Query one-query-2.0.1.jar. Pick another file and the loader, install side or required mods may change.
Use one-query-2.0.1.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside one-query-2.0.1.jar. It opens that exact file at the source.
About this project
Let server lists display your server stats. Works like Minecraft's query protocol, but built for Hytale.
Running multiple servers? OneQuery can aggregate data across your entire network:
Perfect for survival networks, minigame servers, and large communities.
Protect sensitive data with token-based authentication:
Other plugins can access network-wide data:
OneQueryAPI api = OneQueryAPI.get();
int totalPlayers = api.getPlayerCount();
List<PlayerInfo> survivalPlayers = api.getPlayers("survival-*");
boolean isOnline = api.isPlayerOnline(uuid);
plugins folderWorks out of the box. Config file: mods/HytaleOne_OneQuery/config.json
{
"Enabled": true,
"LegacyProtocolEnabled": true
}
Network Mode — aggregate players across servers:
{
"Network": {
"Enabled": true,
"ServerId": "lobby-1",
"NetworkId": "my-network",
"Mode": "AGGREGATE",
"Store": {
"Type": "redis",
"Redis": { "Host": "localhost", "Port": 6379 }
}
}
}
Access Control — protect endpoints with tokens:
{
"Authentication": {
"Public": { "Basic": true, "Players": false },
"Tokens": {
"my-secret-token": { "Basic": true, "Players": true }
}
}
}
Server Info Overrides — custom display values:
{
"ServerInfo": {
"ServerName": "My Server",
"Motd": "Welcome!",
"Host": "play.example.com"
}
}
See the full documentation for all options.
Need help? Want updates? Join our community:
Query servers from your app:
MIT — free to use, modify, and distribute.
Project description from CurseForge.
Recent files
30 Jan 2026
14 Jan 2026
13 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.