options.txt

options.txt is the file that stores all the options changeable in the in-game options menu and various other information the game needs to store after quitting. It is found in the .minecraft folder in Java Edition or in the com.mojang/minecraftpe folder in Bedrock Edition, and can be edited with any basic text editor to change options. Most settings can be changed in-game, but a few can be changed only by editing this file. The options.txt file for the latest version of the game is not backward-compatible with older versions of the game, and if older versions are played in the same directory as a newer version, options.txt can be reset back to its default settings.

Options

Java Edition

Each line represents a single option or piece of data, with the option followed by a colon followed by the value of that option. A list of all available key/button numbers for the controls options is available at key codes.

#[N 1] Option name Explanation Valid values Default value Version added
1 version Data version of the client version this file was last saved in; used for upgrading default settings. If this field is missing, the file is discarded and replaced with the defaults. (numeric) 4440
(for latest release 1.21.8)
1.10-pre1 (1.10)
2 ao Smooth lighting true/false true
3 biomeBlendRadius Radius for which biome blending should happen 0–7 2 18w15a (1.13)
4 enableVsync Whether v-sync (vertical synchronization) is enabled true/false true
5 entityDistanceScaling The maximum distance from the player that entities render 0.5-5.0 1.0
6 entityShadows Whether to display entity shadows true/false true
7 forceUnicodeFont Whether Unicode font should be used true/false false
8 japaneseGlyphVariants Uses Japanese variants of CJK (Chinese, Japanese, and Korean) characters in the default font true/false false
9 fov How large the field of view is (floating-point). The in-game value is counted in degrees, however, the options.txt isn't. The value is converted into degrees with the following formula: degrees = 40 * value + 70 -1–1 0.0
10 fovEffectScale FOV Effects (how much the field of view changes when sprinting, having Speed or Slowness etc.) 0–1 1.0
11 darknessEffectScale Darkness Pulsing (how much the Darkness effect pulses) 0–1 1.0 22w15a (1.19)
12 glintSpeed The speed of visual glint on enchanted items 0-1 0.5
13 glintStrength The strength of visual glint on enchanted items 0-1 0.75
14 prioritizeChunkUpdates Chunk section update strategy 0–2 (Threaded, Semi Blocking, Fully Blocking) 0 (Threaded) 21w37a (1.18)
15 fullscreen Whether the game attempts to go fullscreen at startup true/false false
16 gamma Brightness 0–1 (Note: values below 0 and above 1 are invalid and inaccessible on vanilla, even via editing the options.txt file.[1]) 0.5
17 graphicsMode Whether Fast (less detailed), Fancy (more detailed), or Fabulous! (most detailed) graphics are turned on 0-2 (Fast, Fancy, Fabulous!) 1 (Fancy)
18 guiScale Size of interfaces 0 (Auto) or 1+ for size. Upper limit based on window resolution. 0 (Auto)
19 maxFps The maximum framerate 10–260 120
20 inactivityFpsLimit Limits FPS to a certain amount whether the player is AFK (Away From Keyboard) or Minecraft is minimized. afk/minimized afk
21 mipmapLevels Amount by which distant textures are smoothed 0–4 4
22 narrator Setting of the Narrator 0–3 0 17w06a (1.12)
23 particles Amount of particles (such as rain, potion effects, etc.) 0–2 (All, Decreased, Minimal) 0 (All)
24 reducedDebugInfo Whether to show reduced information on the Debug screen true/false false
25 renderClouds Whether to display clouds true/false/fast true
26 renderDistance The render distance in the chunk radius from the player 2–32 without external editing of options.txt; maximum is further limited to 16 on 32-bit machines and machines with less than 1 gigabyte of memory 12 (64-bit), 8 (32-bit)
27 simulationDistance The simulation distance in the chunk radius from the player 5–32 without external editing of options.txt; maximum is further limited to 16 on 32-bit machines and machines with less than 1 gigabyte of memory 12 (64-bit), 8 (32-bit) 21w38a (1.18)
28 screenEffectScale Distortion Effects (how intense the effects of Nausea and nether portals are) 0–1 1.0
29 soundDevice Sound device to be used String 21w37a (1.18)
30 autoJump Whether auto-jump is enabled true/false false
31 rotateWithMinecart Whether the player's direction changes with the direction of the minecart they are riding true/false false
32 operatorItemsTab Whether the player has access to the "Operator Utilities" tab in the Creative inventory true/false false
33 autoSuggestions True if brigadier's command suggestion UI should always be shown, instead of just when pressing tab true/false true 17w47a (1.13)
34 chatColors Whether colored chat is allowed true/false true
35 chatLinks Whether links show as links or just text in the chat (true/false [links/plaintext]) true/false true
36 chatLinksPrompt Whether clicking on links in chat needs confirmation before opening them true/false true
37 discrete_mouse_scroll Ignores scrolling set by operating system true/false false
38 invertYMouse Whether mouse is inverted or not true/false false
39 realmsNotifications Whether Realms invites are alerted on the main menu true/false true
40 showSubtitles If subtitles are shown true/false false
41 directionalAudio If Directional Audio is enabled true/false false 22w11a (1.19)
42 touchscreen Whether touchscreen controls are used true/false false
43 bobView Whether or not the camera bobs up and down as the player walks true/false true
44 toggleCrouch Whether the sneak key must be pressed or held to activate sneaking true/false false
45 toggleSprint Whether the sprint key must be pressed or held to activate sprinting true/false false
46 darkMojangStudiosBackground Whether the Mojang Studios loading screen appears monochrome true/false false 21w13a (1.17)
47 hideLightningFlashes Hide lightning flashes (visual effect) true/false false 21w37a (1.18)
48 hideSplashTexts Whether splash texts are shown on the title screen true/false false
49 mouseSensitivity How much a mouse movement changes the position of the camera 0–1 0.5
50 damageTiltStrength The amount of camera shake when the player is being hurt. 0-1 1.0
51 highContrast Enhances the contrast of UI elements true/false false
52 highContrastBlockOutline Makes targeted block outlines more visible true/false false
53 narratorHotKey Pressing Ctrl + B does not open narrator if it is turned off ? ? 23w33a (1.20.2)
54 resourcePacks A list of active resource packs, with pack names in quotes, separated with commas String []
55 incompatibleResourcePacks A list of active resource packs that are marked as incompatible with the current Minecraft version, with pack names in quotes, separated with commas String []
56 lastServer Address of last server used with Direct Connection String
57 lang Language to be used String en_us
58 chatVisibility What is seen in chat 0–2 (Shown, Commands only, Hidden) 0 (Shown)
59 chatOpacity Opacity of the chat 0–1 1.0
60 chatLineSpacing Spacing between text in chat 0–1 0.0
61 textBackgroundOpacity Opacity of text background 0–1 0.5
62 backgroundForChatOnly Toggles if the background is only in chat or if it's everywhere true/false true
63 hideServerAddress Has no effect in modern versions true/false false
64 advancedItemTooltips Whether hovering over items in the inventory shows its ID and durability; toggled by pressing F3 + H true/false false
65 pauseOnLostFocus Whether switching out of Minecraft without pressing Esc or opening an in-game interface automatically pauses the game; toggled by pressing F3 + P false true 12w34a (1.4.2)
66 overrideWidth Width to open Minecraft with in pixels (0 means default to the Minecraft settings); no in-game control Integer 0
67 overrideHeight Height to open Minecraft with in pixels (0 means default to the Minecraft settings); no in-game control Integer 0
68 chatHeightFocused How tall the chat span is 0–1 1.0
69 chatDelay How much delay there is between text 0–6 0.0
70 chatHeightUnfocused How tall the maximum chat span is, when the chat button is not pressed 0–1 0.4375
71 chatScale The scale/size of the text in the chat 0–1 1.0
72 chatWidth The span width of the chat 0–1 1.0
73 notificationDisplayTime Changes how long toast notifications (advancements, new recipes, etc.) display on screen 0-1 1.0
74 useNativeTransport Whether to use a Netty EpollSocketChannel for connections to servers instead of a NioSocketChannel (only applies if EPOLL is available on the user's system) true/false true
75 mainHand Whether the main hand appears as left or right left/right right
76 attackIndicator When hitting, how the attack indicator is shown on screen 0–2 (Off, Crosshair, Hotbar) 1 (Crosshair)
77 tutorialStep Next stage of tutorial hints to display movement, find_tree, punch_tree, open_inventory, craft_planks, none movement 17w06a (1.12)
78 mouseWheelSensitivity Allows making the mouse wheel more sensitive (see MC-123773) 1–10 1.0 18w21a (1.13)
79 rawMouseInput Ignores acceleration set by the operating system true/false true
80 glDebugVerbosity LWJGL log info level (only on some machines) 0-4 (none, HIGH, MEDIUM, LOW, NOTIFICATION) 1 1.13-pre2 (1.13)
81 skipMultiplayerWarning Whether to skip the legal disclaimer when entering the multiplayer screen true/false false 1.15.2 Pre-Release 1 (1.15.2)
82 hideMatchedNames Some servers send chat messages in non-standard formats. With this option on, the game attempts to apply chat hiding anyway by matching the text in messages. true/false true 1.16.4 Release Candidate 1 (1.16.4)
83 joinedFirstServer Whether the player has joined a server before. If false, the Social Interactions tutorial hint appears when joining a server. true/false false 1.16.4 Release Candidate 1 (1.16.4)
84 syncChunkWrites Whether to open region files in synchronous mode true/false true (Windows), false (other systems)
85 showAutosaveIndicator Whether to show autosave indicator on the right-bottom of the screen true/false true 21w42a (1.18)
86 allowServerListing Whether to allow player's ID to be shown in the player list shown on the multiplayer screen true/false true 1.18-pre2 (1.18)
87 onlyShowSecureChat Toggles whether the chat displays cryptographically signed messages true/false false
88 panoramaScrollSpeed Changes the scrolling speed of the panorama in the main menu 0-1 1.0
89 telemetryOptInExtra true/false false
90 onboardAccessibility False prevents the narrator welcome screen from appearing after the user's first launch. true/false true
91 menuBackgroundBlurriness Changes the blurriness of menu background 0-1 0
92 startedCleanly true/false true
93 key_key.attack Attack control Key codes key.mouse.left
94 key_key.use Use Item control Key codes key.mouse.right
95 key_key.forward Forward control Key codes key.keyboard.w
96 key_key.left Left control Key codes key.keyboard.a
97 key_key.back Back control Key codes key.keyboard.s
98 key_key.right Right control Key codes key.keyboard.d
99 key_key.jump Jump control Key codes key.keyboard.space
100 key_key.sneak Sneak control Key codes key.keyboard.left.shift
101 key_key.sprint Sprint control Key codes key.keyboard.left.control
102 key_key.drop Drop control Key codes key.keyboard.q
103 key_key.inventory Inventory control Key codes key.keyboard.e
104 key_key.chat Chat control Key codes key.keyboard.t
105 key_key.playerlist List Players control Key codes key.keyboard.tab
106 key_key.pickItem Pick Block control Key codes key.mouse.middle
107 key_key.command Command control Key codes key.keyboard.slash
108 key_key.socialInteractions Social Interaction control Key codes key.keyboard.p
109 key_key.screenshot Screenshot control Key codes key.keyboard.f2
110 key_key.togglePerspective Perspective control Key codes key.keyboard.f5
111 key_key.smoothCamera Mouse Smoothing control Key codes key.keyboard.unknown
112 key_key.fullscreen Fullscreen control Key codes key.keyboard.f11
113 key_key.spectatorOutlines Visibility of player outlines in Spectator Mode control Key codes key.keyboard.unknown
114 key_key.swapOffhand Swapping of items between both hands control Key codes key.keyboard.f
115 key_key.saveToolbarActivator Save current toolbar to a Saved Hotbars slot (in Creative Mode) Key codes key.keyboard.c 17w06a (1.12)
116 key_key.loadToolbarActivator Load toolbar from a Saved Hotbars slot (in Creative Mode) Key codes key.keyboard.x 17w06a (1.12)
117 key_key.advancements Open the Advancements screen Key codes key.keyboard.l 17w06a (1.12)
118 key_key.hotbar.1 Hotbar Slot 1 control Key codes key.keyboard.1
119 key_key.hotbar.2 Hotbar Slot 2 control Key codes key.keyboard.2
120 key_key.hotbar.3 Hotbar Slot 3 control Key codes key.keyboard.3
121 key_key.hotbar.4 Hotbar Slot 4 control Key codes key.keyboard.4
122 key_key.hotbar.5 Hotbar Slot 5 control Key codes key.keyboard.5
123 key_key.hotbar.6 Hotbar Slot 6 control Key codes key.keyboard.6
124 key_key.hotbar.7 Hotbar Slot 7 control Key codes key.keyboard.7
125 key_key.hotbar.8 Hotbar Slot 8 control Key codes key.keyboard.8
126 key_key.hotbar.9 Hotbar Slot 9 control Key codes key.keyboard.9
127 soundCategory_master The volume of all sounds 0–1 1.0
128 soundCategory_music The volume of gameplay music 0–1 1.0
129 soundCategory_record The volume of music/sounds from jukeboxes and note blocks 0–1 1.0
130 soundCategory_weather The volume of rain and thunder 0–1 1.0
131 soundCategory_block The volume of blocks 0-1 1.0
132 soundCategory_hostile The volume of hostile and neutral mobs 0–1 1.0
133 soundCategory_neutral The volume of passive mobs 0–1 1.0
134 soundCategory_player The volume of players 0–1 1.0
135 soundCategory_ambient The volume of cave sounds and fireworks 0–1 1.0
136 soundCategory_voice The volume of voices 0–1 1.0
137 modelPart_cape Whether the cape is shown true/false true
138 modelPart_jacket Whether the "Jacket" skin layer is shown true/false true
139 modelPart_left_sleeve Whether the "Left Sleeve" skin layer is shown true/false true
140 modelPart_right_sleeve Whether the "Right Sleeve" skin layer is shown true/false true
141 modelPart_left_pants_leg Whether the "Left Pants Leg" skin layer is shown true/false true
142 modelPart_right_pants_leg Whether the "Right Pants Leg" skin layer is shown true/false true
143 modelPart_hat Whether the "Hat" skin layer is shown true/false true
144 fullscreenResolution Changes the resolution of the game when in fullscreen mode. The only values allowed are the values supported by the user's monitor, shown when changing the screen resolution in the operating system settings. Setting this option to a value not supported by the monitor resets the option to "Current". When set to "Current", this option is absent from options.txt. <width>x<height>@<refresh rate>:<color bits> Absent

Bedrock Edition

#[N 1] Option name Explanation Valid values Default value Version added
1 mp_username The name of the player. Player 0.7.0
2 game_difficulty_new 1 0.12.1 (build 1)
3 game_thirdperson Number used to identify first person, third person front, and third person back. 0/1/2 0 0.7.0
4 ctrl_interactionModel The control mode used for touch controls. 0: Joystick & tap to interact / 1: Joystick & aim crosshair / 2: D-pad & tap to interact 0 0.11.0 (build 1)
5 gfx_dpadscale The scale of the D-Pad in touch controls. 0-1 0.5 0.11.0 (build 1)
6 gfx_alwayshighlighthoveringboxincrosshair Whether block are always highlighted by the crosshair or only when tapped when using joystick touch controls with a crosshair. 0/1 1
6 gfx_showActionButton Whether buttons on the touchscreen are shown to interact with blocks and entities when using joystick touch controls with a crosshair. 0/1 1
8 gfx_showBlockSelectButton Whether to show a pick block button in touch controls. 0/1 0
9 gfx_showToggleCameraPerspectiveButton Whether a button to toggle the camera perspective is shown on touch controls. 0/1 0 1.21.70
10 ctrl_sprintonmovement Whether the player can sprint using the joystick in touch controls. 0/1 0
11 ctrl_moveStickVisible Whether the joystick is visible in touch controls. 0/1 1
12 gfx_thumbstickopacity Controls the opacity of the thumbstick in touch controls. 0-1 0.5
13 ctrl_defaultMoveStickVisible Whether the thumbstick in touch controls is always visible. 0/1 1
14 ctrl_creativeDelayedBlockBreaking Toggles delayed block breaking in Creative mode in touch controls. 0/1 1
15 gfx_wysiwygX 0.5
16 gfx_wysiwygY 0.5
17 gfx_wysiwygScale 1
18 ctrl_enableNewTouchControlSchemes 1
19 mp_server_visible 1 0.7.0
20 mp_xboxlive_visible 1 0.12.1 (build 10)
21 mp_nex_visble 1
22 mp_psn_visble 1 1.13.0
23 game_language The language that the game has selected.​ Blank[N 2] 0.11.0 (build 1)
24 game_skintypefull The unique identifier of the current skin being used. 0.11.0 (build 4)
25 game_lastcustomskinnew Standard.Dummy 0.11.0 (build 4)
26 game_recentskin1 The skin used before it was last changed. 0.15.0 (build 1) Blank[N 2]
27 game_recentskin2 The second most recent skin used. 0.15.0 (build 1) Blank[N 2]
28 game_recentskin3 The third most recent skin used. 0.15.0 (build 1) Blank[N 2]
29 game_haseverloggedintoxbl Whether the user has ever logged into Xbox Live. 0/1 0 0.15.0 (build 1)
30 game_haschosennottosignintoxbl Whether the user is currently signed out of Xbox Live. 0/1 1 0.15.0 (build 1)
31 dvce_filestoragelocation Where the game files are stored. 2
32 ctrl_islefthanded Whether the touch d-pad should be on the left or the right. 0/1 0 0.7.0
33 ctrl_joystickVisibility Whether the joystick in touch controls is visible when unused. 0/1 0
34 ctrl_staticJoystick Wether the joystick in touch controls can be moved on the screen. 0/1 1
35 ctrl_usetouchjoypad Whether or not Split Touch controls is enabled. 0/1 0 0.7.0
36 ctrl_swapjumpandsneak Whether the jump and sneak buttons should be swapped. 0/1 0 0.12.1 (build 2)
37 gfx_viewdistance The player's render distance, measured in blocks. 80-1536 Varies depending on the device.
38 gfx_particleviewdistance 0.5 0.14.2
39 gfx_viewbobbing Toggles view bobbing. 0/1 1 0.12.1 (build 1)
40 gfx_transparentleaves Toggles transparent leaves. 0/1 1 0.14.2
41 gfx_vr_transparentleaves Toggles transparent leaves when using VR. 0/1 1
42 gfx_smoothlighting Toggles smooth lighting. 0/1 1
43 gfx_vr_smoothlighting Toggles smooth lighting when using VR. 0/1 1
44 gfx_fancyskies Whether the sun, moon, clouds, stars, and different sky colors are visible. 0/1 1 0.7.0
45 gfx_field_of_view The player's field of view, measured in degrees. 30-110 60 0.12.1 (build 3)
46 gfx_msaa The level of in-game multisample anti-aliasing. 1-16 (power of 2) 1 0.14.2
47 gfx_texel_aa_2 0
48 gfx_gamma The brightness level of the player's screen. 0-1 0.5 0.10.0 (build 1)
49 gfx_multithreaded_renderer 0/1 1
50 gfx_vsync Whether v-sync (vertical synchronization) is enabled 0/1 0 1.9.0
51 dev_file_watcher 0/1 1 1.9.0
52 gfx_max_framerate The maximum framerate (0 means unlimited) 0-250 0
53 gfx_fullscreen Whether or not fullscreen is enabled 0/1 0 0.12.1 (build 1)
54 show_advanced_video_settings 0/1 0
55 gfx_guiscale_offset How much to scale the UI, relative to the game's predetermined scale (based on the screen/window size). Theoretically any number, but generally an integer between -1 and 2 on most screen sizes. 0
56 gfx_splitscreen_guiscale_offset The offset of GUIs when using splitscreen. 0-1 0
57 gfx_safe_zone_x The horizontal offset of the screen. 0-1 1 1.2.9
58 gfx_safe_zone_y The vertical offset of the screen. 0-1 1 1.2.9
59 gfx_safe_zone_all The scale offset of the screen. 0-1 1
60 gfx_safe_zone_pos_x 0-1 1
61 gfx_safe_zone_pos_y 0-1 0
62 gfx_ui_profile Whether to use the Pocket UI instead of the Classic UI. 0/1 1 on mobile devices, 0 on other platforms.
63 audio_main The volume of all sounds. 0-1 1 1.16.200
64 audio_sound The volume of sound effects. 0-1 1 0.7.0
65 audio_music The volume of gameplay music. 0-1 1 0.12.1 (build 1)
66 audio_ambient The volume of ambient sounds. 0-1 1 1.16.200
67 audio_block The volume of blocks. 0-1 1 1.16.200
68 audio_hostile The volume of hostile mobs. 0-1 1 1.16.200
69 audio_neutral The volume of friendly creatures. 0-1 1 1.16.200
70 audio_record The volume of music/sounds from jukeboxes and note blocks. 0-1 1 1.16.200
71 audio_player The volume of players. 0-1 1 1.16.200
72 audio_weather The volume of weather. 0-1 1 1.16.200
73 audio_teksttospeech The volume of text to speech. 0-1 1
74 vr_cameraMovement 0-1 1
75 vr_snapAngle 2
76 vr_stutter_turn_constant_time 1 0.14.2
77 vr_stutter_turn_sound 1 0.14.2
78 vr_movement 0
79 vr_jump 0
80 vr_headSteering 0
81 vr_stickyMining 0
82 vr_hudPosition 0
83 vr_sensitivity The sensitivity when using VR. 0-1 0.5 0.14.2
84 vr_gamma The gamma level of the player's screen when using VR. 0/1 0 0.14.2
85 vr_particle_view_dist The particle view distance when playing VR. 0.25
86 vr_hud_distance 0/1 1
87 vr_hmd_displacement 0 0.14.2
88 vr_renderdistance The view distance when using VR. Must be a number.​ 128 on iOS, 336 on Windows​ 0.14.2
89 vr_autojump Toggles auto-jump when using VR. 0/1 1 0.14.2
90 vr_stereorendering 0/1 1
91 vr_use_normal_hit 0/1 0 0.14.2
92 vr_use_red_flash 0/1 1 0.14.2
93 vr_rstick_pitch_assist 0/1 0 0.14.2
94 vr_rstick_gazeadjust 0/1 0 0.14.2
95 vr_gaze_pitch_boost 0/1 1 0.14.2
96 vr_living_room_cursor_centered 0/1 1
97 vr_tap_turn 0/1 0
98 vr_tapturn_sensitivity 0-1 0.375
99 vr_wheelturn_sensitivity 50
100 vr_180_turns 0/1 0
101 vr_livingroom_hint_time 32000 0.15.0 (build 1)
102 vr_mirror_texture 0/1 1
103 vr_hand_controls_item 0/1 1
104 vr_hand_pointer 0/1 1
105 vr_hands_visible 0/1 0
106 vr_ui_mouse_sensitivity 0/1 1
107 vr_msaa Whether or not multisample anti-aliasing is enabled when using VR. 0/1 1
108 store_has_purchased_coins Whether the user has ever bought minecoins. 0/1 0
109 switch_coin_debug 0/1 0
110 startup_statistics 0/1 0
111 old_game_version_major The first number in the current version. 0 0.8.1
112 old_game_version_minor The second number in the current version, used to store major updates. 0 0.8.1
113 old_game_version_patch The third number in the current version, used to store minor updates/hotfixes. 0 0.8.1
114 old_game_version_revision The fourth number in the current version, used for internal versioning. 0 1.12.0
115 old_game_version_beta The fifth number in the current version, used for betas (0 if not playing beta). 0 0.8.1
116 fail_realms_purchase_fulfillment 0/1 0 1.21.90
117 realms_show_friend_invites_only Whether the list of invites to Realms should show invites only from in-game friends. 0/1 1 0.15.0 (build 2)
118 number_of_owned_realms The number of Realms that the player owns. 0
119 number_of_friends_realms The number of Realms the player has access to. 0
120 realms_view_upsell_screen_count 3
121 realms_ore_ui_purchase_enabled 0/1 0
122 MultipleSwitchRealms 0/1 0 1.21.80
123 realms_enable_subpacks 0/1 1 1.21.80
124 owners_can_require_opt_in Whether the player can require members from an owned Realm to opt in to the Timeline. 0/1 1 1.21.70
125 shown_ratings_prompt 0 1.5.0
126 save_and_quit_count The number of times the player has exited a world. 1 1.5.0
127 show_worlds_trial_button 0/1 1
128 allow_cellular_data Whether to use cellular data to connect with online services. 0/1 0
129 auto_update_mode Whether to update Marketplace packs automatically over cellular data or wi-fi. 0/1 1
130 auto_update_enabled Whether to update Marketplace packs automatically. 0/1 1
131 websocket_enabled Whether the game allows to connect to WebSocket servers. 0/1 0
132 websocket_encryption Whether the game only allows encrypted WebSocket server connections. 0/1 0
133 text_to_speech_discovered Whether the device has support for text to speech. 0/1 0 1.11.0
134 monitor_platform_text_to_speech Toggles text to speech with the device's settings. 0/1 1 1.13.0
135 chat_text_to_speech Toggles text to speech for chat messages. 0/1 0
136 ui_text_to_speech Toggles text to speech in menu screens. 0/1 0 1.11.0
137 open_chat_message Toggles to show the "Press T, ↵ Return, or Gamepad Button8 to open chat" message in the chat. 0/1 1 1.13.0
138 ctrl_sensitivity2_mouse The sensitivity when using mouse controls. 0-1 0.6
139 ctrl_sensitivity_touch The sensitivity when using touch controls. 0-1 0.6
140 ctrl_sensitivity2_gamepad The sensitivity when using a console controller. 0-1 0.6
141 ctrl_sensitivity2_motioncontroller The sensitivity when using a VR motion controller. 0-1 0.6
142 ctrl_smoothrotationseed The sensitivity of the camera movement keys when using full keyboard gameplay. 0-1 0.1 1.4.0
143 ctrl_invertmouse_mouse Whether the vertical camera movement on the mouse is inversed. 0/1 0
144 ctrl_invertmouse_touch Whether the vertical camera movement on touch controls is inverted. 0/1 0
145 ctrl_invertmouse_gamepad Wether the vertical camera movement on a console controller is inverted. 0/1 0
146 ctrl_invertmouse_motioncontroller Whether the vertical camera movement on a VR motion controller is inverted. 0/1 0
147 ctrl_autojump_mouse Toggles auto-jump for mouse controls. 0/1 1
148 ctrl_autojump_touch Toggles auto-jump for touch controls. 0/1 1
149 ctrl_autojump_gamepad Toggles auto-jump for console controllers. 0/1 1
150 ctrl_autojump_motioncontroller Toggles auto-jump for VR motion controllers. 0/1 1
151 ctrl_fullkeyboardgameplay Toggles full keyboard gameplay. If set to 1, all controls are on the keyboard, and the mouse is not used. 0/1 0 1.4.0
152 feedback_destroy_vibration_mouse Whether to vibrate when breaking block, for keyboard & mouse controls. 0/1 1
153 feedback_destroy_vibration_touch Whether to vibrate when breaking block, for touch controls. 0/1 0
154 feedback_destroy_vibration_gamepad Whether to vibrate when breaking block, for console controllers. 0/1 1
155 feedback_destroy_vibration_motioncontroller Whether to vibrate when breaking block, for VR motion controllers. 0/1 1
156 feedback_split_vibration_mouse Whether to vibrate when splitting items in a GUI, for keyboard & mouse controls. 0/1 1
157 feedback_split_vibration_touch Whether to vibrate when splitting items in a GUI, for touch controls. 0/1 0
158 feedback_split_vibration_gamepad Whether to vibrate when splitting items in a GUI, for console controllers. 0/1 1
159 feedback_split_vibration_motioncontroller Whether to vibrate when splitting items in a GUI, for VR motion controllers. 0/1 1
160 gfx_toggleclouds Whether to show the clouds. (Note: gfx_fancyskies must also be on). 0/1 1
161 ctrl_togglecrouch_mouse Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using keyboard controls. 0/1 0
162 ctrl_togglecrouch_touch Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using touch controls. 0/1 1
163 ctrl_togglecrouch_gamepad Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using a console controller. 0/1 0
164 ctrl_togglecrouch_motioncontroller Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using a VR motion controller. 0/1 0
165 ctrl_sneak Whether the sneak button toggles sneaking, as opposed to holding the button to sneak, when using touch controls with a joystick. 0/1 0
166 crossplatform_toggle 0/1 1 1.13.0
167 last_xuid The logged Xbox account xuid (in decimal number) Blank[N 2]
168 gfx_hidepaperdoll Whether to hide the paper doll. If turned on, the HUD must also be displayed. 0/1 1
169 gfx_tooltips 0/1 0
170 show_learning_Prompts 0/1 0
171 show_control_tips Whether to show controller hints for controller controls. 0/1 0
172 show_control_tips_overridden 0/1 0
173 gfx_classic_box_selection Whether to show the outline selection when aiming at blocks with the crosshair. 0/1 1
174 gfx_vr_classic_box_selection Whether to show the outline selection when aiming at blocks with the crosshair in VR. 0/1 0
175 gfx_splitscreen Toggles splitscreen mode between horizontal and vertical. 0/1 0
176 gfx_hidehud Whether to hide the heads-up display. If turned off, the player's hand is still visible, but the coordinates and paper doll are not. 0/1 0
177 gfx_hidehand Whether to hide the player's hand. If turned on, the player's hand appears regardless of gfx_hidhud. 0/1 0
178 vr_hide_hud Whether to hide the HUD when using VR. 0/1 0
179 vr_hide_hand Whether to hide the player's hand when using VR. 0/1 0
180 gfx_ingame_player_names Whether or not in-game player nametags are shown. 0/1 1
181 gfx_splitscreen_ingame_player_names Whether or not in-game player nametags are shown when playing in splitscreen. 0/1 1
182 gfx_interface_opacity Adjusts the opacity of the HUD. 0-1 1
183 gfx_splitcreen_interface_opacity Adjusts the opacity of the HUD while in splitscreen. 0-1 1
184 gfx_hud_background_opacity Adjusts the opacity of text shown on the HUD. 0-1 0.6 1.16.0
185 gfx_actionbar_background_opacity Adjusts the opacity of text shown on the action bar. 0-1 0.6 1.16.0
186 gfx_chat_background_opacity Adjusts the opacity of chat messages shown on the HUD. 0-1 0.7 1.21.90
187 game_ackautosave 0/1 0
188 realmsplus_upgradenotice_state 0/1 0 1.13.0
189 gfx_showautosaveicon Whether or not to show the autosave icon when autosaving. 0/1 0
190 gfx_has_set_safe_zone 0/1 0
191 gfx_field_of_view_toggle 0/1 1
192 gfx_gamepad_cursor Whether to show a cursor in the GUI while using a console controller. 0/1 0
193 gamma_calibration The brightness when using Vibrant Visuals. 0.25-1.5 1
194 has_set_hdr_brightness 0/1 0
195 ctrl_hotbarOnlyTouch Whether touch controls should be used only for the hotbar. 0/1 0 1.2.13
196 gfx_gamepad_cursor_sensitivity The sensitivity of the cursor when using a console controller. 0-1 1 1.2.10
197 realms_sunset_tier -1/0/1 -1
198 has_shown_being_sunset_notice 0/1 0 1.16.10
199 has_shown_sunset_notice 0/1 0 1.16.10
200 game_showplatformnetworkconnect 0/1 0
201 screen_animations Whether or not smooth screen transitions are enabled. 0/1 1 1.2.13
202 ctrl_swap_gamepad_ab_buttons Whether to swap the A and B buttons on a controller (by default, these are jumping and sneaking, respectively). 0/1 0 1.2.13
203 ctrl_swap_gamepad_xy_buttons Whether to swap the X and Y buttons on a controller (by default, these are crafting and inventory, respectively). 0/1 0 1.2.13
204 ctrl_clear_hotbar Whether the option to instantly clear the hotbar while in a GUI is available, for console controllers. 0/1 0
205 gfx_bubble_particles Toggles bubble particles and fancy bubble columns. 0/1 1 1.5.0
206 game_showplatformpremiumupsell 0/1 0 1.5.0
207 chat_color_code The color used in the chat window. See the formatting codes page for details. §f 1.8.0
208 chat_font_size The font size used in the chat window. 12 1.10.0
209 chat_line_spacing The line spacing in the chat window. 1 1.7.0
210 chat_mentions_color_code The color used to mention other players (e.g., @Player). See the formatting codes page for details. §e 1.8.0
211 chat_typeface The font used in the chat between Mojangles or Noto Sans. 0/1 0 1.10.0
212 content_log_file Enables a content log file. 0/1 0 1.12.0
213 content_log_gui Enables the content log GUI in the Creator settings tab. 0/1 0 1.12.0
214 content_log_gui_level Adjusts the minimum content log level. 0/1/2/3/4 2
215 content_log_gui_show_on_errors Whether the content log GUI is opened in-game on an error. 0/1 0
216 gameplay_tips_enabled Toggles tutorial hints. 0/1 0 1.9.0
217 gameplay_tips_enabled_for_debug 0/1 1 1.9.0
218 pause_feature_enabled Whether the game is paused in the pause menu in singleplayer. 0/1 1
219 game_tips_animation_enabled Toggles the animation of tutorial hints. 0/1 1
220 iap_owning_account Blank[N 2] 1.9.0
221 last_minecraft_id Blank[N 2] 1.9.0
222 last_title_account_id Blank[N 2]
223 show_camera_tip_times_remain The amount of camera tutorial hints that is yet to be shown. 3
224 show_movement_tip_times_remain The amount of movement tutorial hints that is yet to be shown. 3
225 show_flying_tip_times_remain The amount of flying tutorial hints that is yet to be shown. 3
226 show_fly_up_tip_times_remain The amount of fly up tutorial hints that is yet to be shown. 3
227 show_fly_down_tip_times_remain The amount of fly down tutorial hints that is yet to be shown. 3
228 show_stop_flying_tip_times_remain The amount of stop flying tutorial hints that is yet to be shown. 3
229 show_jump_tip_times_remain The amount of jump tutorial hints that is yet to be shown. 3
230 show_swim_tip_times_remain The amount of swim tutorial hints that is yet to be shown. 3
231 show_break_block_tip_times_remain The amount of break block tutorial hints that is yet to be shown. 3
232 show_place_block_tip_times_remain The amount of place block tutorial hints that is yet to be shown. 3
233 show_open_inventory_tip_times_remain The amount of open inventory tutorial hints that is yet to be shown. 3
234 show_sneak_tip_times_remain The amount of sneak tutorial hints that is yet to be shown. 3
235 show_stop_sneaking_tip_times_remain The amount of stop sneaking tutorial hints that is yet to be shown. 3
236 show_place_crafting_table_tip_times_remain The amount of place crafting table tutorial hints that is yet to be shown. 3
237 show_use_crafting_table_tip_times_remain The amount of use crafting table tutorial hints that is yet to be shown. 3
238 show_hotbar_scrolling_tip_times_remain The amount of hotbar scrolling tutorial hints that is yet to be shown. 3
239 show_chat_tip_times_remain The amount of chat tutorial hints that is yet to be shown. 3
240 show_emote_tip_times_remain The amount of emote tutorial hints that is yet to be shown. 3
241 day_one_experience_completed Whether the player has completed one in-game day. 0/1 0 1.13.0
242 is_legacy_player 0/1 1 1.13.0
243 toast_notification_duration The duration of toast notifications. 0/1/2 0
244 chat_message_duration The duration of chat messages shown on the HUD. 0/1/2 1
245 dev_enable_texture_hot_reloader 0/1 0
246 playfab_commerce_enabled 0/1 0 1.13.0
247 do_not_show_multiplayer_online_safety_warning Whether the game should show the online safety warning when attempting to play a multiplayer world or server. 0/1 0 1.14.60
248 only_show_trusted_skins Whether or not user uploaded skins are rendered. 0/1 1 1.14.60
249 filter_profanity Whether the game should use profanity filtering in the chat. 0/1 1
250 camera_shake Whether the camera could visually shake affected by gameplay. 0/1 1 1.16.100
251 gfx_gui_accessibility_scaling Enables a larger version of the GUI. 0/1 0
252 raytracing_viewdistance The render distance when the graphics mode is set to Ray Traced. 5-96 Varies depending on the device. 1.16.200
253 deferred_viewdistance The render distance when the graphics mode is set to Vibrant Visuals. 0-128[N 3] Varies depending on the device.
254 upscaling_percentage The resolution used for upscaling when the graphics mode is set to Vibrant Visuals. 0-100 0
255 upscaling_mode The upscaling mode used for Vibrant Visuals. 0: TAAU / 1: Bilinear 1
256 gfx_upscaling Whether upscaling is enabled when the graphics mode is set to Ray Traced. 0/1 1 1.16.200
257 new_edit_world_screen_beta 0/1 1
258 ctrl_spyglassdamp_mouse The sensitivity of the mouse while using a spyglass. 0-1 0.5
259 ctrl_spyglassdamp_touch The sensitivity of the joystick while using a spyglass. 0-1 0.5
260 ctrl_spyglassdamp_gamepad The sensitivity of the console controller while using a spyglass. 0-1 0.5
261 ctrl_spyglassdamp_motioncontroller The sensitivity of the VR motion controller while using a spyglass. 0-1 0.5
262 ctrl_dwellbeforedragtime 180
263 ctrl_stacksplittingtriggertime The time while holding needed to start splitting a stack of items in the inventory. 525
264 do_not_show_cloud_upload_prompt 0/1 0
265 show_render_distance_warning_modal Whether to show a warning message when trying to set the render distance above the recommended value. 0/1 1
266 dev_marketplace_rotation_speed_multiplier The rotation speed of skins in the Marketplace. 0
267 dev_marketplace_toggle_all_skins_rotate Whether skins in the Marketplace are visually rotating. 0/1 1
268 has_shown_storage_location_warning Whether a warning about the storage location has ever been shown. 0/1 0
269 game_event_retention_ticks 0
270 deep_dark_debug_render 0/1 0
271 copy_coordinate_ui Whether the coordinates and buttons to copy them are shown in the chat menu. 0/1 0
272 serverbound_client_diagnostics_enabled Starts a diagnostics capture session at level load. 0/1 0
273 script_debugger_auto_attach 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. 0/1 0
274 script_debugger_auto_attach_timeout Amount of time to wait at world load for debugger to attach. 0-1 0
275 script_debugger_attach_mode Whether to connect to the debugger at the specified port, or listen to inbound connect attempts from the debugger on the specified port. 0: connect / 1: listen 1
276 script_debugger_host The specified host to connect with the debugger. localhost
277 script_debugger_port The specified port to connect with or listen to the debugger. 19144
278 script_debugger_passcode The passcode used for the debugger. Blank[N 2]
279 script_debugger_passcode_required VSCode will prompt user for passcode to connect. 0/1 0
280 script_watchdog_slow_warning Enables the watchdog for slow script. 0/1 0
281 script_watchdog_spike_warning Enables the watchdog for single tick spikes. 0/1 0
282 script_watchdog_slow_threshold Sets the watchdog threshold for single tick spikes. 5-50 10
283 script_watchdog_spike_threshold Sets the watchdog threshold for slow scripts over multiple ticks. 50-500 100
284 script_watchdog_hang_threshold Sets the watchdog threshold for single tick hangs. 3-100 10
285 device_info_memory_tier_override Saves and shuts down the world when the combined script memory usage exceeds the given threshold. 1/2/3/4/5 4
286 device_info_use_memory_tier_override Whether to use device_info_memory_tier_override instead of an automatic memory tier. 0/1 0
287 darkness_effect_modifier Changes the influence of the Darkness effect. 0-1 1
288 glint_strength Changes the transparency of visual glint on enchanted items. 0-1 0.75
289 glint_speed Changes the speed of visual glint on enchanted items. 0-1 0.5
290 touch_control_selection_screen Enables a button to change the touch control mode. 0/1 0
291 enable_braze 0/1 0
292 device_lost_telemetry_enabled 0/1 0
293 gfx_resizableui Toggles the ability to customize the location, scale, and opacity of buttons in touch controls. 0/1 1
294 gfx_hotbarScale Adjusts the scale of the hotbar 0-1 1
295 gfx_moveStickX The horizontal location of the move joystick. 0-1 0.15
296 gfx_moveStickY The vertical location of the move joystick. 0-1 0.55
297 gfx_moveStickScale The size of the move joystick. 1
298 gfx_touchButton1X The horizontal location of the place block button. 0-1 0.925
299 gfx_touchButton1Y The vertical location of the place block button. 0-1 0.4
300 gfx_touchButton1Scale The scale of the place block button. 1
301 gfx_touchButton1Opacity The opacity of the place block button. 0-1 0.5
302 gfx_touchButton2X The horizontal location of the attack/destroy button. 0-1 0.825
303 gfx_touchButton2Y The vertical location of the attack/destroy button. 0-1 0.5
304 gfx_touchButton2Scale The scale of the attack/destroy button. 1
305 gfx_touchButton2Opacity The opacity of the attack/destroy button. 0-1 0.5
306 gfx_touchButton3X The horizontal location of the sneak button. 0-1 0.925
307 gfx_touchButton3Y The vertical location of the sneak button. 0-1 0.6
308 gfx_touchButton3Scale The scale of the sneak button. 1
309 gfx_touchButton3Opacity The opacity of the sneak button. 0-1 0.5
310 gfx_touchButton4X The horizontal location of the sprint button. 0-1 0.825
311 gfx_touchButton4Y The vertical location of the sprint button. 0-1 0.7
312 gfx_touchButton4Scale The scale of the sprint button. 1
313 gfx_touchButton4Opacity The opacity of the sprint button. 0-1 0.5
314 gfx_touchButton5X The horizontal location of the jump button. 0-1 0.925
315 gfx_touchButton5Y The vertical location of the place jump button. 0-1 0.8
316 gfx_touchButton5Scale The scale of the place jump button. 1
317 gfx_touchButton5Opacity The opacity of the place jump button. 0-1 0.5
318 gfx_touchButton6X The horizontal location of the pick block button. 0-1 0.266
319 gfx_touchButton6Y The vertical location of the pick block button. 0-1 0.8
320 gfx_touchButton6Scale The scale of the pick block button. 0 1
321 gfx_touchButton6Opacity The opacity of the pick block button. 0-1 0.5
322 gfx_touchDpadX The horizontal location of the D-Pad. 0-1 0.12
323 gfx_touchDpadY The vertical location of the D-Pad. 0-1 0.75
324 gfx_touchDpadScale The scale of the D-Pad. 1.2
325 gfx_touchDpadOpacity The opacity of the D-Pad. 0-1 0.5
326 gfx_classicButton1X The horizontal location of the jump button when using D-pad & tap to interact control mode. 0-1 0.9
327 gfx_classicButton1Y The vertical location of the jump button when using D-pad & tap to interact control mode. 0-1 0.75
328 gfx_classicButton1Scale The scale of the jump button when using D-pad & tap to interact control mode. 1.2
329 gfx_classicButton1Opacity The opacity of the jump button when using D-pad & tap to interact control mode. 0-1 0.5
330 gfx_classicButton2X The horizontal location of the fly/swim up button when using D-pad & tap to interact control mode. 0-1 0.9
331 gfx_classicButton2Y The vertical location of the fly/swim up button when using D-pad & tap to interact control mode. 0-1 0.75
332 gfx_classicButton2Scale The scale of the fly/swim up button when using D-pad & tap to interact control mode. 1.2
333 gfx_classicButton2Opacity The opacity of the fly/swim up button when using D-pad & tap to interact control mode. 0-1 0.5
334 gfx_classicButton3X The horizontal location of the fly/swim down button when using D-pad & tap to interact control mode. 0-1 0.9
335 gfx_classicButton3Y The vertical location of the fly/swim down button when using D-pad & tap to interact control mode. 0-1 0.89
336 gfx_classicButton3Scale The scale of the fly/swim down button when using D-pad & tap to interact control mode. 1.2
337 gfx_classicButton3Opacity The opacity of the fly/swim down button when using D-pad & tap to interact control mode. 0-1 0.5
338 gfx_classicButton4X The horizontal location of the pick block button when using D-pad & tap to interact control mode. 0-1 0.75
339 gfx_classicButton4Y The vertical location of the pick block button when using D-pad & tap to interact control mode. 0-1 0.75
340 gfx_classicButton4Scale The scale of the pick block button when using D-pad & tap to interact control mode. 1.2
341 gfx_classicButton4Opacity The opacity of the pick block button when using D-pad & tap to interact control mode. 0-1 0.5
342 realmsplus_lastshowngoogleholddate Date: YYYY-MM-DDTHH:MM:SSZ 1970-01-01T00:00:00Z
343 ctrl_resetOnStart 0/1 0
344 gpu_validation_enabled 0/1 0
345 gpu_validation_verbose 0/1 0
346 gpu_validation_outputmanager_enabled 0/1 0
347 gpu_validation_disable_errorsupress 0/1 0
348 load_renderdocdll 0/1 0
349 graphics_mode Changes the game's graphics mode. 0: Simple / 1: Fancy / 2: Vibrant Visuals / 3: Ray Traced 2
350 graphics_quality_preset_mode The quality of Vibrant Visuals. 0: Favor Performance / 1: Favor Visuals / 2: Custom 0 1.21.60
351 shadow_quality The quality of shadows in Vibrant Visuals. 0: Low / 1: Medium / 2: High / 3: Ultra 1 1.21.60
352 point_light_shadow_quality The quality of point light shadows in Vibrant Visuals. 0: Off / 1: Low / 2: Medium / 3: High / 4: Ultra 2 1.21.60
353 point_light_loding_quality The quality of point light loding in Vibrant Visuals. 0: Off / 1: Low / 2: Medium / 3: High / 4: Ultra 1 1.21.60
354 volumetric_fog_quality The quality of volumetric fog in Vibrant Visuals. 0: Off / 1: Low / 2: Medium / 3: High / 4: Ultra 2 1.21.60
355 reflections_quality The quality of water reflections in Vibrant Visuals. 0: Off / 1: Low / 2: Medium / 3: High / 4: Ultra 2 1.21.60
356 bloom_strength The amount of bloom in Vibrant Visuals. 0-1 1 1.21.60
357 bloom_custom_strength 0-1 0 1.21.60
358 do_not_show_multiplayer_ip_safety_warning Whether to show the warning message when trying show the IP adress of a custom server. 0/1 0
359 do_not_show_worlds_without_entitlement_warning Whether to show the warning message when trying to play a world without a name. 0/1 0
360 do_not_show_old_worlds_warning Whether to show the warning message when trying to play an Old world. 0/1 0
361 do_not_hardcore_mode_warning Whether to show the warning message when trying to create a Hardcore world. 0/1 0
362 do_not_show_experimental_worlds_warning Whether to show the warning message when trying to play or create a world with experiments enabled. 0/1 0
363 do_not_show_using_external_storage_warning Whether to show the warning message when using external storage. 0/1 0
364 do_not_show_hidden_local_worlds_warning Whether to show the warning message when locally stored worlds created from a template are hidden without having access to the template. 0/1 0
365 do_not_show_hidden_alternative_storage_worlds_warning Whether to show the warning message when external stored worlds are hidden. 0/1 0
366 do_not_show_alternative_storage_has_worlds Whether to show a message when there are worlds external stored. 0/1 0
367 do_not_show_addon_stacking_warning Whether to show the warning when Add-Ons are being stacked. 0/1 0
368 do_not_show_slow_connection_warning Whether to show the warning when the player's connection is slow while playing in multiplayer. 0/1 0 1.21.80
369 emoteChat Whether to show a message in the chat when a player uses an emote. 0/1 1
370 loading_tips_index Whether the player has reached the second level of Survival loading tips shown in the loading world screen. 0/1 0
371 nether_reached Whether the player has ever entered the Nether, unlocks the third level of Survival loading tips. 0/1 0
372 has_dismissed_new_player_flow 0/1 0
373 ctrl_improvedInputResponse Toggles the Improved Input Response feature, which reduces the delay between an input and the game's response. 0/1 0
374 gfx_dynamictextures Whether the game can automatically adjust the texture limit for a better experience. 0/1 1
375 app_launched_count The total amount the player has launched the game. 0
376 gfx_debug_trace 0/1 0
377 xbl_use_remote_connect Whether to use a login code to sign in with a Microsoft account on non-Windows devices. 0/1 0
378 worlds_friends_servers_SISU_third_session 0/1 1
379 show_free_preview_realm_available_new_icon 0/1 1
380 ecomode_toggle 0/1 1
381 playScreenWorldLayoutMode Toggles the layout of the world tab in the Play screen between list and gallery. 1: Gallery / 2: List 1
382 do_not_show_manage_showcase_clear_warning Whether to show the warning message when the player attempts to clear the showcase gallery. 0/1 0
383 do_not_show_manage_showcase_replace_warning Whether to show the warning message when the player attempts to replace a screenshot in the showcase gallery. 0/1 0
384 new_player_flow_v3_abc_test_group 1
385 partyInviteReceivedFilter 0/1 0 1.21.90
386 partyPrivacy 0/1 0 1.21.90
387 partyVisibility 0/1 1 1.21.90
388 partyInviteSendPrivileges 0/1 1 1.21.90
389 frame_pacing_enabled Whether to enable frame pacing on mobile devices. 0/1 0 1.21.90
390 options_version_major The first number in the version of the game. 1 1.21.90
391 options_version_minor The second number in the version of the game, used for major updates. 21 1.21.90
392 options_version_patch The third number in the version of the game, used for minor updates. 90 1.21.90
393 options_version_revision The fourth number in the version of the game, used for internal versioning. 3 1.21.90
394 graphics_mode_switch Whether the graphics mode option can be changed in-game. 0/1 0 1.21.90
395 gamepadMappingVersion The version type used for the controller controls layout. 0/1/2/3 1
396 ctrl_type_0_key.jump The jump key when using an Xbox controller. 1
397 ctrl_type_0_key.drop The drop item key when using an Xbox controller. 6
398 ctrl_type_0_key.attack The attack key when using an Xbox controller. -99
399 ctrl_type_0_key.use The use key when using an Xbox controller. -100
400 ctrl_type_0_container.crafting The crafting key when using an Xbox controller. 3
401 ctrl_type_0_key.inventory The open inventory key when using an Xbox controller. 4
402 ctrl_type_0_key.cycleItemLeft The cycle item left key when using an Xbox controller. 11
403 ctrl_type_0_key.cycleItemRight The cycle item right key when using an Xbox controller. 12
404 ctrl_type_0_key.togglePerspective The toggle perspective key when using an Xbox controller. 5
405 ctrl_type_0_key.sneak The sneak key when using an Xbox controller. 2
406 ctrl_type_0_key.sprint The sprint key when using an Xbox controller. 9
407 ctrl_type_0_key.flyUpSlow The fly up slow key when using an Xbox controller. 0
408 ctrl_type_0_key.flyDownSlow The fly down slow key when using an Xbox controller. 10
409 ctrl_type_0_key.emote The emote key when using an Xbox controller. 7 1.16.0
410 ctrl_type_0_key.mobeffectsandinteractwithtoast The view status effects & open notifications key when using an Xbox controller. 13
411 ctrl_type_0_key.chat The open chat key when using an Xbox controller. 8
412 ctrl_type_0_key.left The move left key when using an Xbox controller. 18
413 ctrl_type_0_key.right The move right key when using an Xbox controller. 17
414 ctrl_type_0_key.back The move backward key when using an Xbox controller. 16
415 ctrl_type_0_key.forward The jump key when using an Xbox controller. 19
416 ctrl_type_0_key.pickItem The pick block control key when using an Xbox controller. 0
417 ctrl_type_1_container.crafting The crafting key when using a Nintendo Switch controller. 3
418 ctrl_type_1_key.attack The attack key when using a Nintendo Switch controller. 12
419 ctrl_type_1_key.back The move backward key when using a Nintendo Switch controller. 0
420 ctrl_type_1_key.chat The open chat key when using a Nintendo Switch controller. 5
421 ctrl_type_1_key.cycleItemLeft The cycle item left key when using a Nintendo Switch controller. 7
422 ctrl_type_1_key.cycleItemRight The cycle item right key when using a Nintendo Switch controller. 8
423 ctrl_type_1_key.drop The drop item key when using a Nintendo Switch controller. 6
424 ctrl_type_1_key.emote The emote key when using a Nintendo Switch controller. 0 1.16.0
425 ctrl_type_1_key.flyDownSlow The fly down slow key when using a Nintendo Switch controller. 10
426 ctrl_type_1_key.flyUpSlow The fly up slow key when using a Nintendo Switch controller. 0
427 ctrl_type_1_key.forward The jump key when using a Nintendo Switch controller. 0
428 ctrl_type_1_key.interactwithtoast The open notifications key when using a Nintendo Switch controller. 13
429 ctrl_type_1_key.inventory The open inventory key when using a Nintendo Switch controller. 4
430 ctrl_type_1_key.jump The jump key when using a Nintendo Switch controller. 1
431 ctrl_type_1_key.left The move left key when using a Nintendo Switch controller. 0
432 ctrl_type_1_key.mobEffects The view status effects key when using a Nintendo Switch controller. 0
433 ctrl_type_1_key.pickItem The pick block key when using a Nintendo Switch controller. 0
434 ctrl_type_1_key.right The move right key when using a Nintendo Switch controller. 0
435 ctrl_type_1_key.screenshot The screenshot key when using a Nintendo Switch controller. 0
436 ctrl_type_1_key.sneak The sneak key when using a Nintendo Switch controller. 2
437 ctrl_type_1_key.sprint The sprint key when using a Nintendo Switch controller. 9
438 ctrl_type_1_key.togglePerspective The toggle perspective key when using a Nintendo Switch controller. 15
439 ctrl_type_1_key.use The use key when using a Nintendo Switch controller. 11
440 ctrl_type_2_container.crafting The crafting key when using a PlayStation controller. 3
441 ctrl_type_2_key.attack The attack key when using a PlayStation controller. -99
442 ctrl_type_2_key.back The move backward key when using a PlayStation controller. 0
443 ctrl_type_2_key.chat The open chat key when using a PlayStation controller. 8
444 ctrl_type_2_key.cycleItemLeft The cycle item left key when using a PlayStation controller. 11
445 ctrl_type_2_key.cycleItemRight The cycle item right when using a PlayStation controller. 12
446 ctrl_type_2_key.drop The drop item key when using a PlayStation controller. 6
447 ctrl_type_2_key.emote The emote key when using a PlayStation controller. 0 1.16.0
448 ctrl_type_2_key.flyDownSlow The fly down slow key when using a PlayStation controller. 10
449 ctrl_type_2_key.flyUpSlow The fly up slow key when using a PlayStation controller. 0
450 ctrl_type_2_key.forward The jump key when using a PlayStation controller. 0
451 ctrl_type_2_key.interactwithtoast The open notifications key when using a PlayStation controller. 13
452 ctrl_type_2_key.inventory The open inventory key when using a PlayStation controller. 4
453 ctrl_type_2_key.jump The jump key when using a PlayStation controller. 1
454 ctrl_type_2_key.left The move left key when using a PlayStation controller. 0
455 ctrl_type_2_key.mobEffects The view status effects key when using a PlayStation controller. 7
456 ctrl_type_2_key.pickItem The pick block control key when using a PlayStation controller. 0
457 ctrl_type_2_key.right The move right key when using a PlayStation controller. 0
458 ctrl_type_2_key.screenshot The screenshot key when using a PlayStation controller. 0
459 ctrl_type_2_key.sneak The sneak key when using a PlayStation controller. 2
460 ctrl_type_2_key.sprint The sprint key when using a PlayStation controller. 9
461 ctrl_type_2_key.togglePerspective The toggle perspective key when using a PlayStation controller. 15
462 ctrl_type_2_key.use The use key when using a PlayStation controller. -100
463 ctrl_type_3_key.jump The jump key when using a VR motion controller. 1
464 ctrl_type_3_key.attack The attack key when using a VR motion controller. -99
465 ctrl_type_3_key.use The use key when using a VR motion controller. 12
466 ctrl_type_3_key.inventory The open inventory key when using a VR motion controller. 2
467 ctrl_type_3_key.cycleItemLeft The cycle item left key when using a VR motion controller. 11
468 ctrl_type_3_key.cycleItemRight The cycle item right key when using a VR motion controller. -100
469 ctrl_type_3_key.togglePerspective The toggle perspective key when using a VR motion controller. 4
470 ctrl_type_3_key.sneak The sneak key when using a VR motion controller. 3
471 ctrl_type_3_key.sprint The sprint key when using a VR motion controller. 9
472 ctrl_type_3_key.drop The fly up slow key when using a VR motion controller. 10
473 ctrl_type_3_key.pickItem The pick block control key when using a VR motion controller. 0
474 ctrl_type_3_key.emote The emote key when using a VR motion controller. 0 1.16.0
475 ctrl_type_3_key.screenshot The screenshot key when using a VR motion controller. 0
476 ctrl_type_3_key.mobeffectsandinteractwithtoast The view status effects & open notifications key when using a VR motion controller. 13
477 keyboard_type_0_key.attack The attack key when using a keyboard and mouse. -99
478 keyboard_type_0_key.pickItem The pick block key when using a keyboard and mouse. -97
479 keyboard_type_0_key.use The use key when using a keyboard and mouse. -98
480 keyboard_type_0_key.drop The drop key when using a keyboard and mouse. 81
481 keyboard_type_0_key.hotbar.1 The select hotbar slot 1 key when using a keyboard and mouse. 49
482 keyboard_type_0_key.hotbar.2 The select hotbar slot 2 key when using a keyboard and mouse. 50
483 keyboard_type_0_key.hotbar.3 The select hotbar slot 3 key when using a keyboard and mouse. 51
484 keyboard_type_0_key.hotbar.4 The select hotbar slot 4 key when using a keyboard and mouse. 52
485 keyboard_type_0_key.hotbar.5 The select hotbar slot 5 key when using a keyboard and mouse. 53
486 keyboard_type_0_key.hotbar.6 The select hotbar slot 6 key when using a keyboard and mouse. 54
487 keyboard_type_0_key.hotbar.7 The select hotbar slot 7 key when using a keyboard and mouse. 55
488 keyboard_type_0_key.hotbar.8 The select hotbar slot 8 key when using a keyboard and mouse. 56
489 keyboard_type_0_key.hotbar.9 The select hotbar slot 9 key when using a keyboard and mouse. 57
490 keyboard_type_0_key.inventory The open inventory key when using a keyboard and mouse. 69
491 keyboard_type_0_key.togglePerspective The toggle perspective key when using a keyboard and mouse. 116
492 keyboard_type_0_key.jump The jump key when using a keyboard and mouse. 32
493 keyboard_type_0_key.sneak The sneak key when using a keyboard and mouse. 16
494 keyboard_type_0_key.sprint The sprint key when using a keyboard and mouse. 17
495 keyboard_type_0_key.left The strafe left key when using a keyboard and mouse. 65
496 keyboard_type_0_key.right The strafe right key when using a keyboard and mouse. 86
497 keyboard_type_0_key.back The walk backward key when using a keyboard and mouse. 83
498 keyboard_type_0_key.forward The walk forward key when using a keyboard and mouse. 87
499 keyboard_type_0_key.mobEffects The view status effects key when using a keyboard and mouse. 90
500 keyboard_type_0_key.chat The chat key when using a keyboard and mouse. 84,13
501 keyboard_type_0_key.command The open command key when using a keyboard and mouse. 191
502 keyboard_type_0_key.copyCoordinates The copy coordinates key when using a keyboard and mouse. 67
503 keyboard_type_0_key.copyFacingCoordinates The copy facing coordinates key when using a keyboard and mouse. 88
504 keyboard_type_0_key.emote The emote key when using a keyboard and mouse. 66 1.16.0
505 keyboard_type_0_key.screenshot The screenshot key when using a keyboard and mouse. 113
506 keyboard_type_0_key.menuTabLeft The menu tab left key when using a keyboard and mouse. 219 1.6.0
507 keyboard_type_0_key.menuTabRight The menu tab right key when using a keyboard and mouse. 221 1.6.0
508 keyboard_type_0_key.menuCancel The menu cancel key when using a keyboard and mouse. -95
509 keyboard_type_0_key.interactwithtoast The open notifications key when using a keyboard and mouse. 78
510 keyboard_type_1_key.lookUpSlight The look up slight key when using full keyboard gameplay. 109 1.4.0
511 keyboard_type_1_key.lookDownSlight The look down slight key when using full keyboard gameplay. 107 1.4.0
512 keyboard_type_1_key.lookUpRight The look up right key when using full keyboard gameplay. 105 1.4.0
513 keyboard_type_1_key.lookUp The look up key when using full keyboard gameplay. 104 1.4.0
514 keyboard_type_1_key.lookUpLeft The look up left key when using full keyboard gameplay. 103 1.4.0
515 keyboard_type_1_key.lookRight The look right key when using full keyboard gameplay. 102 1.4.0
516 keyboard_type_1_key.lookCenter The look center key when using full keyboard gameplay. 101,35,220 1.4.0
517 keyboard_type_1_key.lookLeft The look left key when using full keyboard gameplay. 100 1.4.0
518 keyboard_type_1_key.lookDownRight The look down right key when using full keyboard gameplay. 99 1.4.0
519 keyboard_type_1_key.lookDown The look down key when using full keyboard gameplay. 98 1.4.0
520 keyboard_type_1_key.lookDownLeft The look down left key when using full keyboard gameplay. 97 1.4.0
521 keyboard_type_1_key.lookUpSmooth The look up smooth key when using full keyboard gameplay. 38 1.4.0
522 keyboard_type_1_key.lookDownSmooth The look down smooth key when using full keyboard gameplay. 40 1.4.0
523 keyboard_type_1_key.lookLeftSmooth The look left smooth key when using full keyboard gameplay. 37 1.4.0
524 keyboard_type_1_key.lookRightSmooth The look right smooth key when using full keyboard gameplay. 39 1.4.0
525 keyboard_type_1_key.cycleItemLeft The cycle item left key when using full keyboard gameplay. 33 1.4.0
526 keyboard_type_1_key.cycleItemRight The cycle item right key when using full keyboard gameplay. 34 1.4.0
527 keyboard_type_1_key.interactwithtoast The open notifications key when using full keyboard gameplay. 78
528 keyboard_type_1_key.attack The attack key when using full keyboard gameplay. 81 1.4.0
529 keyboard_type_1_key.pickItem The pick block key when using full keyboard gameplay. 88 1.4.0
530 keyboard_type_1_key.use The use key when using full keyboard gameplay. 69 1.4.0
531 keyboard_type_1_key.drop The drop key when using full keyboard gameplay. 90 1.4.0
532 keyboard_type_1_key.hotbar.1 The select hotbar slot 1 key when using full keyboard gameplay. 49 1.4.0
533 keyboard_type_1_key.hotbar.2 The select hotbar slot 2 key when using full keyboard gameplay. 50 1.4.0
534 keyboard_type_1_key.hotbar.3 The select hotbar slot 3 key when using full keyboard gameplay. 51 1.4.0
535 keyboard_type_1_key.hotbar.4 The select hotbar slot 4 key when using full keyboard gameplay. 52 1.4.0
536 keyboard_type_1_key.hotbar.5 The select hotbar slot 5 key when using full keyboard gameplay. 53 1.4.0
537 keyboard_type_1_key.hotbar.6 The select hotbar slot 6 key when using full keyboard gameplay. 54 1.4.0
538 keyboard_type_1_key.hotbar.7 The select hotbar slot 7 key when using full keyboard gameplay. 55 1.4.0
539 keyboard_type_1_key.hotbar.8 The select hotbar slot 8 key when using full keyboard gameplay. 56 1.4.0
540 keyboard_type_1_key.hotbar.9 The select hotbar slot 9 key when using full keyboard gameplay. 57 1.4.0
541 keyboard_type_1_key.inventory The open inventory key when using full keyboard gameplay. 67 1.4.0
542 keyboard_type_1_key.togglePerspective The toggle perspective key when using full keyboard gameplay. 116 1.4.0
543 keyboard_type_1_key.jump The jump key when using full keyboard gameplay. 32 1.4.0
544 keyboard_type_1_key.sneak The sneak key when using full keyboard gameplay. 16 1.4.0
545 keyboard_type_1_key.sprint The sprint key when using full keyboard gameplay. 17 1.4.0
546 keyboard_type_1_key.left The strafe left key when using full keyboard gameplay. 65 1.4.0
547 keyboard_type_1_key.right The strafe right key when using full keyboard gameplay. 68 1.4.0
548 keyboard_type_1_key.back The walk backward key when using full keyboard gameplay. 83 1.4.0
549 keyboard_type_1_key.forward The walk forward key when using full keyboard gameplay. 87 1.4.0
550 keyboard_type_1_key.mobEffects The view status effects key when using full keyboard gameplay. 9 1.4.0
551 keyboard_type_1_key.chat The chat key when using full keyboard gameplay. 84, 13 1.4.0
552 keyboard_type_1_key.command The open command key when using full keyboard gameplay. 191 1.4.0
553 keyboard_type_1_key.emote The emote key when using full keyboard gameplay. 66 1.16.0
554 keyboard_type_1_key.screenshot The screenshot key when using full keyboard gameplay. 113 1.16.0
555 keyboard_type_1_key.menuTabLeft The menu tab left key when using full keyboard gameplay. 219
556 keyboard_type_1_key.menuTabRight The menu tab right key when using full keyboard gameplay. 221
557 keyboard_type_1_key.menuCancel The menu cancel key when using full keyboard gameplay. 80
558 keyboard_type_1_key.copyCoordinates The copy coordinates key when using full keyboard gameplay. 0
559 keyboard_type_1_key.copyFacingCoordinates The copy facing coordinates key when using full keyboard gameplay. 0

Removed options

This section is missing information about: removed options.
 
Please expand the section to include this information. Further details may exist on the talk page.

Java Edition

Option name Explanation Valid values Default value First added Officially added First removed Officially removed
advancedOpengl FALSE b1.6-tb3 b1.9-pre1 14w30a 1.8-pre1
allowBlockAlternatives Whether alternative block models are used true/false TRUE 14w28a 1.8-pre1 15w31a 1.9-pre1
anaglyph3d Whether 3D mode is turned on true/false FALSE c0.24_st_03 b1.9-pre1 17w43a 1.13-pre1
anisotropicFiltering 1 13w38a 1.7 14w25a 1.8-pre1
chunksPerFrame 2 1.8.2-pre1 1.8.2-pre1 1.8.2-pre2 1.8.2-pre2
difficulty The world difficulty. Has no effect after 1.7.2 0–3 (Peaceful, Easy, Normal, Hard) 2 (Normal) 22w12a 1.19
clouds TRUE b1.9-pre5 b1.9-pre5 14w25a 1.8-pre1
enableWeakAttacks FALSE 1.9.1-pre1 1.9.1-pre1 19w08a 1.14 Pre-Release 1
fancyGraphics Whether fancy (more detailed) graphics are turned on true/false TRUE inf-20100615 b1.9-pre1 20w27a 1.16-pre1
fboEnable Whether Framebuffer Objects is turned on true/false TRUE 13w38a 1.7 18w44a 1.14 Pre-Release 1
fpsLimit 1 b1.7_01 b1.9-pre1 13w38a 1.7
grayscale true/false FALSE 2point0-blue 2point0-red
heldItemTooltips Whether switching between items shows the name of the item; no in-game control true/false TRUE 12w50a 1.4.6 23w06a 1.19.4
key_Back 31 c0.0.23a_01 b1.1-2
key_Build 48 c0.0.23a_01 in-20091231-2
key_Chat 20 c0.0.23a_01 b1.1-2
key_Drop 16 in-20091231-2 b1.1-2
key_Forward 17 c0.0.23a_01 b1.1-2
key_Inventory 23 in-20091231-2 b1.1-2
key_Jump 57 c0.0.23a_01 b1.1-2
key_key.boss_mode key.keyboard.b 3D Shareware v1.34 19w14a
key_key.decrease_view key.keyboard.f8 3D Shareware v1.34 19w14a
key_key.fog 33 b1.1-2 b1.8
key_key.increase_view key.keyboard.f7 3D Shareware v1.34 19w14a
key_key.streamCommercial Stream Commercial control 0 (none) 13w47a 1.7.3 15w31a 1.9-pre1
key_key.streamPauseUnpause Pause/Unpause Stream control 65 (F7) 13w47a 1.7.3 15w31a 1.9-pre1
key_key.streamStartStop Start/Stop Stream control 64 (F6) 13w47a 1.7.3 15w31a 1.9-pre1
key_key.streamToggleMic Microphone input control 0 (none) 13w47d 1.7.3 15w31a 1.9-pre1
key_key.swapHands Swapping of items between hands control; renamed to key_key.swapOffhand true/false 33 15w31a 1.9-pre1 20w27a 1.16-pre3
key_Left 30 c0.0.23a_01 b1.1-2
key_Load location 19 c0.0.23a_01 a1.0.10
key_Right 32 c0.0.23a_01 b1.1-2
key_Save location 28 c0.0.23a_01 a1.0.10
key_Sneak 42 a1.1.1 b1.1-2
key_Toggle fog 33 c0.0.23a_01 b1.1-2
limitFramerate FALSE c0.27_st b1.7_01
music TRUE c0.0.23a_01 b1.9-pre1 13w36a 1.7
postProcessEnable TRUE 13w38a 13w38b
saturation No in-game control. Never did anything. 0-1 0.0 13w38a 1.7 19w08a 1.14 Pre-Release 1
serverTextures TRUE 12w18a 1.3 14w17a 1.7.6-pre1
shieldAnimation TRUE Combat Test 3 Combat Test 4
showCape TRUE 12w41a 1.4 14w03a 1.8-pre1
showFrameRate FALSE c0.0.23a_01 a1.1.1
showInventoryAchievementHint Whether the "Press 'E' to open your inventory" text appears in the upper right corner of the screen upon initially spawning; no in-game control true/false TRUE 13w36a 1.7 17w13a 1.12-pre1
skin Default a1.2.2-1 b1.9-pre1 13w36a 1.7
snooperEnabled Whether snooper functionality is turned on true/false TRUE 12w30a 1.3 21w43a 1.18-pre1
sound TRUE c0.0.23a_01 b1.9-pre1 13w36a 1.7
soundCategory_animals 1.0 13w36a 13w42a
soundCategory_blocks 1.0 13w36a 13w42a
soundCategory_mobs 1.0 13w36a 13w42a
soundCategory_players 1.0 13w36a 13w42a
soundCategory_records 1.0 13w36a 13w42a
streamBytesPerPixel The total bytes-per-pixel (BPP) for livestream output 0-1 0.5 13w47a 1.7.3 15w31a 1.9-pre1
streamChatEnabled If the Twitch chat is copied into the Minecraft chat 0/1 (true/false) 0 13w47a 1.7.3 15w31a 1.9-pre1
streamChatUserFilter The above but whether it is to be censored 0/1 (true/false) 0 13w47a 1.7.3 15w31a 1.9-pre1
streamCompression Whether to compress the livestream's video output 0/1 (false/true) 1 13w47a 1.7.3 15w31a 1.9-pre1
streamFps The output FPS of the livestream. 0.31690142 13w47a 1.7.3 15w31a 1.9-pre1
streamKbps The bitrate (Kbps) of the video when livestreaming. 0.5412844 13w47a 1.7.3 15w31a 1.9-pre1
streamMicToggleBehavior Used to toggle microphone output 0/1 (false/true) 0 13w47d 1.7.3 15w31a 1.9-pre1
streamMicVolume Microphone's output volume when livestreaming 0-1 1.0 13w47a 1.7.3 15w31a 1.9-pre1
streamPreferredServer The preferred ingest server of the livestream. 13w47a 1.7.3 15w31a 1.9-pre1
streamSendMetadata Whether to send extra metadata in the livestream true/false TRUE 13w47a 1.7.3 15w31a 1.9-pre1
streamSystemVolume System's output volume when livestreaming 0-1 1.0 13w47a 1.7.3 15w31a 1.9-pre1
uploadsPerFrame 16 1.8.2-pre2 1.8.2-pre2 1.8.2-pre5 1.8.2-pre5
useVbo Whether Vertex Buffer Objects is turned on true/false FALSE 14w29a 1.8-pre1 18w44a 1.14 Pre-Release 1
viewDistance 0 c0.0.23a_01 b1.9-pre1 13w38a 1.7
skipRealms32bitWarning Whether to skip the 32-bit environment warning when entering the Realms screen true/false false 1.18.2 Pre-release 1 (1.18.2)
hideBundleTutorial Whether the player has seen the bundle tutorial hint when trying to use a bundle. true/false false

Bedrock Edition

Option name Explanation Valid values Default value Version added Version removed
game_difficulty Set the game difficulty. 0/2 2 0.7.0 0.12.1 (build 1)
gfx_pixeldensity Controlled the size of the d-pad and the chat button. Varies depending on the device. Varies depending on the device. 0.7.0 0.11.0 (build 1)
ctrl_sensitivity The sensitivity of the camera movement. 0–1 0.5 0.7.0
ctrl_invertmouse Inverted camera movement. 0/1 0 0.7.0
ctrl_usetouchscreen 0/1 1 0.7.0
feedback_vibration Whether to vibrate when a block is broken. 0/1 1 0.7.0
gfx_renderdistance Controlled which tick the view distance slider was on (more info). Varies depending on the version. Varies depending on the version. 0.7.0 0.9.0 (build 1)
gfx_animatetextures Toggled water, lava, and fire animations. 0/1 1 0.7.0 0.14.2
gfx_ao Toggled smooth lighting. 0/1 1 0.7.0 0.8.0 (build 2)
gfx_hidegui Whether to hide the heads-up display and the player's hand. 0/1 0 0.7.0
game_ordercraftable Corresponds with the "Show craftable recipes first" toggle in-game.​ 0/1 1 0.8.0 (build 1) 0.8.0 (build 2)
gfx_renderdistance_new The player's render distance, measured in blocks. The range available without editing depends on the device's capabilities. Varies depending on the device. 0.9.0 (build 1)
dev_autoloadlevel On startup, the game would automatically load in the first level on the world selection screen. 0/1 0 0.9.0 (build 1)
dev_showchunkmap 0 0.9.0 (build 1)
dev_showchunkmap Second dev_showchunkmap line directly below the other one. It is not known whether the two behaved differently. 0 0.9.0 (build 4) 0.9.0 (build 5)
game_flatworldlayers Controlled which layers would generate in flat worlds. [7,3,3,2] 0.9.0 (build 5)
dev_disablefilesystem Disabled chunk data from saving. This would also reset chunk data for any accessed worlds and generate a new world with the same seed. 0/1 0 0.9.0 (build 5)
game_limitworldsize Set the world limits to Old world type. 0 0.9.2
game_skintype The type of skin the player is using. 0 and 1 are custom skins with Steve's and Alex's dimensions respectively, 2 is Alex's skin, and 3 is Steve's skin. 0/1/2/3 3 0.11.0 (build 1) 0.11.0 (build 4)
game_lastcustomskin 0 0.11.0 (build 1) 0.11.0 (build 4)
ctrl_autojump Toggles auto-jump. 0/1 0 0.12.1 (build 1)
ctrl_keyboardlayout Which keyboard layout the game controls are mapped to. 0 is QWERTY, 1 is QWERTZ, 2 is AZERTY, and 3 is QZERTY. 0/1/2/3 0 0.12.1 (build 1)
ctrl_gamePadMap Varies depending on the version. 0.12.1 (build 1)
gfx_guiscale How much to scale the UI, relative to the game's predetermined scale (based on the screen/window size). Varies depending on the device. 0 0.14.0 (build 1)
game_automationserverretrytime 30 0.14.2
gfx_texel_aa 0 0.14.2
vr_stutter_turn 1 0.14.2
vr_head_steering 1 0.14.2
vr_stereo 0 0.14.2
vr_hud_at_top 0 0.14.2
vr_hud_drift 1 0.14.2
vr_linear_jump 1 0.14.2
vr_linear_motion 1 0.14.2
vr_sticky_mining 1 0.14.2
vr_use_comfort_controls 0 0.14.2
vr_show_comfort_selection_screen 1 0.14.2
dev_enable_profiler 0 0.15.0 (build 1)
dev_uselocalserver 0 0.15.0 (build 1)
dev_connection_quality 0 0.15.0 (build 1)
keyboard_type_1_key.lookUpSlight The look up slight key when using full keyboard gameplay. 109 1.16.0
gfx_async_texture_loads 0/1 1 1.13.0
gfx_show_async_texture_loads 0/1 0 1.13.0
gfx_max_dequed_textures_per_frame 16 1.14.0
gfx_texture_load_delay 0/1 0 1.14.0
do_not_show_gfx_driver_outdated 0/1 1 1.16.200
do_not_show_gfx_driver_outdated_version Blank 1.16.200
gfx_raytracing Enables Ray-tracing for supported hardware. 0/1 0 1.16.200
game_hasshownpatchnotice Whether the game has shown the notice for the most recent update. 0/1 0
game_lastshownrealmsenddate 1970-01-01T00:00:00Z 1.13.0
gfx_fancygraphics Toggles fancy graphics. 0/1 1 0.7.0
hdr_brightness 0/1 1
mp_prev_app_name Player 1.21.90
new_video_settings 0/1 0 1.21.90
playScreenShowLanWorlds Toggles to show LAN worlds in the worlds list. 0/1 0 1.21.90
keyboard_type_0_key.toggleRenderer The toggle renderer key when using a keyboard and mouse. 186 1.21.90
keyboard_type_1_key.toggleRenderer The toggle renderer key when using full keyboard gameplay. 186 1.21.90

Notes

  1. a b This is the line number of the option in the "options.txt" file; options are not actually numbered in any way in options.txt itself.
  2. a b c d e f g h i By default, this field is empty
  3. Theoratically any value, but the game only loads chunks in the range 0-128 chunks. Values above 128 may result in unexpected behavior and crashes.

References

  1. MC-51418 — resolved as "Fixed".

Navigation