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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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