mirror of
				https://github.com/Neocky/pluGET.git
				synced 2024-04-29 16:12:30 +00:00 
			
		
		
		
	
			
				
					
						
					
					8ff1faa76f84fdfd5621511a1e44913f7d17797a
				
			
			
		
	 Neocky
		
	
	8ff1faa76f
	
	
	Merge pull request #1 from Neocky/add-license-1
			Neocky
		
	
	8ff1faa76f
	
	
	Merge pull request #1 from Neocky/add-license-1
		
			
			Added the Apache License, Version 2.0
pluGET
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.
Dependencies
Install the needed packages for this project.
Execute this command in the /plugGET folder:
pip install -r requirements.txt
Edit the Config
When run the first time, the config will be created in the root package folder and the program will close.
Edit the config to your needs and rerun it.
Now you are good to go!
Usage
The following are examples for the general usage:
(Hint: 'all' can always be exchanged through the plugin name or the plugin id and reverse)
Download the latest update of a specific package:
get 'pluginID'
or:
get 'pluginName'
Check all installed plugins for updates:
check all
Check one plugin for updates:
check 'pluginName'
Update all installed plugins:
update all
Update only one plugin:
update 'pluginName'
Exit program:
exit .
Get link to here:
help .
					Languages
				
				
								
								
									Python
								
								99.7%
							
						
							
								
								
									Batchfile
								
								0.2%
							
						
							
								
								
									Shell
								
								0.1%
							
						
					