Skip to content

Commit

Permalink
More jars
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 16, 2024
1 parent 5a8e31e commit cd89e08
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mc-all-platform-velocity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@ RUN curl --no-progress-meter \
-o plugins/EaglerXVelocity-Latest.jar \
"https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8/raw/branch/main/gateway/EaglercraftXVelocity/EaglerXVelocity-Latest.jar"

RUN curl --no-progress-meter \
-H "Accept-Encoding: identity" \
-H "Accept-Language: en" -L -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4.212 Safari/537.36" \
-o plugins/viaversion.jar \
"https://www.spigotmc.org/resources/viaversion.19254/download?version=553345"

RUN curl --no-progress-meter \
-H "Accept-Encoding: identity" \
-H "Accept-Language: en" -L -A "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4.212 Safari/537.36" \
-o plugins/viarewind.jar \
"https://www.spigotmc.org/resources/viarewind.52109/download?version=556990"



#more to add

Expand Down

0 comments on commit cd89e08

Please sign in to comment.