UNPKG

koishi-plugin-mc-tools

Version:

我的世界(Minecraft/MC)工具。支持查询MCWiki/MCMod/CurseForge/Modrinth、服务器信息、最新版本和玩家皮肤;推送MC更新通知,运行命令等

7 lines (6 loc) 213 B
import { Context } from 'koishi'; import { MTConfig } from './index'; /** * 注册命令 */ export declare function registerInfoCommands(ctx: Context, parent: any, config: MTConfig): NodeJS.Timeout | undefined;