Skip to main content

Minecraft Server Setup Library

Project description

MCServerLib

MCServerLib is a Python library that helps build Minecraft servers.

한국어 README 바로가기

Installation

From PyPi:

pip install MCServerLib

From Repo:

python -m pip install git+https://github.com/myoung2namur/MCServerLib

Usage

import MCServerLib as mcs

properties = mcs.Prop.Properties()
properties.properties['enable-command-block'] = 'true'

setup = mcs.Setup.Setup(version='1.16.5',xmx='1024M',xms='3G',properties=properties)

# Setup Server Files

# Download All Basic Server Files
setup.downloadAll() 

# Download Only Paper Bukkit
setup.downloadPaper()

# Make Only Batch File
setup.makeBatch()

# Make only Eula File
setup.makeEula()

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

MCServerLib-0.2.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

MCServerLib-0.2.0-py3-none-any.whl (4.4 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