Перейти к содержимому
Mineforgian

CopyCoords

A simple mod that makes sharing Minecraft coordinates less of a hassle. Copy, convert, send. That's it.

Загрузки
3K
Подписчики
6
Обновлён
7 июля 2026 г.
Лицензия
AGPL-3.0-only

Опубликован 16 февраля 2026 г.

CopyCoords

A client-side Fabric mod for copying, converting, and sharing coordinates.


Modrinth Downloads License GitHub
Support Me


Features

  • /cc copies 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.2. Each jar targets a specific MC version — pick the one that matches.


Installation

  1. Install Fabric Loader.
  2. Download all four dependencies above for your MC version.
  3. Drop copycoords+<mc-version>-<mod-version>.jar into your mods folder.
  4. 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.


License

AGPL-3.0

Ченджлог

1.16.0Релиз26.2 · 7 июля 2026 г.

added minecraft 26.2 support

1.16.0Релиз26.1.2 · 13 апреля 2026 г.

[1.16.0] - 2026-04-13

Added

  • /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> now support explicit coordinates when creating bookmarks.
    • Accepts space-separated coordinates like 100 64 200.
    • Accepts bracket coordinates like [100, 64, 200].
    • Accepts X:100 Y:64 Z:200 style coordinates.
    • Keeps the old add <name> behavior and still uses your current position when coordinates are omitted.

Fixed

  • Fixed the bookmark Xaero export action failing for bookmarks that stored equivalent dimension IDs in legacy or raw forms instead of Xaero's expected Overworld, Nether, or End IDs.
  • Fixed incoming chat coordinate detection registration on Minecraft 26.1.2, which could fail at runtime because chat receive compat reflected against Fabric's concrete event implementation instead of the public event interface.
  • Fixed malformed /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> input falling back to the player's current position instead of reporting an invalid coordinate or dimension error.
  • Fixed /convertcoords silently substituting the player's current coordinates when given invalid coordinate tokens.
  • Fixed bookmark import crashing or partially importing data when the JSON array contained null or malformed bookmark entries.
  • Fixed Windows clipboard writes using the JVM default charset instead of an explicit Unicode-safe encoding.
  • Fixed /msgcoords failing without showing the underlying chat command send reason when the send call returned false.
1.16.0Релиз26.1.1 · 13 апреля 2026 г.

[1.16.0] - 2026-04-13

Added

  • /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> now support explicit coordinates when creating bookmarks.
    • Accepts space-separated coordinates like 100 64 200.
    • Accepts bracket coordinates like [100, 64, 200].
    • Accepts X:100 Y:64 Z:200 style coordinates.
    • Keeps the old add <name> behavior and still uses your current position when coordinates are omitted.

Fixed

  • Fixed the bookmark Xaero export action failing for bookmarks that stored equivalent dimension IDs in legacy or raw forms instead of Xaero's expected Overworld, Nether, or End IDs.
  • Fixed incoming chat coordinate detection registration on Minecraft 26.1.2, which could fail at runtime because chat receive compat reflected against Fabric's concrete event implementation instead of the public event interface.
  • Fixed malformed /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> input falling back to the player's current position instead of reporting an invalid coordinate or dimension error.
  • Fixed /convertcoords silently substituting the player's current coordinates when given invalid coordinate tokens.
  • Fixed bookmark import crashing or partially importing data when the JSON array contained null or malformed bookmark entries.
  • Fixed Windows clipboard writes using the JVM default charset instead of an explicit Unicode-safe encoding.
  • Fixed /msgcoords failing without showing the underlying chat command send reason when the send call returned false.
1.16.0Релиз26.1 · 13 апреля 2026 г.

[1.16.0] - 2026-04-13

Added

  • /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> now support explicit coordinates when creating bookmarks.
    • Accepts space-separated coordinates like 100 64 200.
    • Accepts bracket coordinates like [100, 64, 200].
    • Accepts X:100 Y:64 Z:200 style coordinates.
    • Keeps the old add <name> behavior and still uses your current position when coordinates are omitted.

Fixed

  • Fixed the bookmark Xaero export action failing for bookmarks that stored equivalent dimension IDs in legacy or raw forms instead of Xaero's expected Overworld, Nether, or End IDs.
  • Fixed incoming chat coordinate detection registration on Minecraft 26.1.2, which could fail at runtime because chat receive compat reflected against Fabric's concrete event implementation instead of the public event interface.
  • Fixed malformed /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> input falling back to the player's current position instead of reporting an invalid coordinate or dimension error.
  • Fixed /convertcoords silently substituting the player's current coordinates when given invalid coordinate tokens.
  • Fixed bookmark import crashing or partially importing data when the JSON array contained null or malformed bookmark entries.
  • Fixed Windows clipboard writes using the JVM default charset instead of an explicit Unicode-safe encoding.
  • Fixed /msgcoords failing without showing the underlying chat command send reason when the send call returned false.
1.16.0Релиз1.21.11 · 13 апреля 2026 г.

[1.16.0] - 2026-04-13

Added

  • /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> now support explicit coordinates when creating bookmarks.
    • Accepts space-separated coordinates like 100 64 200.
    • Accepts bracket coordinates like [100, 64, 200].
    • Accepts X:100 Y:64 Z:200 style coordinates.
    • Keeps the old add <name> behavior and still uses your current position when coordinates are omitted.

Fixed

  • Fixed the bookmark Xaero export action failing for bookmarks that stored equivalent dimension IDs in legacy or raw forms instead of Xaero's expected Overworld, Nether, or End IDs.
  • Fixed incoming chat coordinate detection registration on Minecraft 26.1.2, which could fail at runtime because chat receive compat reflected against Fabric's concrete event implementation instead of the public event interface.
  • Fixed malformed /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> input falling back to the player's current position instead of reporting an invalid coordinate or dimension error.
  • Fixed /convertcoords silently substituting the player's current coordinates when given invalid coordinate tokens.
  • Fixed bookmark import crashing or partially importing data when the JSON array contained null or malformed bookmark entries.
  • Fixed Windows clipboard writes using the JVM default charset instead of an explicit Unicode-safe encoding.
  • Fixed /msgcoords failing without showing the underlying chat command send reason when the send call returned false.
1.16.0Релиз1.21.10 · 13 апреля 2026 г.

[1.16.0] - 2026-04-13

Added

  • /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> now support explicit coordinates when creating bookmarks.
    • Accepts space-separated coordinates like 100 64 200.
    • Accepts bracket coordinates like [100, 64, 200].
    • Accepts X:100 Y:64 Z:200 style coordinates.
    • Keeps the old add <name> behavior and still uses your current position when coordinates are omitted.

Fixed

  • Fixed the bookmark Xaero export action failing for bookmarks that stored equivalent dimension IDs in legacy or raw forms instead of Xaero's expected Overworld, Nether, or End IDs.
  • Fixed incoming chat coordinate detection registration on Minecraft 26.1.2, which could fail at runtime because chat receive compat reflected against Fabric's concrete event implementation instead of the public event interface.
  • Fixed malformed /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> input falling back to the player's current position instead of reporting an invalid coordinate or dimension error.
  • Fixed /convertcoords silently substituting the player's current coordinates when given invalid coordinate tokens.
  • Fixed bookmark import crashing or partially importing data when the JSON array contained null or malformed bookmark entries.
  • Fixed Windows clipboard writes using the JVM default charset instead of an explicit Unicode-safe encoding.
  • Fixed /msgcoords failing without showing the underlying chat command send reason when the send call returned false.
1.16.0Релиз1.21.9 · 13 апреля 2026 г.

[1.16.0] - 2026-04-13

Added

  • /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> now support explicit coordinates when creating bookmarks.
    • Accepts space-separated coordinates like 100 64 200.
    • Accepts bracket coordinates like [100, 64, 200].
    • Accepts X:100 Y:64 Z:200 style coordinates.
    • Keeps the old add <name> behavior and still uses your current position when coordinates are omitted.

Fixed

  • Fixed the bookmark Xaero export action failing for bookmarks that stored equivalent dimension IDs in legacy or raw forms instead of Xaero's expected Overworld, Nether, or End IDs.
  • Fixed incoming chat coordinate detection registration on Minecraft 26.1.2, which could fail at runtime because chat receive compat reflected against Fabric's concrete event implementation instead of the public event interface.
  • Fixed malformed /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> input falling back to the player's current position instead of reporting an invalid coordinate or dimension error.
  • Fixed /convertcoords silently substituting the player's current coordinates when given invalid coordinate tokens.
  • Fixed bookmark import crashing or partially importing data when the JSON array contained null or malformed bookmark entries.
  • Fixed Windows clipboard writes using the JVM default charset instead of an explicit Unicode-safe encoding.
  • Fixed /msgcoords failing without showing the underlying chat command send reason when the send call returned false.
1.16.0Релиз1.21.8 · 13 апреля 2026 г.

[1.16.0] - 2026-04-13

Added

  • /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> now support explicit coordinates when creating bookmarks.
    • Accepts space-separated coordinates like 100 64 200.
    • Accepts bracket coordinates like [100, 64, 200].
    • Accepts X:100 Y:64 Z:200 style coordinates.
    • Keeps the old add <name> behavior and still uses your current position when coordinates are omitted.

Fixed

  • Fixed the bookmark Xaero export action failing for bookmarks that stored equivalent dimension IDs in legacy or raw forms instead of Xaero's expected Overworld, Nether, or End IDs.
  • Fixed incoming chat coordinate detection registration on Minecraft 26.1.2, which could fail at runtime because chat receive compat reflected against Fabric's concrete event implementation instead of the public event interface.
  • Fixed malformed /coordsbookmark add <name> <coords> and /coordbookmark add <name> <coords> input falling back to the player's current position instead of reporting an invalid coordinate or dimension error.
  • Fixed /convertcoords silently substituting the player's current coordinates when given invalid coordinate tokens.
  • Fixed bookmark import crashing or partially importing data when the JSON array contained null or malformed bookmark entries.
  • Fixed Windows clipboard writes using the JVM default charset instead of an explicit Unicode-safe encoding.
  • Fixed /msgcoords failing without showing the underlying chat command send reason when the send call returned false.

Комментарии

Загружаем…