我的世界状态监控台
Go to file
2024-03-02 12:06:30 +08:00
.vscode Initial release 2024-03-02 10:56:03 +08:00
backend Initial release 2024-03-02 10:56:03 +08:00
frontend Add source code link to footer 2024-03-02 12:06:30 +08:00
.gitignore Initial release 2024-03-02 10:56:03 +08:00
config.json.example Initial release 2024-03-02 10:56:03 +08:00
LICENSE Add LICENSE 2024-03-02 11:59:41 +08:00
nginx.conf Fix undefined variable and add nginx conf 2024-03-02 11:48:32 +08:00
README.md Add screenshot and more details 2024-03-02 11:58:26 +08:00

我的世界监控台

用于查看我的世界服务器状态,并添加了重启功能

重启功能

需要自行编写一些shell脚本可参考

stop.sh

#!/usr/bin/env sh

mcrcon -H localhost -p "password" stop

rcon客户端(mcrcon): https://github.com/Tiiffi/mcrcon

截图

demo