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 Coordinates Copy: Enhanced

Current Modrinth Release Current GitHub Release

Modrinth Downloads

Buy Me A Coffee

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 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.

Enhanced!

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.1 to 1, and 1.9 to 2)

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
  • $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.

About

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

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Languages

  • Java 100.0%