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;