All versions
1.15.0
Release
CopyCoords 1.15.0 for MC 1.193 months ago 6
Compatibility
Minecraft: Java Edition
1.19
Platform
Fabric
Supported environments
Client-side
Required content
Changes
[1.15.0] - 2026-04-10
Added
- Support for Minecraft
26.1.2. - Automatic coordinate detection in incoming chat messages.
- Detects common coordinate formats such as
100 64 200,[100, 64, 200], andX:100 Y:64 Z:200. - Shows a follow-up action line so detected coordinates can be copied, inserted into chat, bookmarked, or converted between Overworld and Nether when the source dimension is known.
- Detects common coordinate formats such as
- New config options for chat coordinate detection:
Detect coordinates from chatMax detected coordinate sets per message
- New Localizations:
- New
LOLCATlocalization (lol_us). - New
Pirate Speaklocalization (en_pt). - New
Shakespearean Englishlocalization (en_sh). - Also made the mod description translatable in Mod Menu and added translations for all shipped locales.
- New
- Xaero waypoint export for bookmarks.
- Use
/coordsbookmark xaero add <bookmark>to export to the current Xaero world/server when CopyCoords can infer it. - Use
/coordsbookmark xaero add <bookmark> target <path>to export to a specific Xaero folder or waypoint file.
- Use
Removed
- Removed the temporary
/copycoords status,/copycoords hintunbound, and/copycoords config showInstantChatSendUnboundHintdebug utility commands.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:GzPkXb2a:SxLZE1zE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GzPkXb2a:SxLZE1zE"
}



