1.0.4 • Published 3 years ago

minecraft-rcon v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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
    }
}