Allows you to quickly copy your in-game coordinates to send to your friends!
When in-game, press the Copy Coordinates
key (`
by default) and the coordinates will be copied to your keyboard.
format=$x, $y, $z, $yaw, $pitch
This fork adds support for Horizontal (Yaw) and Vertical (Pitch) coordinates.
format=$x, $y, $z, $yaw, $pitch
will provide the Yaw and Pitch in rounded numbers, while
format=$x, $y, $z, $yawSnap, $pitch
will provide the Yaw snapped to the closest cardinal direction.
It also fixes a bug with the original version where the coordinates were simply rounded, resulting in 1.1
being rounded to 1
& 1.9
being rounded to 2
, messing up coordinates unless you carefully aligned yourself.