mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Tooltip support & Bug fix
This commit is contained in:
parent
892999ac98
commit
5e11ed3896
40 changed files with 8409 additions and 1987 deletions
|
|
@ -535,6 +535,21 @@ When this happens, you'll need to configure chat format below, see https://mccte
|
|||
<data name="ChatFormat.UserDefined" xml:space="preserve">
|
||||
<value>Whether to use the custom regular expressions below for detection.</value>
|
||||
</data>
|
||||
<data name="Console" xml:space="preserve">
|
||||
<value>Console-related settings.</value>
|
||||
</data>
|
||||
<data name="Console.CommandSuggestion" xml:space="preserve">
|
||||
<value>The settings for command completion suggestions.</value>
|
||||
</data>
|
||||
<data name="Console.CommandSuggestion.Enable" xml:space="preserve">
|
||||
<value>Whether to display command suggestions in the console.</value>
|
||||
</data>
|
||||
<data name="Console.Enable_Color" xml:space="preserve">
|
||||
<value>If a garbled code like "←[0m" appears on the terminal, you can turn off this.</value>
|
||||
</data>
|
||||
<data name="Console.General.Display_Uesr_Input" xml:space="preserve">
|
||||
<value>You can use "Ctrl+P" to print out the current input and cursor position.</value>
|
||||
</data>
|
||||
<data name="Head" xml:space="preserve">
|
||||
<value>Startup Config File
|
||||
Please do not record extraneous data in this file as it will be overwritten by MCC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue