KovuTheHusky / dynmap-structures

A Bukkit plugin that shows your world's structures (such as Villages, Strongholds, and Pyramids) on Dynmap.
MIT License
20 stars 18 forks source link

Update to new method for locating structures #61

Open solek1312 opened 2 years ago

solek1312 commented 2 years ago

When I use the plugin, it only shows 2 labels of ruined portals that are misplaced (in the ocean)

structures: bastionremnant: true buriedtreasure: false desertpyramid: true endcity: true fortress: true igloo: true junglepyramid: true mansion: true mineshaft: false monument: false netherfossil: false oceanruin: false pillageroutpost: true ruinedportal: true shipwreck: false stronghold: false swamphut: true village: true layer: name: Structures hidebydefault: false layerprio: 10 nolabels: false minzoom: 0 inc-coord: false

image

Desktop (please complete the following information):

KovuTheHusky commented 2 years ago

Apparently World#locateNearestStructure is broken entirely right now. 👎

KovuTheHusky commented 2 years ago

Looks like this may be fixed now! I will take a peek and update my code ASAP!

KovuTheHusky commented 2 years ago

I have done a bit of work on this and will try my best to finish it up ASAP.