From b6f7791c98c7e177ad0c70576f1fa1594c783e74 Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sun, 19 Jul 2026 20:48:22 -0500 Subject: [PATCH] minecraft: add SkinsRestorer v15.12.4 plugin for offline-mode skin support --- cluster/applications/minecraft/configmap.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cluster/applications/minecraft/configmap.yaml b/cluster/applications/minecraft/configmap.yaml index b29326f..9a137ba 100644 --- a/cluster/applications/minecraft/configmap.yaml +++ b/cluster/applications/minecraft/configmap.yaml @@ -46,5 +46,11 @@ data: # Plugin auto-download — minecraft-prometheus-exporter for Grafana metrics # v3.1.2: https://github.com/sladkoff/minecraft-prometheus-exporter # Exposes /metrics on port 9225 (HTTP, Prometheus scrape target) - PLUGINS: "https://github.com/sladkoff/minecraft-prometheus-exporter/releases/download/v3.1.2/minecraft-prometheus-exporter-3.1.2.jar" + # + # SkinsRestorer v15.12.4 — restores player skins in offline-mode + # https://github.com/SkinsRestorer/SkinsRestorer + # Players set skins via /skin ; fetches from Mojang even in offline-mode + PLUGINS: | + https://github.com/sladkoff/minecraft-prometheus-exporter/releases/download/v3.1.2/minecraft-prometheus-exporter-3.1.2.jar + https://github.com/SkinsRestorer/SkinsRestorer/releases/download/15.12.4/SkinsRestorer.jar