Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed AGPL-3.0-only
Published 3 months ago
CopyCoords
A client-side Fabric mod for copying, converting, and sharing coordinates.
Features
/cccopies your current coordinates instantly- Overworld ↔ Nether conversion with the 8:1 ratio
- Send coordinates directly to a player with
/msgcoords - Distance calculator between two positions or saved bookmarks
- Clickable coordinates in chat
- Full coordinate history — copy, reinsert, or remove past entries
- Bookmarks with import/export support
- Map links for Dynmap, BlueMap, or any custom web map
- Configurable format, decimal precision, and custom templates
- And more!
Keybinds (all rebindable in Controls):
- Copy current coordinates
- Copy converted coordinates
- Copy coordinates with dimension label
- Instant chat send
Requirements
| Dependency | Where to get it |
|---|---|
| Fabric Loader | fabricmc.net |
| Fabric API | Modrinth |
| Cloth Config | Modrinth |
| Mod Menu | Modrinth |
Supports Minecraft 1.19 through 26.1.2.
Each jar targets a specific MC version — pick the one that matches.
Installation
- Install Fabric Loader.
- Download all four dependencies above for your MC version.
- Drop
copycoords+<mc-version>-<mod-version>.jarinto yourmodsfolder. - Launch.
Commands
| Command | What it does |
|---|---|
/cc |
Copy current coordinates |
/copycoords [overworld|nether] |
Copy for a specific dimension |
/convertcoords [dim] [x] [y] [z] |
Convert between Overworld and Nether |
/msgcoords [player] |
Send your coords to a player |
/distcalc [x1] [y1] [z1] [x2] [y2] [z2] |
Distance between two points |
/distcalc bookmarks [b1] [b2] |
Distance between two bookmarks |
/coordshistory |
View coordinate history |
/coordsbookmark add/list/copy/remove |
Manage bookmarks |
/coordsbookmark export/import [file] |
Backup or restore bookmarks |
| For the full list of commands check ingame command suggestions |
Configuration
Open Mod Menu and select CopyCoords to configure.
Config file: .minecraft/config/copycoords/copycoords.json
Template placeholders: {x} {y} {z} {dimension} {dimName}
Map link placeholders: {x} {y} {z} {world} {worldEncoded} {dimension} {dimensionEncoded}
Instant Chat Send is unbound by default. Set it in Controls before use. If it fails, CopyCoords will print the reason in chat.


