
TreasureMarker Mod
A lightweight Minecraft mod that helps players convert (handing and right-click) map decorations into waypoints for various waypoint mods (eg. JourneyMap), or broadcast map decoration coordinates when no waypoint mod is available.
Features
Template-based waypoint command generation
- Supports both format-style templates and ${placeholder}-style templates.
- Built-in default template for JourneyMap: jm waypoint create "${name}" ${dimension} ${x} ${y} ${z} ${color} @s
- Placeholders: name, dimension, x, y, z, color. Coordinates are formatted to two decimal places.
Configurable behavior
- Force use configured waypoint command even when other waypoint mods are present (force_command).
- Force use preferred color instead of inferring color from map name (force_preferred_color).
- Send decoration coordinates when no waypoint command is available (send_waypoint_info_for_no_command).
- Always send decoration coordinates regardless of waypoint mod presence (always_send_decoration_coordinates).
Color inference
- Heuristics to pick a color from map display name (e.g. "ship" -> gold, "ocean" -> blue).
- Fallback to user preferred color when inference fails.