📦 Powerful Package manager which updates plugins & server software for minecraft servers
Go to file
2021-03-07 01:49:59 +01:00
.github/ISSUE_TEMPLATE Added issue templates 2021-02-25 09:59:46 +01:00
.vscode Added initial files 2021-02-26 01:22:16 +01:00
src Renamed folder to src\; Added new input system and added a specific plugin downloader for testing 2021-03-07 01:49:57 +01:00
.gitignore Initial commit 2021-02-25 09:00:55 +01:00
README.md Edited installation topic 2021-03-06 22:14:13 +01:00
requirements.txt Renamed folder to src\; Added new input system and added a specific plugin downloader for testing 2021-03-07 01:49:57 +01:00

pluGET

A plugin manager that handles Spigot plugins for minecraft servers written in python.

Issues? Found a bug?

Create an issue.

About

This is a plugin manager for minecraft Spigot servers and its forks (e.g. PaperMC).
It uses the Spiget API to download and compare plugin versions.
It can download the newest version of plugins.

Installation

Python

Python needs to be installed on your machine.
Get it here.

Needed packages

Install the needed packages for this project.
Execute this command in the /plugGET folder:

pip install -r requirements.txt