mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Enhance server status display and player information handling
- Updated `ServerStatusDisplay` to use `ChatBot.GetVerbatim` for version name formatting. - Modified `ServerStatusPanelBuilder` to improve player name display with color parsing. - Changed translation for online player label to "Online Players:" for clarity. - Refactored protocol version checks to streamline logic in server status handling.
This commit is contained in:
parent
b25579a105
commit
90ea05b17d
3 changed files with 17 additions and 11 deletions
|
|
@ -852,7 +852,7 @@ Add the ID of this chat to "Authorized_Chat_Ids" field in the configuration file
|
|||
<value>Connecting as:</value>
|
||||
</data>
|
||||
<data name="mcc.server_info.label_online" xml:space="preserve">
|
||||
<value>Online:</value>
|
||||
<value>Online Players:</value>
|
||||
</data>
|
||||
<data name="mcc.server_info.sample_more" xml:space="preserve">
|
||||
<value>... +{0}</value>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue