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!
When in-game, press the primary or secondary Copy Coordinates key (Default: ` for primary, unbound for secondary) and the coordinates will be copied to your clipboard, in the format you chose.
This fork:
- Adds support for Yaw (Horizontal), Rounded Yaw, Pitch (Vertical), and Full Decimal coordinates
- Adds a secondary keybind/copy format
- 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)
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$pitchSnap- Pitch coordinate rounded to the nearest vertical direction
An example of these variables in use:
I'm at $x $y $z, looking around $yawSnap ($yaw to be precise, $yawFull more-so!), with a pitch around $pitchSnap ($pitch to be precise, $pitchFull more-so!)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.