Update/1.19 (#726)

Co-authored-by: FivePB <admin@fivepb.me>
This commit is contained in:
Corey Shupe
2022-06-07 21:00:24 -04:00
committed by GitHub
parent 377e6b6626
commit d97ed956a7
65 changed files with 2613 additions and 391 deletions

View File

@@ -29,7 +29,7 @@ velocity.error.modern-forwarding-needs-new-client=This server is only compatible
velocity.error.modern-forwarding-failed=Your server did not send a forwarding request to the proxy. Make sure the server is configured for Velocity forwarding.
velocity.error.moved-to-new-server=You were kicked from {0}: {1}
velocity.error.no-available-servers=There are no available servers to connect you to. Try again later or contact an admin.
velocity.error.illegal-chat-characters=Illegal characters in chat
velocity.error.illegal-legacyChat-characters=Illegal characters in legacyChat
# Commands
velocity.command.generic-error=An error occurred while running this command.

View File

@@ -15,6 +15,9 @@ show-max-players = 500
# Should we authenticate players with Mojang? By default, this is on.
online-mode = true
# Should the proxy enforce the new public key security standard? By default, this is on.
force-key-authentication = true
# If client's ISP/AS sent from this proxy is different from the one from Mojang's
# authentication server, the player is kicked. This disallows some VPN and proxy
# connections but is a weak form of protection.

Binary file not shown.