Skip to main content

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


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)

Uploaded Source

Built Distribution

mcsrv_xImAnton-1.3.0-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

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

Hashes for mcsrv-xImAnton-1.3.0.tar.gz
Algorithm Hash digest
SHA256 890723be099b0464594a9bfa9fdb204ab5d9be8a19ca355c83d9cb32271ccaab
MD5 134388232c043d418bf7dc8a2ef50274
BLAKE2b-256 c5d694e5dc7c8de6d7ae9bd0da646bee2a864b45527f2ddc30bba8a9d049d9a4

See more details on using hashes here.

Provenance

File details

Details for the file mcsrv_xImAnton-1.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcsrv_xImAnton-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6b0bc28e11db1e2e47083de1d38554de1c65d480a0111cd9a7ca3f637cce8e62
MD5 088035b3315738796e77200ec03166bd
BLAKE2b-256 04883e519abf947aa6be7a58a0b25e7b876327780e17f2885592c417877ab1c9

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page