Address code review: fix party max, rename food variable, add ShowServerAddress option

Co-authored-by: milutinke <441903+milutinke@users.noreply.github.com>
Agent-Logs-Url: https://github.com/MCCTeam/Minecraft-Console-Client/sessions/43388021-4264-47e6-8403-7a1bca66d86f
This commit is contained in:
copilot-swe-agent[bot] 2026-03-23 00:08:08 +00:00
parent a2d032b549
commit 8743129e72
3 changed files with 21 additions and 5 deletions

View file

@ -970,6 +970,15 @@ namespace MinecraftClient {
}
}
/// <summary>
/// Looks up a localized string similar to Show the server address (host and port) in the Discord presence..
/// </summary>
internal static string ChatBot_DiscordRpc_ShowServerAddress {
get {
return ResourceManager.GetString("ChatBot.DiscordRpc.ShowServerAddress", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show elapsed session time in the Discord presence..
/// </summary>

View file

@ -852,6 +852,9 @@ If the connection to the Minecraft game server is blocked by the firewall, set E
<data name="ChatBot.DiscordRpc.SmallImageText" xml:space="preserve">
<value>Tooltip text for the small image. Supports placeholders.</value>
</data>
<data name="ChatBot.DiscordRpc.ShowServerAddress" xml:space="preserve">
<value>Show the server address (host and port) in the Discord presence. When disabled, {server_host} and {server_port} are masked for privacy.</value>
</data>
<data name="ChatBot.DiscordRpc.ShowElapsedTime" xml:space="preserve">
<value>Show elapsed session time in the Discord presence.</value>
</data>