Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.06 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.06 KB

paper-cli

paper-cli is an unofficial tool that makes downloading, managing, upgrading Paper server software for Minecraft easier!

Planned Features

  • Upgrading existing Paper servers
  • Full CLI mode

Installation

  1. Clone the repository
git clone https://github.com/re1e4se/paper-cli.git
  1. Navigate to the project directory
cd paper-cli
  1. Install requirements
pip install -r requirements.txt
  1. Run the script
python papercli.py

Usage

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.

Contribution

All contributions to this project are welcome! You can suggest new features, create pull requests, report bugs by creating issues and much more.