<?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%3ACoordinates</id>
	<title>Minecraft:Coordinates - 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%3ACoordinates"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Coordinates&amp;action=history"/>
	<updated>2026-04-09T09:13:46Z</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:Coordinates&amp;diff=49884&amp;oldid=prev</id>
		<title>imported&gt;Vinds476283: [InPageEdit] png-&gt;svg</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Minecraft:Coordinates&amp;diff=49884&amp;oldid=prev"/>
		<updated>2025-12-26T15:07:00Z</updated>

		<summary type="html">&lt;p&gt;[InPageEdit] png-&amp;gt;svg&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{redirect|Direction|the direction an entity is facing|Rotation}}&lt;br /&gt;
{{See also|South-east rule|Distance}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Coordinates&amp;#039;&amp;#039;&amp;#039; numerically represent a location in a [[Minecraft:dimension]].&lt;br /&gt;
&lt;br /&gt;
== World coordinates ==&lt;br /&gt;
[[File:coordinates.png|250px|thumb|X, Y and Z coordinate on a Minecraft map.]]&lt;br /&gt;
[[File:Minecraft axes.svg|alt=North is upward, at *negative* z and 180 degrees. Moving clockwise, East is to the right at positive X and -90 degrees. South is down, at *positive* Z and 0 degrees. West is left, at negative X and +90 degrees.|thumb|X and Z axes with directions shown, from a birds-eye view. Red highlights where these axes are different than standard.]]&lt;br /&gt;
World coordinates are expressed as a set of three &amp;#039;&amp;#039;absolute world coordinates&amp;#039;&amp;#039; (&amp;lt;code&amp;gt;X Y Z&amp;lt;/code&amp;gt;), each number representing a distance along an axis from the world origin.&lt;br /&gt;
&lt;br /&gt;
=== Coordinate system ===&lt;br /&gt;
World coordinates are based on a grid where three lines or axes intersect at the origin point. &lt;br /&gt;
*The x-axis indicates the player&amp;#039;s distance east (positive) or west (negative) of the origin point—i.e., the longitude,&lt;br /&gt;
*The z-axis indicates the player&amp;#039;s distance south (positive) or north (negative) of the origin point—i.e., the latitude,&lt;br /&gt;
*The y-axis indicates how high or low (from -64 to 320, with 63 being sea level) the player is—i.e., the [[Minecraft:elevation]],&lt;br /&gt;
*The unit length of the three axes equals the side of one block. And, in terms of [[Minecraft:Tutorial:Measuring distance|real-world measurement]], one block equals 1 cubic meter.&lt;br /&gt;
&lt;br /&gt;
The origin point marks the zero point for the x and z coordinates. Hence, it may be thought of as the 0,0 coordinate:&lt;br /&gt;
*X-axis = 0&lt;br /&gt;
*Z-axis = 0&lt;br /&gt;
As the player travels south, the z-axis number increases; travel north and it decreases. Similarly, the x-axis number increases as the player travels east and decreases as they travel west. As the player&amp;#039;s elevation rises, the y-axis number increases, and as the player&amp;#039;s elevation lowers, that number decreases.&lt;br /&gt;
&lt;br /&gt;
An entity&amp;#039;s coordinates are actually the coordinates of the center at the bottom of entity&amp;#039;s collision box. When the [[#Displaying coordinates|display shows]] that the player is at position Y=63, then the player&amp;#039;s feet are at Y=63.0, and their eyes are at Y=64.62.&lt;br /&gt;
&lt;br /&gt;
=== Block position ===&lt;br /&gt;
The position of a block is actually the coordinates of the point at the lower northwest corner of the block, that is, the integer coordinates obtained by rounding down the coordinates inside the block.&lt;br /&gt;
&lt;br /&gt;
In &amp;#039;&amp;#039;Minecraft&amp;#039;&amp;#039;, decimal coordinates usually needs to be converted into integer coordinates by rounding down, which is called the &amp;#039;&amp;#039;&amp;#039;block position&amp;#039;&amp;#039;&amp;#039; of the coordinate. Note that for &amp;#039;&amp;#039;positive coordinates&amp;#039;&amp;#039; a block position starts with 0 (it&amp;#039;s so-called &amp;#039;&amp;#039;0-based&amp;#039;&amp;#039;), and for &amp;#039;&amp;#039;negative coordinates&amp;#039;&amp;#039; it starts with -1.&lt;br /&gt;
&lt;br /&gt;
There are available [[Minecraft:Calculators|interactive calculators]] (hosted on this wiki) that may be used to convert between different types of coordinate values.&lt;br /&gt;
&lt;br /&gt;
=== Displaying coordinates ===&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; ====&lt;br /&gt;
{{IN|java}}, pressing {{key|F3}} (or {{key|Fn+F3}} on Macs and some laptops or {{key|Alt+Fn+F3}} on newer Macs{{verify|Macbook Air M2 (2022) has fn+f3 keybinding. There&amp;#039;s no alt key in macs, corresponding key is option.}}) brings up a [[Minecraft:debug screen]] that shows the player&amp;#039;s current coordinates (&amp;#039;&amp;#039;XYZ&amp;#039;&amp;#039;) and [[Minecraft:rotation]] in the upper left part of the screen. It also shows other useful in-game information, like the block position of the player, and the position of this block within the current [[Minecraft:chunk]]. The debug screen also replaces the [[Minecraft:Heads-up display#Crosshair|crosshair]] with a display of these three directions: +X in red, +Y in green, +Z in blue (eastward, upward, and southward, respectively). Some information can be hidden using {{cmd|/gamerule reducedDebugInfo true}} command.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot;&amp;gt;&lt;br /&gt;
File:Default Debug Menu.png|Screenshot showing the debug information, with coordinates XYZ, Facing, and Block position.&lt;br /&gt;
File:Debug screen without coordinates.png|Debug screen when reducedDebugInfo is true.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039; ====&lt;br /&gt;
{{IN|bedrock}}, the block position of the player can be displayed by changing the [[Minecraft:World Options|world options]]. The coordinates are displayed in a box in the top left, if the &amp;quot;Show Coordinates&amp;quot; option is turned on in the game settings screen or {{command|gamerule showcoordinates true}} is used.&lt;br /&gt;
&lt;br /&gt;
The coordinates can also be shown in the [[Minecraft:chat]] by enabling &amp;quot;Copy Coordinate UI&amp;quot; in the [[Minecraft:Settings#Creator|creator settings]], which is independent from the world options. The player&amp;#039;s coordinates are shown with two decimals, and the player can also choose to show the coordinates of the block the player is currently facing. Both coordinates can also be copied with a customizable hotkey, {{Keys|Ctr+Alt+C}} for the player&amp;#039;s coordinates and {{Keys|Ctr+Alt+X}} for the facing coordinates by default.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed&amp;quot;&amp;gt;&lt;br /&gt;
File:Bedrock Edition Coordinates.png|The block position of player shown in &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039;.&lt;br /&gt;
File:Chat with coordinates BE.png|The chat with &amp;quot;Copy Coordinate UI&amp;quot; enabled.&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Commands ==&lt;br /&gt;
Some [[Minecraft:commands]] use require the player to specify coordinates. They can be expressed explicitly, using absolute world coordinates, or relative to the command source, using relative world coordinates or local coordinates.&lt;br /&gt;
&lt;br /&gt;
{{anchor|Tilde notation|Tilde and caret notation}}&lt;br /&gt;
&lt;br /&gt;
=== Relative world coordinates ===&lt;br /&gt;
When specifying coordinates, each coordinate can alternatively be expressed as a &amp;#039;&amp;#039;&amp;#039;relative world coordinate&amp;#039;&amp;#039;&amp;#039;, written in &amp;#039;&amp;#039;&amp;#039;tilde notation&amp;#039;&amp;#039;&amp;#039; (&amp;lt;code&amp;gt;~ΔX ~ΔY ~ΔZ&amp;lt;/code&amp;gt;). A number following a [[Minecraft:wikipedia:tilde|tilde]] (~) describes an offset from execution position along one of the world axes, and a lone tilde assumes an offset of 0.&lt;br /&gt;
For example, the position {{distdir|10|-30}} &amp;lt;code&amp;gt;~10 ~ ~-30&amp;lt;/code&amp;gt; means &amp;quot;10 blocks east (+X) and 30 blocks north (–Z) of here.&amp;quot; And &amp;lt;code&amp;gt;~ ~ ~&amp;lt;/code&amp;gt; means the command&amp;#039;s current position.&lt;br /&gt;
&lt;br /&gt;
Relative world coordinates can mix with absolute coordinates; for example, {{cmd|tp ~ 64 ~}} keeps the sender&amp;#039;s X and Z positions unchanged but teleports them to an absolute height of 64 blocks.&lt;br /&gt;
&lt;br /&gt;
The {{Command|execute}} command can update a command&amp;#039;s current position, changing the meaning of &amp;lt;code&amp;gt;~ ~ ~&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Local coordinates ===&lt;br /&gt;
The other way to describe positions is with &amp;#039;&amp;#039;&amp;#039;local coordinates&amp;#039;&amp;#039;&amp;#039;, written in &amp;#039;&amp;#039;&amp;#039;caret notation&amp;#039;&amp;#039;&amp;#039; (&amp;lt;code&amp;gt;{{Local frame}}&amp;lt;/code&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
Like relative coordinates, these describe positions relative to where a command is executed from, but with different directions. A number following a [[Minecraft:wikipedia:caret|caret]] (^) is an offset within a moving, entity-centric frame: This coordinate system is centered at the executor&amp;#039;s position, with +X&amp;lt;sub&amp;gt;local&amp;lt;/sub&amp;gt; directed to its left, +Y&amp;lt;sub&amp;gt;local&amp;lt;/sub&amp;gt; directed upward, and +Z&amp;lt;sub&amp;gt;local&amp;lt;/sub&amp;gt; directed in the direction the sender faces. (Note that an entity with rotation &amp;lt;code&amp;gt;0 0&amp;lt;/code&amp;gt; has its local frame aligned with the world frame.)&lt;br /&gt;
&lt;br /&gt;
Described in other terms, these coordinates express ^ΔSway ^ΔHeave ^ΔSurge&lt;br /&gt;
&lt;br /&gt;
For example, {{cmd|tp ^ ^ ^5}} teleports the player 5 blocks forward. If they turn around and repeat the command, they are teleported back to where they started.&lt;br /&gt;
&lt;br /&gt;
{{IN|java}}, pressing {{key|F3}}+{{key|B}} displays the +Z&amp;lt;sub&amp;gt;local&amp;lt;/sub&amp;gt; direction for all entities as a blue ray centered on their heads.&lt;br /&gt;
&lt;br /&gt;
Local coordinates cannot be mixed with world coordinates (e.g. &amp;lt;code&amp;gt;^ 0 ^&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt; ^ 0 ~1&amp;lt;/code&amp;gt;), and attempting so alerts the typist, &amp;quot;Cannot mix world &amp;amp; local coordinates (everything must either use ^ or not).&amp;quot; So such a command fails to be parsed. However, this effect can be achieved using {{cmd|execute rotated ~ 0}} to &amp;quot;globalize&amp;quot; the y coordinate, and {{cmd|execute rotated 0 ~}} to &amp;quot;globalize&amp;quot; the x and z coordinates. For example, {{cmd|execute rotated ~ 0 run tp ^ ^ ^3}} teleports the player 3 blocks in forward, but at the same Y level.&lt;br /&gt;
&lt;br /&gt;
A command&amp;#039;s execution position, rotation, dimension, and anchor all can change the effect of using &amp;lt;code&amp;gt;^ ^ ^&amp;lt;/code&amp;gt;. These can be updated by the {{Command|execute}} command.&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 infdev}}&lt;br /&gt;
|{{HistoryLine||20100630-1835|Spawn Y is now set to 64 if it is at or below 0.}}&lt;br /&gt;
|{{HistoryLine|java alpha}}&lt;br /&gt;
|{{HistoryLine||v1.2.3|Coordinates now appear on the debug screen.}}&lt;br /&gt;
|{{HistoryLine|java}}&lt;br /&gt;
|{{HistoryLine||1.0.0|dev=Beta 1.9 Prerelease 4|Postive X is changed from west to east}}&lt;br /&gt;
|{{HistoryLine||1.13|dev=17w50a|Local coordinates can now be specified in commands using {{cd|^}}.}}&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.2.0|dev=beta 1.2.0.31|Added coordinates as a world toggle.&lt;br /&gt;
|Coordinates can now be enabled from the command {{cd|/gamerule showCoordinates}} and appear in the top left corner of the screen.}}&lt;br /&gt;
|{{HistoryLine||1.8.0|dev=beta 1.8.0.8|Showing coordinates no longer requires cheats to be enabled.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== Legacy Console Edition ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|console}}&lt;br /&gt;
|{{HistoryLine||xbox=TU2|xbone=CU1|ps3=1.00|psvita=1.00|ps4=1.00|wiiu=Patch 1|switch=1.0.1|Coordinates are displayed at the top corner of a [[Minecraft:map]].}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=== &amp;#039;&amp;#039;New Nintendo 3DS Edition&amp;#039;&amp;#039; ===&lt;br /&gt;
{{HistoryTable&lt;br /&gt;
|{{HistoryLine|3ds}}&lt;br /&gt;
|{{HistoryLine||0.1.0|Coordinates are displayed at the bottom Touch Screen alongside the map and hotbar.}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
{{Issue list}}&lt;br /&gt;
&lt;br /&gt;
== Navigation ==&lt;br /&gt;
{{Navbox Java Edition technical|general}}&lt;br /&gt;
{{Navbox Bedrock Edition}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game terms]]&lt;br /&gt;
&lt;br /&gt;
[[Minecraft:de:Koordinaten]]&lt;br /&gt;
[[Minecraft:es:Coordenadas]]&lt;br /&gt;
[[Minecraft:fr:Coordonnées]]&lt;br /&gt;
[[Minecraft:ja:座標]]&lt;br /&gt;
[[Minecraft:ko:좌표]]&lt;br /&gt;
[[Minecraft:nl:Coördinaten]]&lt;br /&gt;
[[Minecraft:pt:Coordenadas]]&lt;br /&gt;
[[Minecraft:ru:Координаты]]&lt;br /&gt;
[[Minecraft:uk:Координати]]&lt;br /&gt;
[[Minecraft:zh:坐标]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Vinds476283</name></author>
	</entry>
</feed>