QueryHost
Documentation menu

API reference · interfaces

Interface: MinecraftJavaData

Generated from the QueryHost package public TypeScript contract.

Minecraft Java data merged from Server List Ping and optional Query/SRV sources.

Properties

favicon?

readonly optional favicon?: string

Validated data URL for the server icon, subject to a strict size limit.


motd?

readonly optional motd?: MinecraftMotd


players?

readonly optional players?: readonly string[]

Omitted when Query is skipped or unavailable; empty means Query confirmed no listed players.


plugins?

readonly optional plugins?: readonly MinecraftPlugin[]

Omitted when the Query source is disabled, unavailable, or does not advertise plugins.


protocolVersion?

readonly optional protocolVersion?: number

Numeric protocol version, distinct from the human-readable server version.


software?

readonly optional software?: MinecraftSoftware


srv?

readonly optional srv?: MinecraftSrvTarget