diff --git a/kubernetes/talos-flux/apps/gaming/minecraft-java/lobby-world-paper/helm-release.yaml b/kubernetes/talos-flux/apps/gaming/minecraft-java/lobby-world-paper/helm-release.yaml index 786cc3c88..075ecf931 100644 --- a/kubernetes/talos-flux/apps/gaming/minecraft-java/lobby-world-paper/helm-release.yaml +++ b/kubernetes/talos-flux/apps/gaming/minecraft-java/lobby-world-paper/helm-release.yaml @@ -84,7 +84,7 @@ spec: SPAWN_ANIMALS: "false" SPAWN_MONSTERS: "false" SPAWN_NPCS: "false" - SPAWN_PROTECTION: "0" + # SPAWN_PROTECTION: "0" VIEW_DISTANCE: "14" HARDCORE: "false" MODE: creative @@ -106,7 +106,7 @@ spec: ENABLE_WHITELIST: "false" ENABLE_ROLLING_LOGS: "true" LOG_TIMESTAMP: "true" - REMOVE_OLD_MODS: "true" + # REMOVE_OLD_MODS: "true" REPLACE_ENV_DURING_SYNC: "true" CFG_PROXY_SECRET: valueFrom: diff --git a/kubernetes/talos-flux/apps/gaming/minecraft-java/velocity-proxy/config/velocity.toml b/kubernetes/talos-flux/apps/gaming/minecraft-java/velocity-proxy/config/velocity.toml index 745c5313a..6cfd04cf8 100644 --- a/kubernetes/talos-flux/apps/gaming/minecraft-java/velocity-proxy/config/velocity.toml +++ b/kubernetes/talos-flux/apps/gaming/minecraft-java/velocity-proxy/config/velocity.toml @@ -73,7 +73,7 @@ enable-player-address-logging = true [servers] # Configure your servers here. Each key represents the server's name, and the value # represents the IP address of the server to connect to. -lobby = "minecraft-lobby-world2-minecraft:25565" +lobby = "minecraft-lobby-world2:25565" creative = "minecraft-creative-world-minecraft:25565" playground = "minecraft-playground-world-minecraft:25565" # survival = "minecraft-survival-world-minecraft:25565"