Crates.io | rconcli |
lib.rs | rconcli |
version | 1.2.1 |
source | src |
created_at | 2024-03-20 23:24:24.097817 |
updated_at | 2024-03-23 12:16:51.538673 |
description | A simple RCON CLI for Minecraft servers. |
homepage | |
repository | |
max_upload_size | |
id | 1181065 |
size | 42,746 |
A little CLI to issue RCON commands to a Minecraft server.
You can either download the latest pre-compiled binaries from the releases page. You can also install the tool via 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