文件名称:mcbot-harmonia-discord:只是一个愚蠢的不和谐机器人,可在Minecraft服务器上显示玩家人数
文件大小:13KB
文件格式:ZIP
更新时间:2024-04-20 01:06:10
TypeScript
配置 编辑文件src/config.json { "host" : "mc.hypixel.net" , // the host of the server "port" : 25565 , // the port of the server "token" : "" // your bot's token } 建造 # install dependencies npm install --only=prod # transpile .ts into .js files npm run build 开始 npm start 待办事项清单 使用Minecraft服务器查询协议而不是外部API
【文件预览】:
mcbot-harmonia-discord-master
----.gitignore(19B)
----package.json(497B)
----package-lock.json(23KB)
----src()
--------server.ts(271B)
--------index.ts(2KB)
--------config.ts(86B)
--------config.json(69B)
--------cmd()
----tsconfig.json(386B)
----README.md(437B)
----.vscode()
--------launch.json(568B)