feat: Added a /tab command to display the list of online players

This commit is contained in:
Anon 2026-04-04 16:21:06 +02:00 committed by GitHub
commit 76c3403700
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 729 additions and 2 deletions

View file

@ -1002,6 +1002,12 @@ Note: This does NOT require a Bot Token, only an Application ID. Discord must be
<data name="Console.Minimap.CaveMode" xml:space="preserve">
<value>Cave rendering mode: "auto" (detect ceiling), "on" (always cave view), "off" (always surface view).</value>
</data>
<data name="Console.TabList" xml:space="preserve">
<value>Settings for the /tab command and live TUI tab overlay.</value>
</data>
<data name="Console.TabList.ShowTeams" xml:space="preserve">
<value>Show a separate team column in /tab output. Disabled by default for a more vanilla-like player list.</value>
</data>
<data name="Main.General.AuthlibUser" xml:space="preserve">
<value>Yggdrasil authlib multi-user selection.</value>
</data>