1.0.0
Compatibility
Required content
Changes
š QuickCoords - Never Get Lost Again! Are you tired of manually typing your coordinates in chat while running from a Creeper? šāāļøš„ Or maybe you are tired of pressing F3 and getting a headache from all the text on the screen? QuickCoords is here to save your life!
š What is QuickCoords? QuickCoords is a lightweight, performance-friendly mod designed for players who value speed and efficiency. With just a single keypress, you can share your exact location with everyone on the server!
⨠Features š Instant Sharing: Share your X, Y, Z coordinates instantly in the global chat.
āØļø Customizable Keybind: Default key is K, but you can change it to anything you want in the controls menu!
š Multi-Version Support: Built for 1.21.4 but fully compatible up to 1.21.11!
š ļø Client-Side Only: No server-side installation needed. Just put it in your mods folder and you are good to go!
šØ Super Lightweight: Zero lag, zero bloat. Just pure utility.
š How to Use Drop the QuickCoords.jar into your mods folder.
Launch the game and jump into any world or server.
Press K to broadcast your location! š
š„ Compatibility Compatible with 1.21.4 through 1.21.11
Works on all Multiplayer Servers
Compatible with most other mods
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:d1OjuusX:R2n390Fb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:d1OjuusX:R2n390Fb"
}

