fitzchivalrik / compass

A Final Fantasy XIV Dalamud plugin. Shows a monodimensional compass to augment/replace the minimap.
GNU Affero General Public License v3.0
12 stars 3 forks source link

[Feature Request] Hide/Show Based on Zones #24

Open Zylph opened 1 year ago

Zylph commented 1 year ago

Mostly I want to be able to disable this in PVP zones. I don't think you'd have to list all of the zones, you could have the user Type in the Zone name.

fitzchivalrik commented 1 year ago

Thanks for the request. I guess this would be more convenient than, e.g., a macro with /compass toggle, but I am unsure whether I want to introduce the complexity of it into the code base.

Zylph commented 1 year ago

I'm totally going to use /compass toggle. I did not know that was valid syntax. I tried /compass help and /compass ? and both just brought up the settings UI. Thank you for telling me about the toggle.

fitzchivalrik commented 1 year ago

Glad it helped! /compass toggle is ephemeral, /compass togglep writes it to config. There are also /compass on and /compass off, both with a p-variant, too. Sorry, that the commands were not easier to discover.