TownyAdvanced / MapTowny

A Towny add-on Bukkit plugin that enables towns to show up on a web-map.
MIT License
15 stars 17 forks source link

Add WorldRenderTownIconEvent #43

Closed LlmDl closed 1 year ago

LlmDl commented 1 year ago

Allows a plugin to alter the IconMarker that is used to mark a town's homeblock.

Also pulls the clickToolTip/hoverToolTip that was used in the WorldRenderTownEvent's MarkerOptions.Builder, so changes made in the WorldRenderTownEvent automatically carry forward to the IconMarker.

My IDE doesn't have this project set up correctly, so I don't have the ability to build it or see what would be obvious errors due to missing methods/typos.

silverwolfg11 commented 1 year ago

Closing in favor of the new additions to the WorldRenderTown event. Please let me know though if the additions don't satisfy your use case or if there are any bugs.

LlmDl commented 1 year ago

Probably be just fine, thanks.