From e89cb3293ae56fb2d35c657e54c8f87646c560f3 Mon Sep 17 00:00:00 2001 From: games647 Date: Fri, 8 Jul 2022 16:30:41 +0200 Subject: [PATCH] Disable verify client keys by default for older compatibility This also mimics the default vanilla configuration. --- core/src/main/resources/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/src/main/resources/config.yml b/core/src/main/resources/config.yml index 6c1fde38..1db567dd 100644 --- a/core/src/main/resources/config.yml +++ b/core/src/main/resources/config.yml @@ -277,9 +277,9 @@ floodgatePrefixWorkaround: false # is necessary for servers where you or other in-game players want to verify that a chat message sent and signed by # this player is not modified by any third-party. Modifications by your server would also invalidate the message. # -# This feature is only relevant if you use the plugin in ProtocolLib mode. This also the case if you don't have any -# proxies in use. -verifyClientKeys: true +# This feature is only relevant if you use the plugin in ProtocolLib mode and use 1.19+. +# This also the case if you don't have any proxies in use. +verifyClientKeys: false # Database configuration # Recommended is the use of MariaDB (a better version of MySQL)