Quick Coordinates Copy: Enhanced
Quick Coordinates Copy: Enhanced is a client-side mod for Fabric.
Fabric API is required, Mod Menu and Cloth Config API are optional, but strongly recommended.
While its possible to remember or manually type out coordinates from F3 or a HUD mod, why should it be so difficult? With Quick Coordinates Copy: Enhanced, you can copy any and every coordinate in a format suitable for you, with the quick press of a button!
Usage
When in-game, press the Copy Coordinates key (` by default) and the coordinates will be copied to your keyboard.
Enhanced!
This fork:
- Adds support for Yaw (Horizontal), Rounded Yaw, Pitch (Vertical), and Full Decimal coordinates
- Replaces SimpleConfig with ClothConfig, and adds ModMenu integration
- Fixes a bug where coordinates were rounded to the nearest integer (i.e.
1.1to1, and1.9to2)
Variables
Valid variables are:
$x- X coordinate$xFull- X coordinate including decimals$y- Y coordinate$yFull- Y coordinate including decimals$z- Z coordinate$zFull- Z coordinate including decimals$yaw- Yaw coordinate$yawFull- Yaw coordinate including decimals$yawSnap- Yaw coordinate rounded to the nearest cardinal direction$pitch- Pitch coordinate$pitchFull- Pitch coordinate including decimals
An example of these variables in use:
I'm at $x $y $z, looking around $yawSnap ($yawFull to be precise!), with a pitch of $pitch!
Full credit to CraftVoltage/Simplex-Dev for creating the original Quick Coordinates Copy mod, and eliaxelang007 for creating the first fork.
This fork retains the LGPL-2.1-only license used in the original.


