Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View Xernium's full-sized avatar
💭
I'm not available 24/7. You'll have to wait.

FivePB (Xer) Xernium

💭
I'm not available 24/7. You'll have to wait.
View GitHub Profile
@Xernium
Xernium / paperv2-downloader.py
Created January 5, 2021 15:33
Small python3 script for downloading the latest versions of Papermc projects using the v2 API
#!/usr/bin/env python3
#
# paperv2-downloader.py
# Python script to download the latest versions of various paper projects with one command
#
# examples:
# paperv2-downloader.py paper /path/to/server.jar
# paperv2-downloader.py waterfall proxyserver.jar --overwrite
#
# Licensed under: The Unlicense