From 829c70a51bf306d0ffd199bd8f8bcbb5d15bf322 Mon Sep 17 00:00:00 2001 From: games647 Date: Wed, 22 May 2024 15:32:24 +0200 Subject: [PATCH] Disable connection verification by default This matches the vanilla, Spigot, BungeeCord and Velocity configuration. Mojang seems to have too many issues like IPv6 errors and it's atm not very useful for server administrators. Fixes #1102 --- core/src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 3685a3ae..07f453de 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -171,7 +171,7 @@ premium-warning: true # This option is considered highly experimental. While it is highly unlikely this will break your server, # more tests need to be conducted in order to verify its effectiveness. Brief tests seemed promising, but # every environment is different, and so it might not work for you as it did for me. -useProxyAgnosticResolver: false +useProxyAgnosticResolver: true # If you have autoRegister or nameChangeCheck enabled, you could be rate-limited by Mojang. # The requests of the both options will be only made by FastLogin if the username is unknown to the server