From af68cb3f8f1a5bcf4ea86cde637141aab3d2fda9 Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 13 Mar 2021 20:09:37 -0500 Subject: [PATCH] feat: add hotbar visibility info to help --- HUD Manager/help.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/HUD Manager/help.yaml b/HUD Manager/help.yaml index 6419268..8ae3ce4 100755 --- a/HUD Manager/help.yaml +++ b/HUD Manager/help.yaml @@ -29,3 +29,15 @@ the Battle layout inherits all the HUD elements from the Default layout, but it overrides the gil HUD element to hide it during combat. + - name: Why do my hotbars keep appearing/disappearing when visibility is disabled? + description: >- + Please make sure that any hotbar with a visibility that the + plugin is not supposed to change has its visibility disabled in + all layouts. This means if you want Hotbar 1's visibility to not + be managed by the plugin, and you use layout C, which is + underneath layout A and B, you must set Hotbar 1's visibility to + disabled in layouts A, B, and C. + + Additionally, due to HUD shenanigans, you cannot use /hotbar + display X on/off to toggle hotbar visibility. Please use /hud + HotbarX instead. This will fix your issue.