Dependencies |
---|
Python |
Docker |
git clone https://github.com/reyes256/mcli.git
cd mcli
python3 -m venv .venv
source .venv/bin/activate
pip install --editable .
Command List |
---|
create |
start |
stop |
logs |
mcli create <server_name> [-p,-v,-t,-m,-d,-vd]
Options
- --port
- --version
- --type
- --memory
- --difficulty
- --view-distance
mcli start <server_name>
mcli stop <server_name> [-a]
Options
- --all
mcli logs <server_name>