Skip to content

sharo-jef/minecraft-rcon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published