Updated to 1.1.0 and changes :P

- Fixed PaperMC hanger
- added PaperMC server downloader
- made it so that you set your remote path as the root of your minecraft server, and the script figures out where the files need to go
- Fixed Modrinth so that it also handles server distros like how Jenkins handler does it
- Added minecraft distro and version to confing.json.example, this is used right now, but i will be wrighting it into the script soon
- added LINCENSE file
This commit is contained in:
2025-07-23 12:42:26 -07:00
parent e4210aa9db
commit da7a8c5f3e
5 changed files with 135 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "download-plugs",
"version": "1.0.5",
"version": "1.1.0",
"main": "index.js",
"scripts": {
"run": "node index.js"