Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.23 KB

secure-chat.md

File metadata and controls

27 lines (17 loc) · 1.23 KB
title description
Geyser and Secure Chat
Information about disabling secure chat to allow Bedrock players to chat on Java servers.

In the 1.19 Java Edition updates, a mechanism for reporting player chat messages to Mojang was implemented. Bedrock Edition does not support this reporting mechanism. If your server or proxy settings require that every player joining supports this mechanism (which may be enabled by default), Bedrock players will be unable to chat.

Server administrators can disable this setting, but please note that Java players can join with certain mods that make their messages unreportable.

For a technical explanation of Java's chat signing system, see this article.

Disabling

Vanilla, Spigot/Paper/forks, Fabric, NeoForge

Set enforce-secure-profile: false in server.properties

BungeeCord and forks

Set enforce_secure_profile: false in config.yml

Velocity

Set force-key-authentication = false in velocity.toml