feat: add hotbar visibility info to help

This commit is contained in:
Anna 2021-03-13 20:09:37 -05:00
parent 8885326756
commit af68cb3f8f
1 changed files with 12 additions and 0 deletions

View File

@ -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.