WebLink
作者:rebot | 分类:模组
Minecraft 版本: 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5
平台: bukkit paper spigot
标签: management utility
WebLink (previously BAPI Connection/BAPICON) allows you to send commands to your minecraft server through a web url. This plugin can also be used to get your servers stats such as the amount of online players, max players and RAM used.
To use, make sure you set the port and CHANGE THE PASSWORD in the config.yml file at yourserverfile/plugins/BAPICON/config.yml.
Please report bugs and request features using the linked Bug Tracker Google Form. (if making a feature request, please put "How to reproduce the bug" as N/A.
Currently you cannot get command feedback (get the result of commands)
You can:
GET http://yourserver.com:12345/stats.
Returns JSON with "onlinePlayers", "maxPlayers", "uptimeSeconds",
,"memoryMaxMB","memoryAllocatedMB","memoryUsedMB","memoryFreeMB".
POST http://yourserver.com:12345/command
The request body should look like:
{
"command": "say hi",
"pass": "secretpassword"
}
请登录后举报
请 登录 后赞助作者。
暂无评论,抢个沙发吧~