koishi-plugin-mc-tools
Version:
我的世界(Minecraft)。可查询 MC 版本、服务器信息、玩家皮肤信息以及四大平台资源;支持管理服务器,功能梭哈
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "koishi-plugin-mc-tools",
"description": "我的世界(Minecraft)。可查询 MC 版本、服务器信息、玩家皮肤信息以及四大平台资源;支持管理服务器,功能梭哈",
"version": "3.2.9",
"contributors": [
"Yis_Rime <yis_rime@outlook.com>"
],
"homepage": "https://github.com/YisRime/koishi-plugin-mc-tools",
"repository": {
"type": "git",
"url": "git+https://github.com/YisRime/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"
}
}