MCSRV
Manage your Minecraft Servers on Linux with a convenient CLI
More Documentation coming...
.bashrc function
Pasting this function into your .bashrc allows for a quicker navigation
between server directories. By typing mcd <server-id>, your shell cd's into
the directory of the server. (mcd: short for mc-cd)
function mcd {
if [ -z "$1" ]
then
echo -e "Available Servers:\n$(mcsrv list --props i --plain | sed 's/^/ /')"
return
fi
eval "cd $(mcsrv dir $1)"
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcsrv-xImAnton-1.3.0.tar.gz
(13.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcsrv-xImAnton-1.3.0.tar.gz.
File metadata
- Download URL: mcsrv-xImAnton-1.3.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
890723be099b0464594a9bfa9fdb204ab5d9be8a19ca355c83d9cb32271ccaab
|
|
| MD5 |
134388232c043d418bf7dc8a2ef50274
|
|
| BLAKE2b-256 |
c5d694e5dc7c8de6d7ae9bd0da646bee2a864b45527f2ddc30bba8a9d049d9a4
|
File details
Details for the file mcsrv_xImAnton-1.3.0-py3-none-any.whl.
File metadata
- Download URL: mcsrv_xImAnton-1.3.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/4.0.2 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b0bc28e11db1e2e47083de1d38554de1c65d480a0111cd9a7ca3f637cce8e62
|
|
| MD5 |
088035b3315738796e77200ec03166bd
|
|
| BLAKE2b-256 |
04883e519abf947aa6be7a58a0b25e7b876327780e17f2885592c417877ab1c9
|