Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Settings: Difference between revisions

From SAS Gaming Wiki
SyncBot (talk | contribs)
Sync: updated from Minecraft
SyncBot (talk | contribs)
Sync: updated from Minecraft
Line 1,218: Line 1,218:
<div class="mp-section collapsible collapsed">
<div class="mp-section collapsible collapsed">
<h3 class="mp-title" style="display: block; position: relative">[[File:Ore UI - "Command Block" Icon.png|40px|left|class=pixel-image]] Creator</h3>
<h3 class="mp-title" style="display: block; position: relative">[[File:Ore UI - "Command Block" Icon.png|40px|left|class=pixel-image]] Creator</h3>
{{-}}
''Adjust logs, debuggers, diagnostics, and more''
<div class="collapsible-content">
<div class="collapsible-content">
{{Expand section|provide more specific information about the debugger and the watchdog.}}
{{Expand section|provide more specific information about the debugger and the watchdog.}}
Line 1,294: Line 1,294:
|-
|-
| {{vanchor|Enable Debug Text Filtering Delay Override}}{{upcoming|be 26.20}}
| {{vanchor|Enable Debug Text Filtering Delay Override}}{{upcoming|be 26.20}}
| Allows to set a custom delay for profanity filtering
| Allows to set a custom delay for profanity filtering.
| style="text-align: center; | OFF
| style="text-align: center; | OFF
|-
|-
Line 1,327: Line 1,327:
| Deletes old content log files.
| Deletes old content log files.
|}
|}
<!--Replace table with this once in release
----
; Enable Copy Coordinate UI [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''Copy and paste your relative in-world coordinates''
: Shows feet and facing [[Minecraft:coordinates]] in the [[Minecraft:chat]] menu, as well as a button to copy them. Not available on consoles.
----
==== Content log settings ====
----
; Enable content log file [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''Get a log of warnings and errors useful for debugging creator content''
: Enables a content log file in the game's files.
----
; Show content log UI [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''View the content log while playing in the game''
: Enables the content log GUI feature.
----
; Show content log UI on error during load [[File:Ore UI - Toggle ON Button Locked (Bedrock).png|55px|right|link=]]
''Display content errors in the UI once the world has finished loading''
: Opens the content log GUI upon errors during world load. Available only when "Show content log UI" is enabled.
----
; GUI log level <div class="tright"; style="font-family:Minecraft">Warn</div>
: The minimum script level shown in the content log GUI and during world load. Only available when "Show content log UI" is enabled.
:* Verbose
:* Info
:* Warn
:* Error
----
; ''Content log history'' <div class="tright"; style="font-family:Minecraft">View</div>
''View all content log information''
: Opens the Content Log History menu. Only available when "Show content log UI" is enabled.
----
; ''Delete old logs'' <div class="tright"; style="font-family:Minecraft">Delete</div>
''Removes existing content log files''
: Deletes old content log files.
----
==== Content log location: ====
: Shows the file location of the content log, under [[Minecraft:com.mojang]].
==== Script debugger settings ====
----
; Require Passcode [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''Protect your debugger connection''
: VSCode will prompt user for passcode to connect.
----
; Passcode
: The passcode used for the debugger. Available only when Require Passcode is enabled.
----
; Attach Debugger on Load [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''If the script debugger attaches on level load''
: Attempt to attach script debugger at level load, requires that either inbound port or connect address is set and that inbound or outbound connections are enabled. When turned on, this can be set to '''connect''' or '''listen'''. When set to '''connect''', the game will attempt to connect to debugger in listening mode on the specified port. When set to '''listen''', the game will listen to inbound connect attempts from debugger using connect mode on the specified port.
----
; Host  <div class="tright"; style="font-family:Minecraft">localhost</div>
: The specified host to connect to the debugger. Available only when "Attach Debugger on Load" is enabled.
----
; Port  <div class="tright"; style="font-family:Minecraft">19144</div>
: The specified port to connect with the debugger. Available only when "Attach Debugger on Load" is enabled.
----
; Attach Timeout  <div class="tright"; style="font-family:Minecraft">0 Second(s)</div>
: Amount of time to wait at world load for debugger to attach. Can be set between 0-10 seconds with steps of 1. Available only when "Attach Debugger on Load" is enabled.
----
==== Script diagnostics settings ====
----
; Enable client diagnostics [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''View stats in VS code to assess performance. Like number of entities, memory usage, chunks loaded, commands run per tick. You get the idea.''
: Starts a diagnostics capture session at level load.
----
; ''Delete diagnostics and profiler captures'' <div class="tright"; style="font-family:Minecraft">Delete</div>
''Delete files generated in the Minecraft log folder''
: Choose to delete old diagnostics and profiler capture files.
----
==== Script watchdog settings ====
----
; Interrupt after <div class="tright"; style="font-family:Minecraft">10 Seconds</div>
''Adjust the script hang threshold''
: Sets the watchdog threshold for single tick hangs. Can be set between 3-20 seconds.
----
; Script Spike Warnings [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''Get warnings when script runtime is delayed, and adjust the threshold''
: Enables the watchdog for single tick spikes.
----
; Spike exceeds <div class="tright"; style="font-family:Minecraft">100 Milliseconds</div>
: Sets the watchdog threshold for single tick spikes. Can be set between 50-500 milliseconds. Available only when "Script Spike Warnings" is enabled.
----
; Slow Script Warnings [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''Get warnings when there is a spike in script runtime, and adjust the threshold''
: Enables the watchdog for slow scripts over multiple ticks.
----
; Average exceeds <div class="tright"; style="font-family:Minecraft">10 Milliseconds</div>
: Sets the watchdog threshold for slow scripts over multiple ticks. Can be set between 5-50 milliseconds. Available only when "Slow Script Warnings" is enabled.
----
==== Device info settings ====
----
; Enable memory tier override [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
''Allow manual choice of memory tier''
: Whether to manually set the memory tier.
----
; Memory Tier <div class="tright"; style="font-family:Minecraft">Mid</div>
: Saves and shuts down the world when the combined script memory usage exceeds the given threshold. Can be set to Super Low, Low, Mid, High, and Super High. Only available when "Enable memory tier override" is enabled.
----
==== Editor settings ====
----
; Collect Network Metrics [[File:Ore UI - Toggle ON Button (Bedrock).png|55px|right|link=]]
''Debugging info to improve the performance of extension scripts''
: Whether to collect metrics in the ''[[Minecraft:Editor]]'', which can be viewed in the VSCode live diagnostics view.
----
==== Text filtering ====
----
; Enable Debug Text Filtering Delay Override [[File:Ore UI - Toggle OFF Button (Bedrock).png|55px|right|link=]]
: Allows to set a custom delay for profanity filtering.
----
; Text Filtering Delay <div class="tright"; style="font-family:Minecraft">0 Second(s)</div>
: Allows to change the delay for profanity filtering between 0 and 5 seconds.
----
-->
</div></div>
</div></div>


Line 1,461: Line 1,574:
|{{HistoryLine||26.20|dev=Preview 26.20.22|Added the "Hide your sounds", "Hide weather and ambient sounds", "Location of closed captions", and "Closed caption duration" settings for [[Minecraft:closed captions]].}}
|{{HistoryLine||26.20|dev=Preview 26.20.22|Added the "Hide your sounds", "Hide weather and ambient sounds", "Location of closed captions", and "Closed caption duration" settings for [[Minecraft:closed captions]].}}
|{{HistoryLine|||dev=Preview 26.20.23|Added text filtering delay options to the creator settings.}}
|{{HistoryLine|||dev=Preview 26.20.23|Added text filtering delay options to the creator settings.}}
|{{HistoryLine||26.30|dev=Preview 26.30.25|Added the "Panorama Scroll Speed" option.}}
|{{HistoryLine||26.30|dev=Preview 26.30.25|Added the "Panorama Scroll Speed" option.|[[File:New UI - Creator Settings Screen Menu (Bedrock Preview 26.30.25).png|53px]] The Creator settings tab has been updated to match [[Minecraft:Ore UI]]}}
}}
}}


Line 1,485: Line 1,598:
File:Ore UI - Settings Screen Menu "Language" Tab (Bedrock).png|The Language tab
File:Ore UI - Settings Screen Menu "Language" Tab (Bedrock).png|The Language tab
File:BE Creator settings.png|The Creator Settings tab.
File:BE Creator settings.png|The Creator Settings tab.
File:New UI - Creator Settings Screen Menu (Bedrock Preview 26.30.25).png|The Creator settings tab in ''[[Minecraft:Minecraft Preview]]''
</gallery>
</gallery>



Revision as of 11:27, 5 May 2026

<templatestyles src=":Minecraft_Wiki/styles.css/editcopy" />

Template:Exclusive

File:Ore UI - Settings Screen Menu "Accessibility" Tab (Bedrock).png
The Accessibility tab, the first tab shown when opening the settings

Minecraft's user environment can be configured through the Settings menus. A few additional options can be changed only by editing the Minecraft:options.txt file manually.

The settings menus can be accessed from both the Minecraft:main menu and the game menu. The "Storage" and "Language" settings tabs are not available from the pause menu, and some options are only changeable in the main menu or the pause menu. For the settings tabs related to game settings in the pause menu, see Template:Slink. The "Global Resources" tab is not accessible from the Editor.

The Subscriptions, Storage, all pack settings, and Creator settings tabs still use their old UI and are shown in separate screens. The settings in the game menu on Minecraft:Realms and in the Editor use the old UI for all tabs.

Settings

Controls

Template:Main

Social

General

History

Template:Expand section Template:HistoryTable

Gallery

Settings menus

Settings feedback

Historical menus

See also

Notes

Template:Notelist

References

Template:Reflist

Navigation

Template:Navbox Minecraft Template:Featured

Minecraft:zh:设置