minecraft-rcon
v1.0.4
Published
rcon client for minecraft
Downloads
22
Readme
Minecraft Rcon
Install
npm i -g minecraft-rcon
Usage
rcon --help
Builtin command
exit
Config
// ~/.config/rcon.json
{
"default": {
"host": "example.com",
"port": 25575,
"password": "example_password",
"timeout": 5000
},
"serverA": {
"host": "a.server.com",
"port": 25575,
"password": "hoge",
"timeout": 10000
},
"serverB": {
"host": "b.srever.com",
"port": 25575,
"password": "fuga",
"timeout": 2500
}
}