UNPKG

@sphekes/koishi-plugin-palctrl

Version:

A simple extension to manage PalWorld Server

7 lines (6 loc) 261 B
import { Context } from 'koishi'; import { Config } from './config'; export declare const name = "azimiao-palworld-server-tool"; export declare const inject: string[]; export * from "./config"; export declare function apply(ctx: Context, config: Config): void;