2 个稳定版本
1.2.1 | 2024 年 3 月 23 日 |
---|---|
1.2.0 | 2024 年 3 月 20 日 |
#71 在 游戏
每月 21 次下载
14KB
231 行
rconcli
一个用于向 Minecraft 服务器发送 RCON 命令的小型 CLI。
安装
您可以从 发行页面 下载最新的预编译二进制文件。您也可以通过 cargo 安装此工具。
cargo install rconcli
用法
$ rconcli --help
A simple RCON CLI for Minecraft servers.
Usage: rconcli.exe [OPTIONS] [COMMAND]...
Arguments:
[COMMAND]... Command to execute
Options:
--properties <PROPERTIES> Location of a server.proterties file to read credentials from
-a, --address <ADDRESS> The address and port of the target server
-p, --password <PASSWORD> The password of the target server
--no-color Supress colored output
-h, --help Print help
-V, --version Print version
依赖项
~6–15MB
~178K SLoC