

Adds SEND MAP and COPY MAP controls on the large map. Captures the visible map and either posts it to a Discord webhook or copies the PNG to the system clipboard. Cartography-table pins are decorated with distance/bearing-from-spawn labels in the captured image.
F10 by default)F11 by default){distance}m {Direction} ({bearing}°), e.g. 1240m NorthEast (45°). Labels appear only during the capture, not in the live UI{spawnDir} placeholder, falling back to the player's position when the map is opened via the M keySpoiler Image Data)SEND MAP (F10) / COPY MAP (F11)) and auto-update when the keys are re-bound| Key | Notes |
|---|---|
Discord.Webhook URL |
Discord incoming webhook. Set on the server to push it to all clients without exposing it in their config files (RPC sync only). |
Discord.Message Template |
Supports {player}, {biome}, and {spawnDir} (e.g. — 1240m NorthEast (45°)). When {spawnDir} is missing from the template, it is appended automatically so legacy configs still get spawn-direction info. |
Discord.Capture Method |
ScreenCapture (default) or TextureCapture |
Discord.Capture Super Size |
Screen-capture quality multiplier 1–4 |
Discord.Spoiler Image Data |
Discord spoiler attachment; default false |
Discord.Hide Clouds |
Strip cloud overlay for the capture; default true |
Discord.Show Biome In Capture |
Include biome label in captured map images; default false. Client-only — also toggled via the Show Biome Text toggle in the capture container. |
Controls.Screenshot Key |
Send-to-Discord hotkey while the large map is open; default F10 |
Controls.Copy Key |
Copy-to-clipboard hotkey while the large map is open; default F11 |
UI.Button Alignment |
Left, Center, or Right (default) — horizontal position of the capture button container |
Cartography Table Labels.Enabled |
Master toggle for the per-pin labels baked into the screenshot; default true |
Cartography Table Labels.Include Distance |
Prepend the distance to the label (e.g. 1240m NorthEast (45°) vs NorthEast (45°)); default true |
Cartography Table Labels.Include Map Item Sources |
Also show the spawn label when the map is opened from a portable map item (e.g. ZenMap parchment), not just from a cartography table; default false |
When ServerSync is present, Discord.Lock Configuration is also available (standard ServerSync lock behavior).
These settings are pushed from the server to all clients on connect:
Discord.Capture MethodDiscord.Capture Super SizeDiscord.Spoiler Image DataDiscord.Hide CloudsCartography Table Labels.EnabledDiscord.Webhook URL — stored in memory only, never written to client config filesWhen ServerSync is installed it manages the synced settings above (except Webhook URL, which remains local to each client under that workflow).
Message Template, UI.Button Alignment, Show Biome In Capture, hotkey bindings, and the remaining Cartography Table Labels entries are always local to each client.
Optional: ServerSync for the preferred config sync and lock workflow.