A small mod to display the Euclidean distance from a set target in the world to your player.
| Command | Function |
|---|---|
.dd set <x> <y> <z> |
Sets the Distance Displayer target to these (x,y,z) world coordinates |
.dd clear |
Clears the last set Distance Displayer target |
The last Distance Displayer value is remembered on the client in a global config as of now.
Tip
World positions including target selectors are supported when using .dd set! You can set the target to your current location by running .dd set s.
The Distance Displayer is tied into the Coordinates and Compass display. If you would like to toggle Distance Display, toggle the "Show/Hide coordinates and compass" bind (default CTRL+V).
Important
Distance Displayer uses a workaround to hoist it to the top-right corner of the screen properly.
However, this also removes the ability for the Coordinates and Compass display to automatically move to the far top-right corner when the minimap is not in the corner or disabled.
A fixed offset is used from the top-right corner of the screen, which will leave a gap.