UNPKG

koishi-plugin-mc-tools

Version:

我的世界(Minecraft)。可查询 MC 版本、服务器信息、玩家皮肤信息以及四大平台资源;支持管理服务器,功能梭哈

8 lines (7 loc) 220 B
import { Context } from 'koishi'; /** * 注册玩家相关命令 * @param {Context} ctx - Koishi上下文 * @param {any} parent - 父命令 */ export declare function registerPlayer(ctx: Context, parent: any): void;