A basic command line interface for interacting with mcrcon with autocomplete.
- To make use of this cli, you must have mcrcon accessible in your system's path
- First, clone this repository using
git clone https://github.com/trevorswan11/mc-server-cli.git
- Then, create a
.env
file. There is no need to use quotes in the following variables, but ensure both are defined as follows:
RCON_PORT=<your port here>
RCON_PASS=<your pass here>
- Then, simply run
make
- This only works on linux, and the
libreadline-dev
must be installed for this cli to work