From 5fa5843fa1ff85db35b8a05fbb7098932c563060 Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 9 Jul 2025 13:22:59 +0000 Subject: [PATCH] Update k8s/games/minecraft/deployments.yaml --- k8s/games/minecraft/deployments.yaml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/k8s/games/minecraft/deployments.yaml b/k8s/games/minecraft/deployments.yaml index 40b4066..9b62d15 100644 --- a/k8s/games/minecraft/deployments.yaml +++ b/k8s/games/minecraft/deployments.yaml @@ -45,17 +45,8 @@ data: # Replace default Dynmap title with custom server name sub_filter 'Minecraft Dynamic Map' "Hexor's MC server"; - # Inject main JavaScript functions before closing body tag - sub_filter "" ''; - - # Add server information panel - sub_filter '' '

Get Prism Launcher and client.zip for this server. Server address minecraft.hexor.cy:30565

Windows Install Script

'; - - # Add installation modal - sub_filter '' ''; - - # Add modal control functions - sub_filter '' ''; + # Inject all custom content before closing body tag (single replacement) + sub_filter "" '

Get Prism Launcher and client.zip for this server. Server address minecraft.hexor.cy:30565

Windows Install Script

'; # Apply sub_filter replacements globally (not just once) sub_filter_once off;