ryanshotwell / Minecraft-Server-Latest-Update-Powershell

A PowerShell script that will get the latest version of Minecraft and download the server jar file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download path changed

ryanshotwell opened this issue · comments

Mojang changed the filename path naming scheme. So, this script is no longer working.

The server jar is stored in a sha1 folder. The script will need to pull the json file for the version it wants and read where the server jar is stored. Then, it can download the file.