Skip to content

Commit

Permalink
Update download_minecraft_server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WasinUddy authored Oct 1, 2024
1 parent 558c21a commit 62911cb
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 62911cb

Please sign in to comment.