[![asciicast](https://asciinema.org/a/HOAHFx5JC3G2CXKk7sbFjoYRf.svg)](https://asciinema.org/a/HOAHFx5JC3G2CXKk7sbFjoYRf) [![Crates.io Version](https://img.shields.io/crates/v/automc)](https://crates.io/crates/automc) [![Crates.io License](https://img.shields.io/crates/l/automc)](https://github.com/TgZ39/automc/blob/master/LICENSE) # automc A CLI tool for downloading and setting up Minecraft servers with different distributions. These are the currently supported distributions: - Vanilla - Fabric - Folia - Paper - Purpur - Velocity - Spigot (Experimental) ## Installation Via command line: ```sh cargo install automc ``` ## Usage Run `automc` in terminal. **Options:** ``` Usage: automc [OPTIONS] Options: -j, --java-path Supply custom Java path -h, --help Print help -V, --version Print version ``` ## License This project is licensed under [GNU General Public License v3.0 only](https://spdx.org/licenses/GPL-3.0-only.html).