# Third-party notices This project may adapt ideas, publicly documented formats, or (rarely) small snippets from other open-source projects (e.g. squaremap/Dynmap/BlueMap map-serving patterns, JourneyMap's public waypoint-link documentation), always with attribution here and a comment at the point of use. Nothing is copied from closed-source projects — in particular, Xaero's Minimap/Worldmap are closed-source, so any Xaero-compatible waypoint link support is implemented purely from publicly documented/community-reverse-engineered wire format, never from Xaero's code. ## JourneyMap / Xaero waypoint chat-link formats - This backend only resolves a marker's `y` and forwards a structured `{name,x,y,z,dimension, color,format}` payload to the mod over its WS connection (see `api/src/markers.ts`'s `shareMarkerToChat`) — the actual JourneyMap/Xaero chat-text formats are built entirely on the mod side. See `MCMapper-Mod/THIRD_PARTY_NOTICES.md` for the researched sources and attribution (`common/.../protocol/WaypointChatFormatter.java`). Further entries will be added here as they land, in the form: ``` ## - Source: - License: - Used in: - What was adapted: ```