UNPKG

@rlqd/minecraft-server-util

Version:

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

4 lines (3 loc) 274 B
import { JavaStatusOptions } from './types/JavaStatusOptions'; import { JavaStatusLegacyResponse } from './types/JavaStatusLegacyResponse'; export declare function statusLegacy(host: string, port?: number, options?: JavaStatusOptions): Promise<JavaStatusLegacyResponse>;