You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.
The text was updated successfully, but these errors were encountered: