
Map Link (formerly Remote Player Waypoints for Xaero's Map)
Downloads and converts tiles and synchronizes players, markers and area overlays from Bluemap, Dynmap, Pl3xMap or Squaremap with Xaero's Minimap and Worldmap. Also displays AFK time in the tab list.
Links
Tags
Creators
Details
4.5.0
Compatibility
Required content
Changes
It's been a while ... but I finally updated the mod! Huge thanks again to NotRyken for the temporary 26.x support.
- Updated to 26.1 and 26.2
- Made compatible with newest Xaero version
- Tiles can now be downloaded simply by right-click-dragging on the Worldmap and selecting the download option (still only Bluemap for now)
- Tile downloads are now faster, show their progress and terminate on their own as soon as all chunks are rendered by Xaero
- Dropped support for older MC versions that cost significant development time for new features but are no longer used by the majority of users
Optional dependencies
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:kiByZ6gx:5ZxgkQOm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kiByZ6gx:5ZxgkQOm"
}
