
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.0.0
Compatibility
Required content
Changes
This update adds a lot of new features and config settings. You might want to have a look at the config again.
New Features:
- Xaero's "Tracked Players" are now used instead of waypoints for players by default. If this is turned off, it will still display the players head as an icon on the waypoint.
- "Tracked Players" also show the distance next to the name. (can be toggled in the config)
- Marker-Waypoints now display the custom icon from the web-map.
- It can now display claims / area markers / polygons from all Web Maps as a colored chunk overlay.
- It will now use the update-delay set by the web-map by default. However, the delay can be manually decreased in the config. This allows for a 1-second delay in many cases.
- If a player is within view-distance or locator-bar-distance that position is used instead of the position from the web map and is updated in real-time. Note 1: The server only sends a block accurate locator-bar-position for players within 200m. Note 2: This mod only displays waypoints or trackers for players that are visible on the web-map to comply with Modrinth's Content Rules.
- Player Trackers have adjustable smoothing / interpolation.
- It can now detect and display if the AFK-time of another player is probably longer than the time you are on the server because they were already there when you connected.
- AFK-time is now correctly continued when reconnecting.
- Lots of settings for waypoints can now be adjusted independently for the Hud, MiniMap and WorldMap.
- You can now exclude markers, area-markers or icons of markers individually by providing a word black- or white-list.
Fixes:
- No longer forces "Render All Waypoint Sets" to be on.
- Added a "User-Agent" property to all HTTP(S)-Requests to prevent proxies like Cloudflare from blocking the requests. (Thanks to: Minegamer06)
- Multiple markers with the same name are now correctly shown.
- Markers from all Bluemap-maps from the current dimension are now correctly shown.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| maplink-fabric-4.0.0-1.21-1.21.1-sources.jar | Unknown | 1.13 MiB |
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:t6pw6VrL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kiByZ6gx:t6pw6VrL"
}
