UNPKG

koishi-plugin-mc-tools

Version:

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

48 lines (47 loc) 1.01 kB
{ "name": "koishi-plugin-mc-tools", "description": "我的世界(Minecraft)。可查询 MC 版本、服务器信息、玩家皮肤信息以及四大平台资源;支持管理服务器,功能梭哈", "version": "3.3.8", "contributors": [ "Yis_Rime <yis_rime@outlook.com>" ], "homepage": "https://github.com/Koishi-Plugin/mc-tools", "repository": { "type": "git", "url": "git+https://github.com/Koishi-Plugin/mc-tools.git" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "files": [ "lib", "dist" ], "license": "AGPL-3.0-only", "keywords": [ "chatbot", "koishi", "plugin", "minecraft", "mc", "tool", "skin", "server", "rcon", "websocket", "resource", "wiki", "mcmod", "CurseForge", "Modrinth", "我的世界" ], "devDependencies": { "koishi-plugin-puppeteer": "^3.5.2" }, "peerDependencies": { "koishi": "^4.18.7" }, "dependencies": { "rcon-client": "^4.2.3" } }