3 个版本
0.1.2 | 2022年4月15日 |
---|---|
0.1.1 | 2021年1月21日 |
0.1.0 | 2021年1月21日 |
#8 in #rcon
7KB
112 代码行
Rust RCON 工具
一个简单的工具,可以通过 RCON 向 Rust 服务器发送命令。
安装
cargo install rust-rcon
用法
USAGE:
rust-rcon [FLAGS] [OPTIONS] <server> <password> <commands>...
FLAGS:
-h, --help Prints help information
--ssl Enable SSL
-V, --version Prints version information
OPTIONS:
-p, --port <port> RCON Port [default: 28016]
ARGS:
<server> Rust Server name or IP
<password> RCON Password
<commands>... Commands to execute on server. Pass '-' to read from STDIN
示例
. 打印 "设置时间为上午9点" 并设置时间为上午9点
rust-rcon myrustserver.gg Kappa123 "say Setting time to 9am" "time.env 9"
. 使用 Stdin
cat commands | rust-rcon myrustserver.gg Paaaaaaaassword -
. 使用非标准端口
rust-rcon -p 200013 coolrustserver.com CHANGE_ME "say :)"
许可证
本项目遵循 MIT 许可证
依赖项
~6.5MB
~144K SLoC