Added a Github star reminder

This commit is contained in:
Anon 2026-04-03 21:15:02 +02:00
parent 0fda37b017
commit 1ca023be36
7 changed files with 37 additions and 0 deletions

View file

@ -1877,6 +1877,15 @@ namespace MinecraftClient {
}
}
/// <summary>
/// Looks up a localized string similar to Show a GitHub star reminder on startup. Set to false to hide it..
/// </summary>
internal static string Main_Advanced_show_github_star_reminder {
get {
return ResourceManager.GetString("Main.Advanced.show_github_star_reminder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Show full effect names and levels in the TUI status bar instead of compact effect icons only..
/// </summary>

View file

@ -738,6 +738,9 @@ Usage examples: "/tell &lt;mybot&gt; connect Server1", "/connect Server2"</value
<data name="Main.Advanced.show_effect_names_in_tui" xml:space="preserve">
<value>Show full effect names and levels in the TUI status bar instead of compact effect icons only.</value>
</data>
<data name="Main.Advanced.show_github_star_reminder" xml:space="preserve">
<value>Show a GitHub star reminder on startup. Set to false to hide it.</value>
</data>
<data name="Main.Advanced.show_system_messages" xml:space="preserve">
<value>System messages for server ops.</value>
</data>

View file

@ -2311,6 +2311,12 @@ namespace MinecraftClient {
}
}
internal static string mcc_banner_star_reminder {
get {
return ResourceManager.GetString("mcc.banner.star_reminder", resourceCulture);
}
}
internal static string mcc_banner_label_mc_versions {
get {
return ResourceManager.GetString("mcc.banner.label_mc_versions", resourceCulture);

View file

@ -845,6 +845,9 @@ Add the ID of this chat to "Authorized_Chat_Ids" field in the configuration file
<data name="mcc.banner.classic" xml:space="preserve">
<value>Minecraft Console Client v{0} - for MC {1} to {2} - {3}</value>
</data>
<data name="mcc.banner.star_reminder" xml:space="preserve">
<value>⭐ Like MCC? Star us on GitHub: https://github.com/MCCTeam/Minecraft-Console-Client</value>
</data>
<data name="mcc.banner.label_mc_versions" xml:space="preserve">
<value>Supported MC Versions:</value>
</data>