mirror of
https://github.com/Neocky/pluGET.git
synced 2024-04-29 16:12:30 +00:00
📦 Powerful Package manager which updates plugins & server software for minecraft servers
8212f66e90
Removed: - cloudscraper - unnecessary functions Added: - new input system; -> Now it is like a console - general download function - specific version updater - check for updates on all installed version |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
.vscode | ||
src | ||
.gitignore | ||
README.md | ||
requirements.txt |
A plugin manager that handles Spigot plugins for minecraft servers written in python.
Issues? Found a bug?
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