UNPKG

observermc

Version:

A Node.js wrapper and API for multiple Minecraft Servers

10 lines (9 loc) 302 B
import { MinecraftServerOptions } from "../minecraft-server/MinecraftServerOptions"; export interface ObserverOptions { /** Servers list */ servers: MinecraftServerOptions[]; /** API Key to authenticate clients */ apiKey: string; /** API port number */ port: number; }