Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

1.20 update #251

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions paper/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pin to java17
FROM itzg/minecraft-server@sha256:346cb47929edc36e977f3b064f882a9c919df65fe4807ac35c05fdacf442822f
FROM itzg/minecraft-server@sha256:491e37fa63ffef22c9ac1f6ec2fb4cc793735799cd91bafa1e5790aa39e9b313

# https://github.com/itzg/docker-minecraft-server/blob/master/README.md#versions
ENV VERSION=1.18.2
ENV VERSION=1.20.4

# https://github.com/itzg/docker-minecraft-server#optional-plugins-mods-and-config-attach-points
COPY plugins /plugins
Expand Down
Binary file removed paper/plugins/Brewery-3.1.1.jar
Binary file not shown.
Binary file added paper/plugins/Brewery-feddff9.jar
Binary file not shown.
Binary file removed paper/plugins/CMILib-1.1.2.5.jar
Binary file not shown.
Binary file removed paper/plugins/Chunky-1.2.164.jar
Binary file not shown.
Binary file added paper/plugins/Chunky-1.3.136.jar
Binary file not shown.
Binary file removed paper/plugins/ChunkyBorder-1.0.64.jar
Binary file not shown.
Binary file added paper/plugins/ChunkyBorder-1.1.59.jar
Binary file not shown.
Binary file removed paper/plugins/CivDuties-paper-2.0.0-SNAPSHOT.jar
Binary file not shown.
Binary file not shown.
Binary file removed paper/plugins/GSit-1.4.9.jar
Binary file not shown.
Binary file added paper/plugins/GSit-1.8.0.jar
Binary file not shown.
Binary file removed paper/plugins/HolographicDisplays-3.0.0.b.3.jar
Binary file not shown.
Binary file added paper/plugins/HolographicDisplays-3.0.4.jar
Binary file not shown.
Binary file removed paper/plugins/Insights-6.11.0.jar
Binary file not shown.
Binary file added paper/plugins/Insights-6.17.2.jar
Binary file not shown.
Binary file removed paper/plugins/KiraBukkitGateway-2.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file removed paper/plugins/SelectionVisualizer-3.1.1.1.jar
Binary file not shown.
Binary file added paper/plugins/SuperVanish-6.2.18.jar
Binary file not shown.
Binary file removed paper/plugins/SuperVanish-6.2.7.jar
Binary file not shown.
Binary file added paper/plugins/TAB v4.1.2.jar
Binary file not shown.
Binary file removed paper/plugins/TAB-3.1.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified paper/plugins/banstick-paper-2.0.1.jar
Binary file not shown.
Binary file modified paper/plugins/bastion-paper-3.0.1.jar
Binary file not shown.
Binary file modified paper/plugins/citadel-paper-5.2.1.jar
Binary file not shown.
Binary file modified paper/plugins/civchat2-paper-2.2.0.jar
Binary file not shown.
Binary file added paper/plugins/civduties-paper-1.5.0-SNAPSHOT.jar
Binary file not shown.
Binary file modified paper/plugins/civmodcore-paper-3.0.1.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified paper/plugins/exilepearl-paper-2.1.5.jar
Binary file not shown.
Binary file modified paper/plugins/factorymod-paper-3.1.0.jar
Binary file not shown.
Binary file modified paper/plugins/finale-paper-2.1.0.jar
Binary file not shown.
Binary file not shown.
Binary file added paper/plugins/itemexchange-paper-2.0.1.jar
Binary file not shown.
Binary file modified paper/plugins/jukealert-paper-3.0.7.jar
Binary file not shown.
Binary file added paper/plugins/kirabukkitgateway-paper-2.0.3.jar
Binary file not shown.
Binary file not shown.
Binary file modified paper/plugins/namelayer-paper-3.0.5.jar
Binary file not shown.
Binary file removed paper/plugins/orebfuscator-5.2.6.jar
Binary file not shown.
Binary file added paper/plugins/orebfuscator-plugin-5.4.3.jar
Binary file not shown.
Binary file not shown.
Binary file modified paper/plugins/realisticbiomes-paper-3.2.3.jar
Binary file not shown.
Binary file modified paper/plugins/simpleadminhacks-paper-2.2.5.jar
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions waterfall/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Pin to java17
FROM itzg/bungeecord@sha256:f67819eeefd9fe6d4ee5f6f4f3c67c171ba92e27cb22166a4abad3d1874afd4c
FROM itzg/bungeecord@sha256:7e7eeb9023cc213de2ca7ecbcf2cccc506fd46a31346f7250d2fcc5637cf5bb7

ENV WATERFALL_VERSION=1.18
ENV WATERFALL_VERSION=1.20

COPY config /config
COPY plugins /plugins
Expand Down
Loading