<?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%3ACommands%2Fwaypoint</id>
	<title>Minecraft:Commands/waypoint - 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%3ACommands%2Fwaypoint"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Commands/waypoint&amp;action=history"/>
	<updated>2026-04-09T14:33:14Z</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:Commands/waypoint&amp;diff=49858&amp;oldid=prev</id>
		<title>imported&gt;The triple g at 15:56, 14 September 2025</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Commands/waypoint&amp;diff=49858&amp;oldid=prev"/>
		<updated>2025-09-14T15:56:08Z</updated>

		<summary type="html">&lt;p&gt;&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;
{{Infobox command&lt;br /&gt;
| name = waypoint&lt;br /&gt;
| oplevel = 2&lt;br /&gt;
| others = [[Minecraft:Commands#Cheats|Cheats]] enabled&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Manages waypoints displayed on the [[Minecraft:locator bar]]. Allows querying existing waypoints of entities and modifying their appearance properties like color and fade effect.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Lists tracked waypoints or modifies properties of the waypoint being transmitted by specific [[Minecraft:entities]]. A tracked waypoint is associated with an entity that meets either of the following conditions:&lt;br /&gt;
* The entity has the {{attr|waypoint_transmit_range}} attribute set to a value greater than 0.&lt;br /&gt;
* The entity&amp;#039;s waypoint color has been explicitly set using {{cmd|waypoint modify &amp;lt;waypoint&amp;gt; color}} (either with a name or hex code) during the current game session. This is temporary and it is no longer tracked after reloading the world.&lt;br /&gt;
&lt;br /&gt;
Only entities with tracked waypoints can be listed by {{cmd|waypoint list}}.&lt;br /&gt;
&lt;br /&gt;
Any entities that can transmit a waypoint is called &amp;#039;&amp;#039;waypoint transmitter&amp;#039;&amp;#039;. They only include [[Minecraft:living entities]], which are [[Minecraft:armor stand]]s, [[Minecraft:mob]]s, and [[Minecraft:player]]s.&lt;br /&gt;
&lt;br /&gt;
== Syntax ==&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;code&amp;gt;waypoint list&amp;lt;/code&amp;gt;&lt;br /&gt;
:: Lists all tracked waypoint from entities (as defined above). The output includes the player&amp;#039;s name or the entity&amp;#039;s type with color specified by their waypoint color. If none specified, it results to white, regardless of the randomly chosen color by the game or their [[Minecraft:team]] color.&lt;br /&gt;
: &amp;lt;code&amp;gt;waypoint modify &amp;lt;waypoint&amp;gt; color &amp;lt;color&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:: Changes the waypoint&amp;#039;s color to one of the 16 [[Minecraft:color code]]s. This overrides the default color.&lt;br /&gt;
: &amp;lt;code&amp;gt;waypoint modify &amp;lt;waypoint&amp;gt; color hex &amp;lt;hex_color&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:: Changes the waypoint&amp;#039;s color using a 6-digit {{w|hexadecimal color}} code (RRGGBB format, e.g., &amp;lt;code&amp;gt;FF0000&amp;lt;/code&amp;gt; for red). This overrides the default color.&lt;br /&gt;
: &amp;lt;code&amp;gt;waypoint modify &amp;lt;waypoint&amp;gt; color reset&amp;lt;/code&amp;gt;&lt;br /&gt;
:: Resets the waypoint&amp;#039;s color to the default color (chosen randomly by the game, or the entity&amp;#039;s [[Minecraft:team]] color).&lt;br /&gt;
: &amp;lt;code&amp;gt;waypoint modify &amp;lt;waypoint&amp;gt; style set &amp;lt;style&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:: Sets the [[Minecraft:waypoint style]] from {{cd|waypoint_style}} directory in a [[Minecraft:resource pack]]. By default, it is set to {{cd|minecraft:default}}.&lt;br /&gt;
:: The game does not check if a definition exists under the directory, setting it to a non-existent definition results in a [[Minecraft:missing texture]] for the waypoint icon.&lt;br /&gt;
: &amp;lt;code&amp;gt;waypoint modify &amp;lt;waypoint&amp;gt; style reset&amp;lt;/code&amp;gt;&lt;br /&gt;
:: Resets the waypoint&amp;#039;s style.&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
&lt;br /&gt;
{{argument|waypoint|entity}}&lt;br /&gt;
: Specifies the target entity whose transmitted waypoint should be modified.&lt;br /&gt;
: {{arg desc|je=entity|amount=single|type=entities}} Must be a waypoint transmitter.&lt;br /&gt;
&lt;br /&gt;
{{argument|color|color}}&lt;br /&gt;
: Specifies a color name to apply to the waypoint&amp;#039;s indicator on the [[Minecraft:locator bar]]. This overrides the default color (which may be influenced by the entity&amp;#039;s [[Minecraft:team]] color).&lt;br /&gt;
: Must be a valid color name (e.g., &amp;lt;code&amp;gt;red&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;blue&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;light_purple&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
{{argument|hex_color|hex_color}}&lt;br /&gt;
: Specifies a {{w|hexadecimal color}} code (RRGGBB format) to apply to the waypoint&amp;#039;s indicator on the [[Minecraft:locator bar]]. This overrides the default color.&lt;br /&gt;
: Must be a 6-digit hexadecimal number (000000-FFFFFF). For example, &amp;lt;code&amp;gt;FF0000&amp;lt;/code&amp;gt; for red, &amp;lt;code&amp;gt;6495ED&amp;lt;/code&amp;gt; for cornflower blue.&lt;br /&gt;
&lt;br /&gt;
{{argument|style|resource_location}}&lt;br /&gt;
: Specifies the [[Minecraft:waypoint style]] from {{cd|waypoint_style}} directory in a resource pack.&lt;br /&gt;
: {{arg desc|je=resource_location}}&lt;br /&gt;
&lt;br /&gt;
== Result ==&lt;br /&gt;
&lt;br /&gt;
{{Result table|onlyje=1}}&lt;br /&gt;
{{Result table|The command is incomplete, or any argument is not specified correctly.|unparseable}}&lt;br /&gt;
{{Result table|cmd=/waypoint modify &amp;lt;waypoint&amp;gt;|{{cd|waypoint}} is a target selector that&amp;#039;s not a waypoint transmitter.|fail}}&lt;br /&gt;
{{Result table|cmd=/waypoint modify ... color &amp;lt;color&amp;gt;|{{cd|color}} is an unknown color.|fail}}&lt;br /&gt;
{{Result table|cmd=/waypoint modify ... color hex &amp;lt;hex_color&amp;gt;|{{cd|hex_color}} is an invalid hex color code.|fail}}&lt;br /&gt;
{{Result table|cmd=|succeed}}&lt;br /&gt;
{{Result table}}&lt;br /&gt;
&lt;br /&gt;
== Output ==&lt;br /&gt;
&lt;br /&gt;
{{Output table}}&lt;br /&gt;
{{Output table|edition=je|On success|1|1|0}}&lt;br /&gt;
{{Output table|cmd=/waypoint list|On success|1|1|the total number of tracked waypoints}}&lt;br /&gt;
{{Output table}}&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
&lt;br /&gt;
* To list all currently tracked waypoints being transmitted:&lt;br /&gt;
*: &amp;lt;code&amp;gt;waypoint list&amp;lt;/code&amp;gt;&lt;br /&gt;
* To change the waypoint color for the player named &amp;quot;Steve&amp;quot; to gold on the [[Minecraft:locator bar]]:&lt;br /&gt;
*: &amp;lt;code&amp;gt;waypoint modify Steve color gold&amp;lt;/code&amp;gt;&lt;br /&gt;
* To change the waypoint color for a [[Minecraft:creeper]] to lime using a hex code:{{note|name=single_entity|1=The {{cd|&amp;lt;waypoint&amp;gt;}} selector must resolve to exactly one entity. Using a selector like &amp;lt;code&amp;gt;@e[type=...]&amp;lt;/code&amp;gt; without &amp;lt;code&amp;gt;limit=1&amp;lt;/code&amp;gt; will fail if more than one entity of that type exists.}}&lt;br /&gt;
*: &amp;lt;code&amp;gt;waypoint modify @e[type=creeper,limit=1] color hex 00FF00&amp;lt;/code&amp;gt;&lt;br /&gt;
* To reset the waypoint color for a [[Minecraft:zombie]] to its default color:{{note|name=single_entity}}&lt;br /&gt;
*: &amp;lt;code&amp;gt;waypoint modify @e[type=zombie,limit=1] color reset&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{notelist}}&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.21.6|exp=Locator Bar|dev=25w15a|Added {{cmd|waypoint|link=none}}.}}&lt;br /&gt;
|{{HistoryLine||1.21.6|dev=25w17a&lt;br /&gt;
 |{{cmd|waypoint|link=none}} is now available in normal gameplay.&lt;br /&gt;
 |Added {{cmd|waypoint modify ... style|link=none}} arguments.&lt;br /&gt;
 |Removed {{cmd|waypoint modify ... fade|link=none}} arguments, effectively removing waypoint&amp;#039;s fade effects.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox commands}}&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Befehl/waypoint]]&lt;br /&gt;
[[Minecraft:ja:コマンド/waypoint]]&lt;br /&gt;
[[Minecraft:lzh:令/waypoint]]&lt;br /&gt;
[[Minecraft:pt:Comandos/waypoint]]&lt;br /&gt;
[[Minecraft:zh:命令/waypoint]]&lt;/div&gt;</summary>
		<author><name>imported&gt;The triple g</name></author>
	</entry>
</feed>