This commit is contained in:
kento2 2026-08-19 19:12:32 +02:00
parent 8f29a4f56d
commit b7623bab85
8 changed files with 60 additions and 32 deletions

View file

@ -13,6 +13,12 @@ RUN curl -s "https://fill.papermc.io/v3/projects/paper/versions/$MINECRAFT_VERSI
| jq -r '.downloads."server:default".url' \
| xargs curl -o server.jar
RUN wget -P /data/plugins \
https://git.lab0x13.site/api/packages/scrow/generic/core-bukkit/UNVERSIONED/CoreBukkit.jar \
https://download.luckperms.net/1652/bukkit/loader/LuckPerms-Bukkit-5.5.65.jar \
https://hangarcdn.papermc.io/plugins/ViaVersion/ViaVersion/versions/5.11.0/PAPER/ViaVersion-5.11.0.jar \
https://hangarcdn.papermc.io/plugins/ViaVersion/ViaBackwards/versions/5.11.0/PAPER/ViaBackwards-5.11.0.jar
RUN printf eula=true > eula.txt
RUN java -jar server.jar --initSettings