CopyCoords
CopyCoords is a small Fabric mod for Minecraft 1.21.11 that makes it quick and easy to get, share, and convert coordinates.
📖About CopyCoords
CopyCoords
CopyCoords is a small Fabric mod for Minecraft 1.21.11 that makes it quick and easy to get, share, and convert coordinates.
Whether you're pasting a location into chat, coordinating building projects across dimensions, or just bookmarking a base, CopyCoords saves a few clicks.
Features
/copycoords— prints your current block coordinates in chat and can copy them to your system clipboard.- Keybind — press C (default) to copy your coordinates instantly.
/convertcoords— convert coordinates between the Overworld and the Nether, with optional clipboard copying./msgcoords— send your coordinates to another player, with optional dimension conversion.- Configurable — toggle automatic clipboard copying for both commands in Mod Menu.
- Localized — supports translations for chat messages.
Convert coordinates between dimensions
Use /convertcoords [goal] [x] [y] [z] to convert coordinates between Overworld and Nether.
goal—overworldornether(autocomplete is supported).x y z— coordinates to convert; you can use relative coordinates with~(for example~ ~1 ~-2).- Examples:
/convertcoords nether 100 64 200converts Overworld 100 64 200 → Nether (X/Z divided by 8)./convertcoords overworld ~ ~ ~converts your current position from Nether → Overworld (X/Z multiplied by 8).
Notes: Conversion uses the standard 8:1 X/Z scaling between Overworld and Nether. Y is preserved and rounded to the nearest block. Converted coordinates can be automatically copied to your clipboard (enabled by default).
Usage
/copycoords [goal]— print and optionally copy current coordinates. Whengoalis provided, converts your current position to the target dimension./convertcoords [goal] [x] [y] [z]— convert coordinates between dimensions./msgcoords [player] [goal]— send your coordinates to another player, optionally converted to a target dimension.- Keybind — press C to copy coordinates without typing.
Installation
- Install Fabric Loader for Minecraft 1.21.11: https://fabricmc.net/use/installer/.
- Install required dependencies (Fabric API, Cloth Config, Mod Menu).
- Drop
copycoords-<version>.jarinto yourmodsfolder.
Configuration
Config file: %APPDATA%/.minecraft/config/copycoords.json
{
"copyToClipboard": true,
"copyConvertedToClipboard": true
}
- Set
copyToClipboardtofalseto only show coordinates in chat (for/copycoordscommand). - Set
copyConvertedToClipboardtofalseto only show converted coordinates in chat (for/convertcoordscommand).
Both options can also be toggled in the Mod Menu configuration GUI.
License
MIT — see the LICENSE file.
Credits
- MR-Kartoshki (GitHub)
- freddy._.fazbear (Discord)
Suggestions or feature requests are welcome — open an issue or send a message.