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;