KovuTheHusky / dynmap-structures

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

monument marker not working? #18

Closed TheSoulrester closed 5 years ago

TheSoulrester commented 5 years ago

Describe the bug monument markers aren't created at the dynmap :( there are three monuments streight nearby - but no marker is available for each of them.

Monument1 Monument12PNG

here is my config:

structures:
  buriedtreasure: false
  desertpyramid: true
  endcity: true
  fortress: true
  igloo: true
  junglepyramid: true
  mansion: true
  mineshaft: false
  monument: true
  oceanruin: false
  pillageroutpost: true
  shipwreck: false
  stronghold: true
  swamphut: true
  village: true
layer:
  name: Strukturen
  hidebydefault: false
  layerprio: 10
  nolabels: false
  minzoom: 0
  inc-coord: false
KovuTheHusky commented 5 years ago

Have those chunks been loaded since dynmap-structures was installed (or since monuments were enabled in the configuration)?

TheSoulrester commented 5 years ago

that might be the problem... i think the chunk wasn't loaded again after i enabled dynmap strcutures...

ok, this will be the problem because all other markers are working properly