From 006f607e0dd7b4c7ce94c06cdf1bde24c4320f02 Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 9 Jul 2025 13:19:37 +0000 Subject: [PATCH] Update k8s/games/minecraft/deployments.yaml --- k8s/games/minecraft/deployments.yaml | 116 +++------------------------ 1 file changed, 11 insertions(+), 105 deletions(-) diff --git a/k8s/games/minecraft/deployments.yaml b/k8s/games/minecraft/deployments.yaml index 89c3183..40b4066 100644 --- a/k8s/games/minecraft/deployments.yaml +++ b/k8s/games/minecraft/deployments.yaml @@ -45,111 +45,17 @@ data: # Replace default Dynmap title with custom server name sub_filter 'Minecraft Dynamic Map' "Hexor's MC server"; - # Inject custom JavaScript and UI elements before closing body tag - sub_filter "" ' - - - -

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

- - Windows Install Script - -

- - - - - - '; + # 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 '' ''; # Apply sub_filter replacements globally (not just once) sub_filter_once off;