JourneyMap Tracker
This mod enables automatic creation and updating of JourneyMap waypoints for tracked players using data from server web maps.
Map Compatibility
The module works with various web map systems, including:
- Squaremap
- Other popular solutions (no incompatible systems have been encountered in practice)

Parameter Setup
There are two ways to specify the map URL address:
- Use the command
/jmtracker url <address> - Configure via ModMenu or using the command
/jmtracker config
The minimum data update interval is one second.
To determine the correct URL suffix, you'll need to:
- Open developer tools (F12)
- Go to the Network tab
- Find the file that is regularly loaded (usually
players.jsonortiles.json) - Open it in a new tab
Additional Settings
- World Settings: If the player object does not contain world information, this option should be disabled
- Coordinates: If x, y, z values are directly in the player object - leave the field blank. Otherwise, specify the name of the object containing the coordinates

In this screenshot, you would need to specify position value since coordinates are in the position object.
Tracking Management
Adding and removing players from tracking is only available through commands:
/jmtracker add/remove <player_name>