File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
src/main/resources/Languages Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ Options:
5656
5757 # Chat packets options
5858 Chat-Packet :
59- # Only for 1.19. When enabled, PSR will convert all PLAYER_CHAT packets to SYSTEM_CHAT,
59+ # Only for 1.19+ . PSR needs this enabled to handle the chat messages from players.
60+ # When enabled, PSR will convert all PLAYER_CHAT packets to SYSTEM_CHAT,
6061 # to solve the problem that the chat messages from player don't display
6162 # if server/client enabled "Only Show Secure Chat".
6263 # NOTE: This affects detection of player chat on clients. E.g, you will not able to report other players via chat.
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ Options:
5454
5555 # 聊天数据包的相关设定.
5656 Chat-Packet :
57- # 仅适用于 1.19+. 启用后, PSR 会转换所有 PLAYER_CHAT 数据包为 SYSTEM_CHAT,
57+ # 仅适用于 1.19+ . 必须启用此功能 PSR 才能处理玩家发送的消息.
58+ # 启用后, PSR 会转换所有 PLAYER_CHAT 数据包为 SYSTEM_CHAT,
5859 # 以解决服务端/客户端开启“仅显示安全的聊天”后消息无法显示的问题.
5960 # 注意: 这会影响到客户端对玩家聊天的检测. 例如, 您将无法通过聊天来举报其他玩家.
6061 Convert-Player-Chat : true
You can’t perform that action at this time.
0 commit comments