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