Manage your Minecraft Server with more comfort from the CLI
Project description
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)"
}
Project details
Release history Release notifications | RSS feed
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 hashes)
Built Distribution
Close
Hashes for mcsrv_xImAnton-1.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b0bc28e11db1e2e47083de1d38554de1c65d480a0111cd9a7ca3f637cce8e62 |
|
MD5 | 088035b3315738796e77200ec03166bd |
|
BLAKE2b-256 | 04883e519abf947aa6be7a58a0b25e7b876327780e17f2885592c417877ab1c9 |