Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Suggestion] Use XYZ coords in "/t" infopane instead of chunk coords. #3347

Closed
johnyuki opened this issue Aug 1, 2019 · 2 comments
Closed

Comments

@johnyuki
Copy link

johnyuki commented Aug 1, 2019

You can view a town's info by typing "/t ". One of the bits of information displayed is it's coords. However, it only displays chunk coords, and not it's XYZ coords. This makes looking for locations on dynmap really difficult as you have to manually multiply the chunk coords by 16 to get the XYZ coords.

The infopane should display XYZ coords by default instead of/as well as the chunk coords.

@LlmDl
Copy link
Member

LlmDl commented Aug 5, 2019

Those are the Towny coords, which are all used in the /towny map. What can be done is a config option that would let you choose which coords to be shown.

LlmDl added a commit that referenced this issue Oct 25, 2019
global_town_settings.display_xyz_instead_of_towny_coords
    - default: false
    - If set to true, the /town screen will display the xyz coordinate
for a town's spawn rather than the homeblock's Towny coords.
    - Closes ticket #3347
@LlmDl
Copy link
Member

LlmDl commented Oct 25, 2019

Closed in the above commit, will be a part of 0.95.0.4 when it is released.

@LlmDl LlmDl closed this as completed Oct 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants