From 2363588275121d1a20d426f6a4b126a6ec20beb5 Mon Sep 17 00:00:00 2001 From: Haowei Wen Date: Sat, 30 Apr 2022 12:33:13 +0800 Subject: [PATCH] fix readme --- README.en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.en.md b/README.en.md index 22972d7..d4f66fe 100644 --- a/README.en.md +++ b/README.en.md @@ -97,7 +97,7 @@ Configure Minecraft server with the following JVM parameter: -Dauthlibinjector.profileKey={default|enabled|disabled} Whether to enable the profile signing key feature. This feature is introduced in 22w17a, and is used to implement the multiplayer secure chat signing. - If this this feature is enabled, Minecraft will send a POST request to `/minecraftservices/player/certificates` to retrieve the key pair issued by the authentication server. + If this this feature is enabled, Minecraft will send a POST request to /minecraftservices/player/certificates to retrieve the key pair issued by the authentication server. It's enabled by default if the authentication server sends feature.enable_profile_key option. If the profile signing key isn't present, the player will be unable to join servers that enable enforce-secure-profile=true option. diff --git a/README.md b/README.md index 09547de..7c81464 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ gradle -Dauthlibinjector.profileKey={default|enabled|disabled} 是否启用消息签名密钥对功能, 这一功能在 22w17a 引入, 用于多人游戏中聊天消息的数字签名. - 启用此功能后, Minecraft 会向 `/minecraftservices/player/certificates` 发送 POST 请求, 以获取由验证服务器颁发的密钥对. + 启用此功能后, Minecraft 会向 /minecraftservices/player/certificates 发送 POST 请求, 以获取由验证服务器颁发的密钥对. 此功能需要验证服务器支持, 若验证服务器未设置 feature.enable_profile_key 选项, 则该功能默认禁用. 当缺少消息签名密钥时, 玩家将无法进入设置了 enforce-secure-profile=true 选项的服务器.