mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Disable verify client keys by default for older compatibility
This also mimics the default vanilla configuration.
This commit is contained in:
@ -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
|
# 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 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
|
# This feature is only relevant if you use the plugin in ProtocolLib mode and use 1.19+.
|
||||||
# proxies in use.
|
# This also the case if you don't have any proxies in use.
|
||||||
verifyClientKeys: true
|
verifyClientKeys: false
|
||||||
|
|
||||||
# Database configuration
|
# Database configuration
|
||||||
# Recommended is the use of MariaDB (a better version of MySQL)
|
# Recommended is the use of MariaDB (a better version of MySQL)
|
||||||
|
Reference in New Issue
Block a user