Compatibility
Minecraft: Java Edition
1.21.8–1.21.11
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 4 days ago
CoordsClip is the smallest possible answer to 'what are my coords?' - it skips the chat box and goes straight to your system clipboard. Two keys, two formats, ready to paste into Discord, a server console, or wherever you need them.
Keys
- C - copies a ready-to-run teleport command:
/tp @s X Y Z yaw pitch. Paste it into chat as an op and you're back. Yaw is wrapped to (-180, 180], pitch clamped to [-90, 90], exactly the format vanilla/tpexpects. - N - copies the plain coordinates:
X Y Z. Drop them in a Discord channel, take a note, send them to a friend.
The action bar shows exactly what was copied, so you always know which format went out.
Why
Most 'share coords' mods print to chat - which is great in a coop game, but useless when you want to send your location to someone outside the game, or paste a command on a server you admin. CoordsClip writes to the system clipboard so it crosses out of Minecraft.
Notes
- Pure client-side - install on your client only. Works on any Fabric server, vanilla compatible, no cheats.
- Keys are inactive while a screen is open (chat, inventory, sign editor) - won't intercept normal typing.
- ~70 lines of code, no config files, no dependencies beyond Fabric API.
Compatibility
Minecraft 1.21.8, 1.21.9, 1.21.10, 1.21.11 - Fabric Loader 0.16+. One JAR covers all four. Drop into your mods/ folder alongside Fabric API.


