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>