pluGET

πŸ“¦ Powerful Package manager which updates plugins & server software for minecraft servers

APACHE-2.0 License

Stars
149
Committers
8

Bot releases are hidden (Show)

pluGET - pluGET v1.7.3 Latest Release

Published by Neocky over 1 year ago

pluGET v1.7.3

Changes:

Full Changelog: https://github.com/Neocky/pluGET/compare/v1.7.2...v1.7.3

pluGET - pluGET v1.7.2

Published by Neocky over 2 years ago

pluGET v1.7.2

Changes:

  • pluGET will now handle spiget API errors & show a better error message on installation errors #54 | Thank you to @smcclennon for the PR πŸ˜ƒ
  • fixed wrong command in config #56 | Thank you to @smile-minecraft for the PR 😸

Full Changelog: https://github.com/Neocky/pluGET/compare/v1.7.1...v1.7.2

pluGET - pluGET v1.7.1

Published by Neocky over 2 years ago

pluGET v1.7.1

Changes:

  • added install_requirements scripts for Windows & Linux #51 | Thanks to @Pazdikan for the PR πŸ˜ƒ
  • added support for purpur as serverjar #43 #47
    • use get-purpur [purpurBuild] [mcVersion] to get the specific purpur build
    • also added purpur support in the check serverjar & update serverjar commands
  • added back a better remove [pluginName] command
  • added a better help command
  • fixed some formating issues
pluGET - pluGET v.1.7.0

Published by Neocky over 2 years ago

pluGET v.1.7.0

A complete rewrite of the whole program is finished πŸŽ‰

❗ Please recreate your config ❗

Changes:

  • added new config: now everything is stored in a yaml config which is easier to edit
  • added command line support so you can call pluGET commands straight from the command line like: #22
py pluget.py check all
  • added support for Waterfall & Velocity as serverjar
  • Fixed bunch of issues and these on github: #46 #42
  • added new ascii logo
pluGET - pluGET v.1.6.10

Published by Neocky almost 3 years ago

pluGET v1.6.10

Changes:

  • added shebang to shell script #45 - Thanks to @ProfessorSniff for the pull requestπŸ™‚
pluGET - pluGET v1.6.9

Published by Neocky about 3 years ago

pluGET v1.6.9

Changes:

  • fixed bug when searching for id which couldn't be found #41
  • fixed bug when name of plugin couldn't be sanitized
pluGET - pluGET v1.6.8

Published by Neocky about 3 years ago

pluGET v1.6.8

❗ Please recreate your config due to changes in it

Changes:

  • added custom port support for FTP | Thanks to @TheDudeFromCI for the PR πŸ˜ƒ
pluGET - pluGET v1.6.7

Published by Neocky about 3 years ago

pluGET v1.6.7

Changes:

  • fixed ftp object has no attribute lstat error #37
    • fixed folder & file checking over ftp
pluGET - pluGET v1.6.6

Published by Neocky over 3 years ago

pluGET v1.6.6

Changes:

  • fixed update all could fail and stop program when the file couldn't be downloaded: #36
  • changed colors from check all so that green means latest version and red outdated
  • fixed get-paper command:
    • now it can download paper on different versions: get-paper 100 1.17.1
  • updated latest version from paper to 1.17.1
  • code cleanup
pluGET - pluGET v1.6.5

Published by Neocky over 3 years ago

pluGET v1.6.5

Changes:

  • Fixed: plugin didn't get recognized as outdated #33
  • Fixed: old plugin files couldn't be deleted #34
  • Fixed: crash if plugin didn't had a plugin.yml file #35
  • Input for update confirmation can also be uppercase now
  • fixed spelling
  • some code cleanup
pluGET - pluGET v1.6.4

Published by Neocky over 3 years ago

pluGET v1.6.4

Changes:

  • fixed bug when the option for seperate download path was set to true for sftp, ftp & local use: #32
  • removed leftover debug output
  • some code cleanup
pluGET - pluGET v1.6.3

Published by Neocky over 3 years ago

pluGET v1.6.3

Changes:

  • fixed issue with check when seperate download path is enabled: #31
pluGET - pluGET v.1.6.2

Published by Neocky over 3 years ago

pluGET v1.6.2

Changes:

  • fixed use of wrong plugin folder when downloading plugins with get
  • little code cleanup
pluGET - pluGET v1.6.1

Published by Neocky over 3 years ago

pluGET v1.6.1

Changes:

  • changed output when checking for available updates
    • the filename will now be colored green if an update is available and red if it's not
  • removed the Update available colum
  • removed leftover debug output
pluGET - pluGET v1.6.0

Published by Neocky over 3 years ago

pluGET v1.6.0

Changes:

  • added confirmation when updating plugins
  • added optional changelog output when checking for new plugin updates
    -> Use check all changelog to view them all
  • added more error handling
  • fixed sftp/ftp validation for .jar files
  • the update function now takes input from the check function and is now much faster
  • removed unnecessary code and comments
pluGET - pluGET v1.5.7

Published by Neocky over 3 years ago

pluGET v1.5.7

Changes:

  • added .jar file validation to SFTP/FTP and fixed no plugins issue #26
  • some code cleanup
pluGET - pluGET v1.5.6

Published by Neocky over 3 years ago

pluGET v1.5.6

Changes:

  • fixed crash when zip or folders where in the plugin folder: #23
pluGET - pluGET v1.5.5

Published by Neocky over 3 years ago

pluGET v1.5.5

Changes:

  • fixed crashing when some special characters would be in a plugin name #23
  • removed plugin name like worldedit-bukkit-5-dist.jar when not detecting the plugin. Will now show as worldedit-bukkit
  • fixed version & name wouldn't get detectet when plugin.yml file would have whitespaces in the beginning
  • fixed crashing when searching for a plugin
pluGET - pluGET v1.5.4

Published by Neocky over 3 years ago

pluGET v1.5.4

Changes:

  • added installer which will install the needed python packages automaticcally: installer.bat
pluGET - pluGET v1.5.3

Published by Neocky over 3 years ago

pluGET v1.5.3

Changes:

  • added error handling when not detecting paper properly | Thanks to @ZandercraftGames for the PR πŸ˜ƒ