Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UplandJacob authored Oct 16, 2024
1 parent d8e872d commit 7d9e703
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions mc-all-platform-velocity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,42 +27,41 @@ RUN curl --no-progress-meter \

### PLUGINS
RUN mkdir -p plugins
RUN cd plugins

# for Eaglercraft
RUN curl --no-progress-meter \
RUN cd plugins && 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 EaglerXVelocity-Latest.jar \
"https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8/raw/branch/main/gateway/EaglercraftXVelocity/EaglerXVelocity-Latest.jar"

# for old clients including Eaglercraft
RUN curl --no-progress-meter \
RUN cd plugins && 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 ViaVersion.jar \
"https://hangarcdn.papermc.io/plugins/ViaVersion/ViaVersion/versions/5.0.5/PAPER/ViaVersion-5.0.5.jar"

RUN curl --no-progress-meter \
RUN cd plugins && 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 ViaRewind.jar \
"https://hangarcdn.papermc.io/plugins/ViaVersion/ViaRewind/versions/4.0.3/PAPER/ViaRewind-4.0.3.jar"

RUN curl --no-progress-meter \
RUN cd plugins && 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 ViaBackwards.jar \
"https://hangarcdn.papermc.io/plugins/ViaVersion/ViaBackwards/versions/5.0.4/PAPER/ViaBackwards-5.0.4.jar"

# for Bedrock
RUN curl --no-progress-meter \
RUN cd plugins && 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 Geyser.jar \
"https://download.geysermc.org/v2/projects/geyser/versions/latest/builds/latest/downloads/velocity"

RUN curl --no-progress-meter \
RUN cd plugins && 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 Floodgate.jar \
Expand Down

0 comments on commit 7d9e703

Please sign in to comment.