<?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%3ASaved_Hotbars</id>
	<title>Minecraft:Saved Hotbars - 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%3ASaved_Hotbars"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Saved_Hotbars&amp;action=history"/>
	<updated>2026-04-29T18:43:33Z</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:Saved_Hotbars&amp;diff=102718&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:Saved_Hotbars&amp;diff=102718&amp;oldid=prev"/>
		<updated>2026-04-29T11:08:35Z</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;{{exclusive|java}}&lt;br /&gt;
[[File:Saved Hotbars.png|thumb|The saved hotbars tab, with five different rows of items]]&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Saved Hotbars&amp;#039;&amp;#039;&amp;#039;&amp;lt;ref&amp;gt;Translation key from default [[Minecraft:language]] file &amp;lt;code&amp;gt;en_us.json&amp;lt;/code&amp;gt;: &amp;lt;code&amp;gt;&amp;quot;itemGroup.hotbar&amp;quot;: &amp;quot;Saved Hotbars&amp;quot;&amp;lt;/code&amp;gt; (as of [[Minecraft:Java Edition 1.21|1.21]]).&amp;lt;/ref&amp;gt; menu is a feature {{in|java}} that allows the [[Minecraft:Creative]] mode [[Minecraft:player]] to save selectable [[Minecraft:hotbar]] slots.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Up to 9 hotbars can be saved.&lt;br /&gt;
&lt;br /&gt;
The player can save their current row using (by default) {{key|C}} + a number {{key|1}} through {{key|9}} corresponding to which row in the inventory menu the hotbar row should be saved into. For instance, putting items in the hotbar and pressing {{key|C+1}} saves the player&amp;#039;s current hotbar into row 1 of the Saved Hotbars inventory menu. This row can then be loaded into the hotbar using (by default) {{key|X+1}}. Note: the inventory must be closed in order to save or load hotbars.&lt;br /&gt;
&lt;br /&gt;
By default, the 9 slots are marked with an informational [[Minecraft:paper]] item with instructions on how to save slots as its custom name.&lt;br /&gt;
If an empty hotbar is saved, it clears the bookmarked hotbar and puts back the paper into the respective slot.&lt;br /&gt;
&lt;br /&gt;
The Saved Hotbar menu is common between all worlds the player loads &amp;amp;ndash; it is not saved locally to any individual world.&lt;br /&gt;
&lt;br /&gt;
== Controls ==&lt;br /&gt;
{{Main|Controls#Configurable controls}}&lt;br /&gt;
The Saved Hotbar controls can be found in the &amp;quot;Creative Mode&amp;quot; section of the &amp;quot;Key Binds&amp;quot; [[Minecraft:options]] menu. The two options are:&lt;br /&gt;
* Load Toolbar Activator (default key: {{key|X}})&lt;br /&gt;
* Save Toolbar Activator (default key: {{key|C}})&lt;br /&gt;
&lt;br /&gt;
== File format ==&lt;br /&gt;
Hotbars are saved into the &amp;lt;code&amp;gt;hotbar.nbt&amp;lt;/code&amp;gt; file, an uncompressed [[Minecraft:NBT]] file found in root of the &amp;lt;samp&amp;gt;[[Minecraft:.minecraft]]&amp;lt;/samp&amp;gt; folder, that is created the first time a hotbar is saved.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;treeview&amp;quot;&amp;gt;&lt;br /&gt;
* {{nbt|compound}} The root tag.&lt;br /&gt;
** {{nbt|list|0}}: List of nine tags, one for each hotbar slot. This is an ordered list, with the first child tag corresponding to the first slot in the hotbar.&lt;br /&gt;
*** {{nbt|compound|0}} An item in the inventory. For slots containing no items, this is &amp;lt;code&amp;gt;minecraft:air&amp;lt;/code&amp;gt; with a &amp;lt;code&amp;gt;Count&amp;lt;/code&amp;gt; of zero.&lt;br /&gt;
**** See [[Minecraft:Item_format/Before_1.20.5|item format/before 1.20.5]] for versions below 1.20.5. For versions above 1.20.5 see [[Minecraft:Data component format|Data Component Format]].&lt;br /&gt;
*** {{nbt|compound|1–8}} See above.&lt;br /&gt;
** {{nbt|list|1–8}}: See above.&lt;br /&gt;
** {{nbt|int|DataVersion}}: The [[Minecraft:data version]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that nine {{nbt|list|List}} tags, &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;–&amp;lt;code&amp;gt;8&amp;lt;/code&amp;gt;, are created regardless of how many hotbars have been saved.&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.12|dev=17w06a|Added hotbar saving under the name &amp;quot;Saved Toolbars&amp;quot;.}}&lt;br /&gt;
|{{HistoryLine|||dev=17w16a|Added [[Minecraft:Controls|key binding]] options for Creative mode toolbar saving.}}&lt;br /&gt;
|{{HistoryLine||1.16|dev=20w06a|Changed name to &amp;quot;Saved Hotbars&amp;quot;.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{Issue list|Saved hotbar|Saved toolbar|projects=MC}}&lt;br /&gt;
==Trivia==&lt;br /&gt;
*Saved hotbars are sometimes used to grief unprotected creative mode servers when players use saved hotbars to obtain banned items.&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox gameplay}}&lt;br /&gt;
{{Navbox Java Edition technical|general}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:fr:Format hotbar.nbt]]&lt;br /&gt;
[[Minecraft:ja:保存したホットバー]]&lt;br /&gt;
[[Minecraft:pt:Barra rápida salva]]&lt;br /&gt;
[[Minecraft:zh:Hotbar.nbt]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>