Skip to content

Commit

Permalink
Add KrasserVelocityManager Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Buh13246 committed Nov 18, 2023
1 parent 200fe81 commit 2f07894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blubb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ RUN wget https://api.papermc.io/v2/projects/velocity/versions/3.2.0-SNAPSHOT/bui
RUN mv velocity-*.jar /opt/velocity/velocity.jar

RUN wget https://github.com/Aelysium-Group/rusty-connector/releases/download/v0.7.0/rusty-connector-0.7.0.jar
RUN wget https://mintendo-programmer.de/files/plugins/krasserVelocityManager.jar
RUN mkdir /data/plugins
#RUN mv rusty-connector-*.jar /data/plugins/rusty-connector.jar
RUN mv krasserVelocityManager.jar /data/plugins/krasserVelocityManager.jar
COPY velocity.toml /data
COPY --chown=velocity:velocity velocity_config /data/plugins/rustyconnector-velocity/
RUN ln -s /mnt/secrets/private.key /data/plugins/rustyconnector-velocity/private.key
Expand Down

0 comments on commit 2f07894

Please sign in to comment.