A simple minecraft server manager
Project description
SPSM
spsm is a simple command line utility for managing a minecraft server
Installation
Use the package manager pip to install spsm.
pip install spsm
Getting Started
- Install spsm
- Create a directory for the server
mkdir my_server cd myserver
- Initialize the directory
spsm init
- Add a jar for the server
spsm jars upsert -u [url to jarfile] server server_jar
- Apply the jar configuration
spsm jars apply
- Activate the interactive server wrapper
spsm server activate -a
- Once the wrapper is activated use the
start
command to start the minecraft server - The wrapper command screen can be exited without closing the server with the command
exit
or withctrl+A ctrl+D
For more detailed usage see the docs (Not yet implemented)
Support
If you run into any issues feel free to submit an issue via Github
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Versioning
SPSM uses semantic version numbers of the following format:
<major>.<minor>.<patch>
where:
- Major is bumped to indicate incompatibility ( i.e. commands that worked in 1.0.1 may not necessarily work in 2.0.0 )
For more info on Semantic Version Numbers see: https://semver.org/
License
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
spsm-0.1.2.tar.gz
(54.4 kB
view hashes)
Built Distribution
spsm-0.1.2-py3-none-any.whl
(49.1 kB
view hashes)