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

Minecraft:Quick Play: Difference between revisions

From SAS Gaming Wiki
imported>MinecraftBedrockPlayer7
No edit summary
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 1: Line 1:
'''Quick Play''' is a feature available in the ''[[Minecraft:Minecraft Launcher]]'', allowing players to directly join a [[Minecraft:singleplayer]] world or a [[Minecraft:multiplayer]] server, by skipping the screens and menus in-between.<ref>{{mcnet|quick-play-coming-java-and-bedrock-edition|Quick Play is coming to Java and Bedrock Edition|February 12, 2024}}</ref>
'''Quick Play''' is a feature available in the ''Minecraft Launcher'', allowing players to directly join a singleplayer world or a [[Minecraft:multiplayer]] server, by skipping the screens and menus in-between.<ref>{{mcnet|quick-play-coming-java-and-bedrock-edition|Quick Play is coming to Java and Bedrock Edition|February 12, 2024}}</ref>


== Usage ==
== Usage ==
Line 9: Line 9:
There are a total of five slots. Once they are all filled, playing another world causes the oldest instance to be removed from the list, and the newest instance to be added. This behavior can be avoided by pinning instances; however, pinned instances still count for the five slots.
There are a total of five slots. Once they are all filled, playing another world causes the oldest instance to be removed from the list, and the newest instance to be added. This behavior can be avoided by pinning instances; however, pinned instances still count for the five slots.


Quick Play works for both [[Minecraft:Java Edition|''Java Edition'']] and [[Minecraft:Bedrock Edition|''Bedrock Edition'']], and creates instances for [[Minecraft:worlds]], ''Editor'' [[Minecraft:projects]], [[Minecraft:servers]] and [[Minecraft:Realms]]. Realms can also be opened through Quick Play from the "Realms" tab.
Quick Play works for both [[Minecraft:Java Edition|''Java Edition'']] and [[Minecraft:Bedrock Edition|''Bedrock Edition'']], and creates instances for worlds, ''Editor'' projects, servers and [[Minecraft:Realms]]. Realms can also be opened through Quick Play from the "Realms" tab.


If one plays a world with the same name, the icon is reused.
If one plays a world with the same name, the icon is reused.
Line 16: Line 16:
[[File:Launcher settings Quick Play.png|thumb|Settings related to Quick Play in the launcher.]]
[[File:Launcher settings Quick Play.png|thumb|Settings related to Quick Play in the launcher.]]


Quick Play can be toggled in the [[Minecraft:Minecraft Launcher#Settings|launcher settings]]. Disabling it does not remove instances, therefore enabling it again displays previously saved instances.
Quick Play can be toggled in the launcher settings. Disabling it does not remove instances, therefore enabling it again displays previously saved instances.


To actually remove quick play instances, you can click on the "Delete All Quick Play Entries" button. After a confirmation dialog, it deletes all instances, pinned and unpinned, of the user currently logged in.
To actually remove quick play instances, you can click on the "Delete All Quick Play Entries" button. After a confirmation dialog, it deletes all instances, pinned and unpinned, of the user currently logged in.
Line 26: Line 26:
Quick Play instances can be customized by clicking on the button at the right of quick play icons.
Quick Play instances can be customized by clicking on the button at the right of quick play icons.


An instance icon can be changed. For [[Minecraft:Java Edition|''Java Edition'']], these are the same 3D-rendered icons as the ones for [[Minecraft:Minecraft Launcher#Installations|installations]]. For [[Minecraft:Bedrock Edition|''Bedrock Edition'']], these are 2D square icons. It is also possible to select a custom icon, which must be 128x128 pixels in size.
An instance icon can be changed. For [[Minecraft:Java Edition|''Java Edition'']], these are the same 3D-rendered icons as the ones for installations. For [[Minecraft:Bedrock Edition|''Bedrock Edition'']], these are 2D square icons. It is also possible to select a custom icon, which must be 128x128 pixels in size.


An instance can be pinned, which moves it to the very left. On the edit screen, pinned and non-pinned instances are separated by a vertical bar. To change order of pinned instances, you have to unpin and pin again an instance.
An instance can be pinned, which moves it to the very left. On the edit screen, pinned and non-pinned instances are separated by a vertical bar. To change order of pinned instances, you have to unpin and pin again an instance.
Line 44: Line 44:
|-
|-
| {{cd|quickPlayPath}}
| {{cd|quickPlayPath}}
| Takes a specified path of a file containing information about the world to join, relative to the [[Minecraft:.minecraft|run directory]].
| Takes a specified path of a file containing information about the world to join, relative to the run directory.
| {{cd|--quickPlayPath "quickPlay/log.json"}} (resolved into {{cd|.minecraft/quickPlay/log.json}})
| {{cd|--quickPlayPath "quickPlay/log.json"}} (resolved into {{cd|.minecraft/quickPlay/log.json}})
|-
|-
Line 61: Line 61:


== JSON format ==
== JSON format ==
This is the JSON format for <samp>launcher_quick_play.json</samp>, located in the root of the <samp>[[Minecraft:.minecraft]]</samp> folder.
This is the JSON format for <samp>launcher_quick_play.json</samp>, located in the root of the <samp>.minecraft</samp> folder.


<div class="treeview">
<div class="treeview">
Line 75: Line 75:
****; If {{cd|source}} is {{cd|Java}}, additional field is as follows<nowiki>:</nowiki>
****; If {{cd|source}} is {{cd|Java}}, additional field is as follows<nowiki>:</nowiki>
**** {{nbt|compound|javaInstance}}: An object representing a Java Edition quick play instance.
**** {{nbt|compound|javaInstance}}: An object representing a Java Edition quick play instance.
***** {{nbt|string|configId}}: The ID of the [[Minecraft:launcher_profiles.json|launcher profile]].
***** {{nbt|string|configId}}: The ID of the launcher profile.
***** {{nbt|compound|game}}
***** {{nbt|compound|game}}
****** {{nbt|string|gamemode}}: The default [[Minecraft:game mode]] of the world. Can be {{cd|adventure}}, {{cd|creative}}, {{cd|spectator}} or {{cd|survival}}.
****** {{nbt|string|gamemode}}: The default game mode of the world. Can be {{cd|adventure}}, {{cd|creative}}, {{cd|spectator}} or {{cd|survival}}.
****** {{nbt|string|type}}: The type of the world. Can be {{cd|singleplayer}}, {{cd|multiplayer}} or {{cd|realms}}.{{verify|couldn't check for realms}}
****** {{nbt|string|type}}: The type of the world. Can be {{cd|singleplayer}}, {{cd|multiplayer}} or {{cd|realms}}.{{verify|couldn't check for realms}}
****; If {{cd|source}} is {{cd|Bedrock}}, additional field is as follows<nowiki>:</nowiki>
****; If {{cd|source}} is {{cd|Bedrock}}, additional field is as follows<nowiki>:</nowiki>
**** {{nbt|compound|bedrockInstance}}: An object representing a Bedrock Edition quick play instance.
**** {{nbt|compound|bedrockInstance}}: An object representing a Bedrock Edition quick play instance.
***** {{nbt|string|gamemode}}: The default [[Minecraft:game mode]] of the world. Can be {{cd|Adventure}}, {{cd|Creative}}, {{cd|Spectator}} or {{cd|Survival}}.
***** {{nbt|string|gamemode}}: The default game mode of the world. Can be {{cd|Adventure}}, {{cd|Creative}}, {{cd|Spectator}} or {{cd|Survival}}.
***** {{nbt|compound|local}}
***** {{nbt|compound|local}}
****** {{nbt|string|levelId}}: The unique ID of the world.
****** {{nbt|string|levelId}}: The unique ID of the world.
Line 120: Line 120:
{{Navbox Bedrock Edition}}
{{Navbox Bedrock Edition}}


[[Minecraft:de:Schnellspiel]]
de:Schnellspiel
[[Minecraft:fr:Partie rapide]]
fr:Partie rapide
[[Minecraft:zh:快速进入游戏]]
zh:快速进入游戏

Revision as of 16:02, 9 April 2026

Quick Play is a feature available in the Minecraft Launcher, allowing players to directly join a singleplayer world or a Minecraft:multiplayer server, by skipping the screens and menus in-between.<ref>Template:Mcnet</ref>

Usage

File:Launcher Quick Play.png
The launcher with the Quick Play bar in the top right.

Quick Play instances are created automatically once you play in a world or a server. They appear as icons stacked next to the green "Play" button on the Java Edition or Bedrock Edition tabs of the launcher. By hovering over the icons with the mouse, all buttons are shown separately and show the name, installation, last played date, multiplayer type, and game mode. Instances are sorted from the most recently played (bottom) to the least recently played (top).

There are a total of five slots. Once they are all filled, playing another world causes the oldest instance to be removed from the list, and the newest instance to be added. This behavior can be avoided by pinning instances; however, pinned instances still count for the five slots.

Quick Play works for both Java Edition and Bedrock Edition, and creates instances for worlds, Editor projects, servers and Minecraft:Realms. Realms can also be opened through Quick Play from the "Realms" tab.

If one plays a world with the same name, the icon is reused.

Disabling Quick Play

File:Launcher settings Quick Play.png
Settings related to Quick Play in the launcher.

Quick Play can be toggled in the launcher settings. Disabling it does not remove instances, therefore enabling it again displays previously saved instances.

To actually remove quick play instances, you can click on the "Delete All Quick Play Entries" button. After a confirmation dialog, it deletes all instances, pinned and unpinned, of the user currently logged in.

Options

File:Edit Quick Play Game Java.png
The edit window for Java Edition quick play.
File:Edit Quick Play Game Bedrock.png
The edit window for Bedrock Edition quick play.

Quick Play instances can be customized by clicking on the button at the right of quick play icons.

An instance icon can be changed. For Java Edition, these are the same 3D-rendered icons as the ones for installations. For Bedrock Edition, these are 2D square icons. It is also possible to select a custom icon, which must be 128x128 pixels in size.

An instance can be pinned, which moves it to the very left. On the edit screen, pinned and non-pinned instances are separated by a vertical bar. To change order of pinned instances, you have to unpin and pin again an instance.

The third option, "Show Title Initial", displays the first letter of the instance name on the icon, in uppercase. For example, on the first image on the right, checking this option would display an uppercase white "M" in front of the logo.

Command line arguments

Template:Exclusive

The following table describes the command line arguments used to launch the game directly into a world.

Argument Description Example
Template:Cd Takes a specified path of a file containing information about the world to join, relative to the run directory. Template:Cd (resolved into Template:Cd)
Template:Cd Takes a specified identifier representing the folder name of the world. Template:Cd
Template:Cd Takes a specified identifier representing the IP address and port of the server, separated by a colon. Template:Cd
Template:Cd Takes a specified identifier representing the ID of the Realm. Template:Cd

JSON format

This is the JSON format for launcher_quick_play.json, located in the root of the .minecraft folder.

The Quick Play feature is stored only locally in the run directory.

History

Java Edition

Template:HistoryTable

Minecraft Launcher

Template:HistoryTable

References

Template:Reflist

Navigation

Template:Navbox Java Edition technical Template:Navbox Bedrock Edition

de:Schnellspiel fr:Partie rapide zh:快速进入游戏