diff --git a/cluster/applications/minecraft/configmap.yaml b/cluster/applications/minecraft/configmap.yaml index 726bd7b..91b1ffd 100644 --- a/cluster/applications/minecraft/configmap.yaml +++ b/cluster/applications/minecraft/configmap.yaml @@ -26,7 +26,7 @@ data: SEED: "-5177989977648707969" # Auth - ONLINE_MODE: "true" + ONLINE_MODE: "false" # Mojang's sessionserver blocks some datacenter/homelab IPs via Cloudflare WAF. # enforce-secure-profile=false allows players to join without mandatory profile key validation. # ONLINE_MODE=true still enforces Mojang account auth — this only relaxes the key signing requirement.