mcserver 0.1.7

A command line interface tool which simplifies minecraft server management with zellij and mcrcon
1
2
3
4
5
6
7
8
9
10
## Installation
cargo install mcserver

## Configuration

### Static
To change the static configuration, you will need to build the crate from source and create a static_config.toml file in the crate root.

### Dynamic
To change the dynamic configuration, edit your config.toml file (which is in ~/.config/mcserver/ by default).