Skip to content

Modified version of QuickCoordsCopy to add Yaw/Pitch and support newer versions

License

Notifications You must be signed in to change notification settings

KadTheHunter/QuickCoordsCopy

 
 

Repository files navigation

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, $h, $v

This Fork

This fork adds support for Horizontal (Yaw) and Vertical (Pitch) coordinates, both precise and snapping.

format=$x, $y, $z, $h, $v

will provide the Yaw and Pitch in rounded numbers, while

format=$x, $y, $z, $LRSnap, $UDSnap

will provide the Yaw and Pitch 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.

About

Modified version of QuickCoordsCopy to add Yaw/Pitch and support newer versions

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%