paper-cli is an unofficial tool that makes downloading, managing, upgrading Paper server software for Minecraft easier!
- Upgrading existing Paper servers
- Full CLI mode
- Clone the repository
git clone https://github.com/re1e4se/paper-cli.git
- Navigate to the project directory
cd paper-cli
- Install requirements
pip install -r requirements.txt
- Run the script
python papercli.py
Usage of paper-cli is straightforward. After executing the script, you have to specify the server software, version, build to download and let the script handle the rest. Your downloads will be saved into /downloads
directory within the parent directory from which the script is executed.
Note
Full CLI mode will be added later. Currently, the script is only available in interactive mode.
All contributions to this project are welcome! You can suggest new features, create pull requests, report bugs by creating issues and much more.