Skip to content

Commit

Permalink
feat: 1.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jimchen5209 committed Apr 24, 2024
1 parent 3993970 commit c5561d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /app
COPY --chown=1000 --link docker /app

# Download Velocity
ADD --chown=1000 --link https://api.papermc.io/v2/projects/velocity/versions/3.3.0-SNAPSHOT/builds/312/downloads/velocity-3.3.0-SNAPSHOT-312.jar /app/velocity.jar
ADD --chown=1000 --link https://api.papermc.io/v2/projects/velocity/versions/3.3.0-SNAPSHOT/builds/382/downloads/velocity-3.3.0-SNAPSHOT-382.jar /app/velocity.jar

# Run Server
EXPOSE 25565
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/proxy.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"ProtocolVersion": 765
"ProtocolVersion": 766
}

0 comments on commit c5561d1

Please sign in to comment.