<?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%3ALocator_Bar</id>
	<title>Minecraft:Locator Bar - 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%3ALocator_Bar"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Locator_Bar&amp;action=history"/>
	<updated>2026-06-12T16:13:16Z</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:Locator_Bar&amp;diff=141825&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:Locator_Bar&amp;diff=141825&amp;oldid=prev"/>
		<updated>2026-06-12T11:08:51Z</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;{{About|the bar|the map|Locator map|the game rule|Game rule#locator_bar}}&lt;br /&gt;
[[File:Survival Locator Bar.png|thumb|class=pixel-image|Locator bar in [[Survival]] mode, showing orange and blue waypoints.]]&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;locator bar&amp;#039;&amp;#039;&amp;#039; is a UI element on the player&amp;#039;s [[Minecraft:HUD]] which shows the [[Minecraft:position]] of other [[Minecraft:player]]s in [[Minecraft:multiplayer]].&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
The locator bar shows the position of other players in [[Minecraft:multiplayer]] as colored indicators, known as &amp;#039;&amp;#039;&amp;#039;waypoints&amp;#039;&amp;#039;&amp;#039;. It takes the place of the [[Minecraft:experience]] bar on the player [[Minecraft:HUD]], except when gaining or losing [[Minecraft:XP]], or the [[Minecraft:anvil]] or [[Minecraft:enchanting table]] GUI is opened, in which the locator bar will be hidden for 100 [[Minecraft:tick]]s (5 seconds) after the XP is updated, or the GUI is closed. It can be toggled in &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; with the  {{gmr|locator_bar}} game rule; in &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039; with the &amp;quot;Locator bar&amp;quot; [[Minecraft:Game settings|game setting]] or {{gmr|locatorbar}} game rule, which is enabled by default. In [[Minecraft:Bedrock Edition 26.30]],{{Upcoming}} this is instead a &amp;quot;Player waypoints&amp;quot; ({{gmr|playerwaypoints}}) setting which can be set to &amp;quot;Everyone&amp;quot; (default) or &amp;quot;Off&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Each target is assigned a waypoint, and appears on the locator bar horizontally within 120 degrees of the camera&amp;#039;s view. If the waypoint is above or below the player&amp;#039;s camera [[Minecraft:Rotation|pitch angle]], a visual pointer appears on the indicator, showing the target&amp;#039;s vertical direction from the camera&amp;#039;s view. The [[Minecraft:color code|color]] of a waypoint is randomly assigned to the player when they join a multiplayer game, or an entity when tracked in the locator bar; {{in|java}}, it may also be assigned by their [[Minecraft:team]] color, or using the {{cmd|waypoint}} command.&lt;br /&gt;
&lt;br /&gt;
Players can prevent their positions from being shown in the locator bar by [[Minecraft:crouch|sneaking]], wearing a [[Minecraft:Head|mob head]] or [[Minecraft:carved pumpkin]], or being under the [[Minecraft:Invisibility]] effect. Additionally, players in [[Minecraft:Spectator]] mode are only visible to other spectators in the locator bar.&lt;br /&gt;
&lt;br /&gt;
The waypoint&amp;#039;s icon changes based on the player&amp;#039;s distance to its location. The further the player is from the waypoint, the smaller the icon visually shown on the locator bar. Several sprites of the icon can be observed based on the distance: [[File:Locator Bar icon default_0.png|class=pixel-image|16px]] square (0&amp;amp;ndash;179 blocks), [[File:Locator Bar icon default_1.png|class=pixel-image|16px]] circle (179&amp;amp;ndash;230 blocks), [[File:Locator Bar icon default_2.png|class=pixel-image|16px]] small square (230&amp;amp;ndash;281 blocks), and [[File:Locator Bar icon default_3.png|class=pixel-image|16px]] small circle (281+ blocks). {{IN|java}}, these sprites can be changed by setting the waypoint&amp;#039;s style using the {{cmd|waypoint}} command; multiple [[Minecraft:waypoint style]]s can be defined in a [[Minecraft:resource pack]].&lt;br /&gt;
&lt;br /&gt;
{{IN|je}}, the waypoint&amp;#039;s visibility range is controlled by the {{attr|waypoint_transmit_range}} and {{attr|waypoint_receive_range}} attributes; transmission range can be used for players and entities, while receive range applies only to players. A player with a receive range set to zero will not receive any waypoint information.&amp;lt;ref&amp;gt;{{snap|25w17a|April 22, 2025}}&amp;lt;/ref&amp;gt; An entity which can transmit a waypoint is called a &amp;#039;&amp;#039;waypoint transmitter&amp;#039;&amp;#039;; only [[Minecraft:living entities]], which are [[Minecraft:armor stand]]s, [[Minecraft:mob]]s, and [[Minecraft:player]]s, can transmit waypoints.&amp;lt;ref&amp;gt;The implementation is from {{jcp|net.minecraft.world.waypoints.WaypointTransmitter}} interface in the game&amp;#039;s source code. Additionally, {{jcp|net.minecraft.world.entity.LivingEntity}} implements this interface. ([[Minecraft:Obfuscation map|Mojang mapping]])&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Entities&amp;#039; waypoints are tracked by the game when their transmission range is set to greater than zero. They can also be tracked when setting their waypoints&amp;#039; color using {{cmd|waypoint}} command, but they don&amp;#039;t appear on the locator bar, removed when the entity is despawned by the game, or when the player exits the world. {{IN|be}}, only players are tracked in multiplayer mode, other entities are not tracked by the game.&lt;br /&gt;
&lt;br /&gt;
== NBT format ==&lt;br /&gt;
{{exclusive|java|section=1}}&lt;br /&gt;
&lt;br /&gt;
The following [[Minecraft:NBT]] data are stored on [[Minecraft:entity data|living entities&amp;#039; data]] about the waypoint&amp;#039;s icon visual information:&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 inherit/entity}}&lt;br /&gt;
** {{nbt inherit/mob}}&lt;br /&gt;
&amp;lt;!-- See also [[Minecraft:Chunk_format/Mob]] --&amp;gt;** {{nbt|compound|locator_bar_icon}}: The waypoint&amp;#039;s icon visual data in the locator bar.&lt;br /&gt;
*** {{nbt|int|color}}: The waypoint&amp;#039;s color stored as 32-bit signed integer using {{w|two&amp;#039;s complement}}, assuming the color is fully opaque.&amp;lt;ref&amp;gt;{{jcp|net.minecraft.world.waypoints.Waypoint#Icon}} static class sets color from {{jcp|net.minecraft.ChatFormatting}} enum. (Mojang mapping)&amp;lt;/ref&amp;gt;&lt;br /&gt;
*** {{nbt|string|style}}: The waypoint&amp;#039;s style name from {{cd|[[Minecraft:waypoint_style]]}} directory in a [[Minecraft:resource pack]].&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
=== &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.21.6|dev=25w15a|exp=Locator Bar|Added the locator bar behind its own experimental data pack.}}&lt;br /&gt;
|{{HistoryLine||1.21.6|dev=25w17a&lt;br /&gt;
 |The locator bar is now available without its experimental data pack.&lt;br /&gt;
 |Added [[Minecraft:waypoint style]] for customizing waypoints&amp;#039; icon in [[Minecraft:resource pack]]s.&lt;br /&gt;
 |Removed waypoint fade effects.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|bedrock}}&lt;br /&gt;
|{{HistoryLine||1.21.80|dev=Preview 1.21.80.20|exp=Locator Bar|Added the locator bar behind its own experimental toggle.}}&lt;br /&gt;
|{{HistoryLine|||dev=Preview 1.21.80.21|Player dots on the locator bar now show correctly regardless of [[Minecraft:simulation distance]].}} &lt;br /&gt;
|{{HistoryLine|||dev=Preview 1.21.80.22|Dots are now shown representing players in spectator mode to other players also in spectator mode on the locator bar.}}&lt;br /&gt;
|{{HistoryLine||1.21.90|dev=Preview 1.21.90.23|The locator bar is now available without its experimental toggle.}}&lt;br /&gt;
|{{HistoryLine|bedrock upcoming}}&lt;br /&gt;
|{{HistoryLine||26.30|dev=Preview 26.30.20|Replaced the {{cd|locatorbar}} game rule with {{cd|playerwaypoints}}.}}&lt;br /&gt;
|{{HistoryLine|||dev=Preview 26.30.29|Replaced the &amp;quot;Locator bar&amp;quot; game setting with &amp;quot;Player waypoints&amp;quot;.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
*[[Minecraft:Banner marker]]s can be used for marking locations on a [[Minecraft:map]] using a placed-down [[Minecraft:banner]].&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{issue list|Locator Bar|Waypoint}}&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* There exists a secret waypoint icon [[File:Locator Bar icon bowtie.png|class=pixel-image|16px]] {{cd|bowtie.png}} in the game&amp;#039;s texture files. It can be enabled by using [[Minecraft:command]] {{cmd|waypoint modify &amp;lt;target&amp;gt; style set bowtie}}.&lt;br /&gt;
* The &amp;quot;Locator Bar&amp;quot; [[Minecraft:experimental]] toggle on &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; is the shortest-lived experimental toggle in any &amp;#039;&amp;#039;Minecraft&amp;#039;&amp;#039; version, being removed just 14 days after it was added, existing only in snapshot versions and never released.&lt;br /&gt;
&lt;br /&gt;
== Gallery ==&lt;br /&gt;
=== Mojang screenshots ===&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:SummerDrop LocatorBar A.jpeg|Three players appear as colored icons on the locator bar.&lt;br /&gt;
File:SummerDrop LocatorBar B.jpeg|[[Minecraft:Player]]s in a [[Minecraft:Cherry Grove|cherry grove]] appearing on the locator bar.&lt;br /&gt;
File:SummerDrop LocatorBar C.jpeg|[[Minecraft:Sunny]] avoids being seen on the locator bar.&lt;br /&gt;
File:SummerDrop LocatorBar 1.jpeg|The locator bar correlating with a [[Minecraft:Locator map|map&amp;#039;s player markers]].&lt;br /&gt;
File:Player Locator bar.jpeg|Locator bar in Creative mode with three players, [[Minecraft:Efe]], [[Minecraft:Sunny]], and [[Minecraft:Zuri]].&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox experiments}}&lt;br /&gt;
{{Navbox gameplay}}&lt;br /&gt;
&lt;br /&gt;
[[Category:UI]]&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Ortungsleiste]]&lt;br /&gt;
[[Minecraft:es:Barra localizadora]]&lt;br /&gt;
[[Minecraft:fr:Barre de localisation]]&lt;br /&gt;
[[Minecraft:it:Barra localizzatrice]]&lt;br /&gt;
[[Minecraft:ja:方向バー]]&lt;br /&gt;
[[Minecraft:lzh:尋蹤欄]]&lt;br /&gt;
[[Minecraft:pl:Pasek nawigacyjny]]&lt;br /&gt;
[[Minecraft:pt:Barra Localizadora]]&lt;br /&gt;
[[Minecraft:ru:Локатор игроков]]&lt;br /&gt;
[[Minecraft:uk:Панель локатора]]&lt;br /&gt;
[[Minecraft:zh:定位栏]]&lt;/div&gt;</summary>
		<author><name>SyncBot</name></author>
	</entry>
</feed>