From 43bc51049905438ce65c642b3f90a96b0f431276 Mon Sep 17 00:00:00 2001 From: Hendrik Brombeer Date: Wed, 6 May 2026 20:34:50 +0200 Subject: [PATCH] feat(paper,paper-gamemode): bump plugin-grounds-platform to 0.1.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picks up the kotlin-reflect drop in groundsgg/plugin-grounds-platform v0.1.2 — whitelist + MOTD now actually run instead of crashing in onEnable on the shaded kotlin_builtins resource path. --- paper-gamemode/Dockerfile | 2 +- paper/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/paper-gamemode/Dockerfile b/paper-gamemode/Dockerfile index d3400c0..6dc926a 100644 --- a/paper-gamemode/Dockerfile +++ b/paper-gamemode/Dockerfile @@ -18,7 +18,7 @@ ARG PLUGINS="plugin-agones:plugin-agones-paper:0.4.0" # we fetch it directly with curl below. When the plugin starts publishing # to GHCR Maven this argument can move into the PLUGINS list and the # extra curl step can disappear. -ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.1" +ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.2" LABEL org.opencontainers.image.title="paper-gamemode" \ org.opencontainers.image.description="Paper Minecraft server bundled with plugin-agones-paper, intended for type=gamemode workloads (Agones Fleet)." \ diff --git a/paper/Dockerfile b/paper/Dockerfile index 9e7687f..6178689 100644 --- a/paper/Dockerfile +++ b/paper/Dockerfile @@ -20,7 +20,7 @@ ARG PLUGINS="" # we fetch it directly with curl below. When the plugin starts publishing # to GHCR Maven this argument can move into the PLUGINS list and the # extra curl step can disappear. -ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.1" +ARG GROUNDS_PLATFORM_PLUGIN_VERSION="0.1.2" LABEL org.opencontainers.image.title="paper" \ org.opencontainers.image.description="A small Docker image for running a Paper Minecraft server." \