Skip to content

Commit

Permalink
Merge pull request #9 from WasinUddy/update-server-path
Browse files Browse the repository at this point in the history
Update the download path to new path release by Mojang
  • Loading branch information
WasinUddy authored Oct 1, 2024
2 parents 558c21a + 62911cb commit 8af3147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/download_minecraft_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def main():


# Set URL
url = f"https://minecraft.azureedge.net/bin-linux{'' if args.type=='stable' else '-preview'}/bedrock-server-{version}.zip"
url = f"https://www.minecraft.net/bedrockdedicatedserver/bin-linux{'' if args.type=='stable' else '-preview'}/bedrock-server-{version}.zip"

# Download and extract server
print(f"Downloading {url}...")
Expand All @@ -41,4 +41,4 @@ def main():


if __name__ == "__main__":
main()
main()

0 comments on commit 8af3147

Please sign in to comment.