A simple tool to download or update Minecraft Java server and launcher.
Project description
"mcget" is a simple tool to download and update the Minecraft server or/and launcher.
Features
- Install or update the Minecraft server (
server.jar
) in any directory. - Install or update the Minecraft Java launcher (
launcher.jar
) in any directory (This launcher variant was chosen because it works on every OS and only requires Java installed). - Downloads files only if outdated or not installed.
- Uses the SHA1 hash provided by Mojang API to check download integrity and check if a file needs to be updated.
- Performs the operation on server and launcher in parallel to improve update performance.
Installation
"mcget" can be installed using pip and require Python >= 3.6:
pip3 install mcget
Usage
"mcget" is a simple command line utility that support following arguments:
--launcher
or-l
: If specified, install or update the launcher.--server
or-s
: If specified, Install or update the server.--out_dir
or-o
: Output directory. Default to current directory if not specified.--quiet
or-q
: If specified, hide outputs.--version
: If specified, return "mcget" version and exit.
Examples
Installing (or updating) the launcher and the server in a the /opt/minecraft
directory:
mcget --launcher --server --out_dir=/opt/minecraft
# Or with a shorter syntax:
mcget -lso /opt/minecraft
Installing (or updating) the server only in the current directory:
mcget --server
# Or with a shorter syntax:
mcget -s
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
mcget-1.0.5-py3-none-any.whl
(17.0 kB
view details)
File details
Details for the file mcget-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: mcget-1.0.5-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b63c6368c0d8d438301c8f4cde4723959a42f03d8d14afd218917c9af1fe0b55 |
|
MD5 | fff5d1bf71f8138df73fb67a8261c7ec |
|
BLAKE2b-256 | 1b6e696ceb3fbc2d03e82a6ebbd6626fcbf9dc64f8189d756a116d26f6eb0186 |