Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 817 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 817 Bytes

Quick Coords Copy

Allows you to quickly copy your in-game coordinates to send to your friends!

Usage

When in-game, press the Copy Coordinates key (` by default) and the coordinates will be copied to your keyboard.

Config

format=$x, $y, $z, $yaw, $pitch

This Fork

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.