UNPKG

@rlqd/minecraft-server-util

Version:

A Node.js library for Minecraft servers that can retrieve status, perform queries, and RCON into servers.

5 lines (4 loc) 93 B
export interface BedrockStatusOptions { enableSRV?: boolean; timeout?: number; }