<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ALauncher_settings.json</id>
	<title>Minecraft:Launcher settings.json - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Minecraft%3ALauncher_settings.json"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Launcher_settings.json&amp;action=history"/>
	<updated>2026-09-06T01:21:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Minecraft:Launcher_settings.json&amp;diff=187579&amp;oldid=prev</id>
		<title>SyncBot: Sync: new page from Minecraft</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Launcher_settings.json&amp;diff=187579&amp;oldid=prev"/>
		<updated>2026-08-21T11:08:38Z</updated>

		<summary type="html">&lt;p&gt;Sync: new page from Minecraft&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Missing information|{{cd|updateStrategy}} option}}&lt;br /&gt;
{{underscore title|launcher_settings.json}}&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;#039;&amp;#039;&amp;#039;launcher_settings.json&amp;#039;&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; is a [[Minecraft:JSON]] file located in {{File|directory|[[Minecraft:.minecraft]]|inline=1}}, which stores global configuration parameters of the &amp;#039;&amp;#039;[[Minecraft:Minecraft Launcher]]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
== JSON format ==&lt;br /&gt;
&amp;lt;code&amp;gt;launcher_settings.json&amp;lt;/code&amp;gt; uses JSON structures to save and retrieve settings across launcher sessions. The keys and their data types are outlined below.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound}} The root object&lt;br /&gt;
** {{nbt|int|version}}: The active schema version of the configuration file. Currently {{cd|17}}.&lt;br /&gt;
** {{nbt|int|formatVersion}}: Internal schema format version identifier of the settings model. Defaults to {{cd|0}}.&lt;br /&gt;
** {{nbt|long|deviceId}}: A unique 64-bit integer identifier randomly generated to uniquely identify the client machine installation.&lt;br /&gt;
** {{nbt|string|locale}}: The interface language tag (such as {{cd|en-US}}). Defaults to the operating system&amp;#039;s locale.&lt;br /&gt;
** {{nbt|string|channel}}: The release channel used for receiving launcher updates. Can be {{cd|&amp;quot;release&amp;quot;}}, {{cd|&amp;quot;beta&amp;quot;}} or any custom defined channel in {{cd|customChannels}}. Defaults to {{cd|&amp;quot;release&amp;quot;}}.&lt;br /&gt;
** {{nbt|list|customChannels}}: A list of strings representing custom distribution update channels. Defaults to an empty list {{cd|[]}}.&lt;br /&gt;
** {{nbt|string|productLibraryDir}}: Custom path for installing and managing game files.&lt;br /&gt;
** {{nbt|boolean|useArm64JreIfSupported}}: Forces the launcher to use the native 64-bit ARM Java Runtime Environment, on supported ARM64 hardware. Defaults to {{cd|false}}.&lt;br /&gt;
** {{nbt|boolean|useMagnifiedMode}}: Increases all texts size. Defaults to {{cd|false}}.&lt;br /&gt;
** {{nbt|boolean|quickPlayEnabled}}: Toggles support for [[Minecraft:Quick Play|quick play]]. Defaults to {{cd|true}}.&lt;br /&gt;
**; Optional properties&amp;lt;nowiki&amp;gt;:&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
** {{nbt|string|updateStrategy}}: {{more info}}. Can be {{cd|&amp;quot;STABLE_VERSIONS&amp;quot;}}, {{cd|&amp;quot;SNAPSHOTS&amp;quot;}} or {{cd|&amp;quot;CONTROLLED_EXPERIMENT&amp;quot;}}.&lt;br /&gt;
** {{nbt|string|minecraftServicesEnvironment}}: Target API backend environment for Minecraft Services. Can be any string or {{cd|&amp;quot;staging&amp;quot;}}/{{cd|&amp;quot;stage&amp;quot;}}.&amp;lt;ref name=&amp;quot;staging&amp;quot; group=&amp;quot;note&amp;quot;&amp;gt;Redirects critical backend services to internal staging servers, causing network and authentication failures without valid developer credentials.&amp;lt;/ref&amp;gt;&amp;lt;ref name=&amp;quot;version-tags&amp;quot; group=&amp;quot;note&amp;quot;&amp;gt;Configuring this appends identifier tags directly to the launcher&amp;#039;s displayed version: {{cd|mse}} (Minecraft Services), {{cd|mae}} (Mojang API), {{cd|fse}} (Franchise Services), {{cd|cse}} (Dynamic Resource Services), and {{cd|noent}} ({{cd|forceNoEntitlements}} active).&amp;lt;/ref&amp;gt;&lt;br /&gt;
** {{nbt|string|mojangApiEnvironment}}: Target API backend environment for the in-game [[Minecraft:Mojang API]]. Can be any string or {{cd|&amp;quot;staging&amp;quot;}}/{{cd|&amp;quot;stage&amp;quot;}}.&amp;lt;ref name=&amp;quot;staging&amp;quot; group=&amp;quot;note&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;version-tags&amp;quot; group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
** {{nbt|string|franchiseServicesEnvironment}}: Target API backend environment for the franchise services. Can be any string or {{cd|&amp;quot;staging&amp;quot;}}/{{cd|&amp;quot;stage&amp;quot;}}.&amp;lt;ref name=&amp;quot;staging&amp;quot; group=&amp;quot;note&amp;quot; /&amp;gt;&amp;lt;ref name=&amp;quot;version-tags&amp;quot; group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
** {{nbt|string|dynamicResourceServicesEnvironment}}: Endpoint for CDN asset delivery. Can be {{cd|&amp;quot;prod&amp;quot;}} or {{cd|&amp;quot;testing&amp;quot;}}.&amp;lt;ref name=&amp;quot;version-tags&amp;quot; group=&amp;quot;note&amp;quot; /&amp;gt;&lt;br /&gt;
** {{nbt|compound|dungeonsSettings}}: Settings for the updater specific to {{MCD}}.&amp;lt;ref group=&amp;quot;note&amp;quot;&amp;gt;Only respected by installations from the unified launcher of {{MCD}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
*** {{nbt|string|channelId}}: The release channel identifier.&lt;br /&gt;
*** {{nbt|string|customBuildType}}: The release channel used for receiving updates. Can be an empty string or {{cd|&amp;quot;beta&amp;quot;}}.&amp;lt;ref group=&amp;quot;note&amp;quot;&amp;gt;Setting this to {{cd|&amp;quot;beta&amp;quot;}} allows downloading the official closed [[Minecraft:Dungeons:Beta Update April 3|beta build of &amp;#039;&amp;#039;Minecraft Dungeons&amp;#039;&amp;#039;]] from April 3, 2020.&amp;lt;/ref&amp;gt;&lt;br /&gt;
** {{nbt|boolean|debugGPU}}: Opens a dedicated debugging window showing GPU driver capabilities and hardware acceleration statistics for troubleshooting.&lt;br /&gt;
** {{nbt|boolean|disableGPU}}: Disables hardware graphics acceleration in the launcher.&lt;br /&gt;
** {{nbt|boolean|autoPlayVideoDisabled}}: Prevents embedded videos from automatically playing inside game tabs.&lt;br /&gt;
** {{nbt|compound|treatmentTagOverride}}: Overrides treatment tags and A/B feature flag experiments.&lt;br /&gt;
*** {{nbt|list|onTags}}: A list of tags to explicitly force on.&lt;br /&gt;
*** {{nbt|list|offTags}}: A list of tags to explicitly force off.&lt;br /&gt;
** {{nbt|boolean|logVerboseTelemetry}}: Enables high-verbosity diagnostic telemetry reporting.&lt;br /&gt;
** {{nbt|boolean|logPerformance}}: Enables recording of performance metrics in logs.&lt;br /&gt;
** {{nbt|boolean|forceNoEntitlements}}: Internal debug flag to simulate an account with no owned game licenses.&lt;br /&gt;
** {{nbt|string|shutDownTimestampUnified}}: UNIX timestamp recording the exact date and time of the last shutdown of the unified Minecraft Launcher.&lt;br /&gt;
** {{nbt|string|shutDownTimestampGamecore}}: UNIX timestamp recording the exact date and time of the last shutdown of the launcher.&lt;br /&gt;
** {{nbt|string|sendAdditionalHeader}}: Custom HTTP header injected into network requests sent to backend services.&lt;br /&gt;
** {{nbt|string|additionalCEFOptions}}: Custom command-line arguments and flags passed directly to the {{w|Chromium Embedded Framework|Chromium Embedded Framework (CEF)}} runtime on launch. Accepts a string or an array of argument strings.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Launcher custom channels.png|Hidden channel selector revealed in the launcher settings when {{cd|customChannels}} is populated&lt;br /&gt;
File:Launcher environment version tags.png|Environment override tags appended to the launcher version&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
{{notelist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Java Edition technical|general}}&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>