blish-hud / Community-Module-Pack

MIT License
5 stars 25 forks source link

Show display name of single sector maps #111

Closed agaertner closed 1 year ago

agaertner commented 3 years ago

Shows the display name of single sector maps such as Fractals or other instanced maps like missions. These maps have their display name in their sole sector.

We know that the display name is not the map name when the map uses its region name as map name like here: https://api.guildwars2.com/v2/maps/1384?lang=en then we know the map display name will be under https://api.guildwars2.com/v2/continents/2/floors/51/regions/26/maps/1384/sectors?ids=all which only returns one sector for said case.

I also converted this module to use the BlishHUD NuGet package.