UNPKG

@rlqd/minecraft-server-util

Version:

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

3 lines (2 loc) 200 B
import { SendLegacyVoteOptions } from './types/SendLegacyVoteOptions'; export declare function sendLegacyVote(host: string, port: number | undefined, options: SendLegacyVoteOptions): Promise<void>;