Bartender is a FFXIV plugin which allows you to save and load your hotbars, mimicking vanilla's /hotbar copy command.
This implementation allows you to have virtually an infinite number of hotbar configurations (profiles).
Please create an issue if you find any bugs or want to see a new feature.
- A GUI to save/load hotbar profiles.
/barload <profile name>is used to load (and populate) one or multiple hotbars with the saved icons./barclear <profile name>clears the bars used by the profile of any icons.- Automation of profile loading with conditions.
Word to gamepad players: Bartender doesn't support cross hotbars.
- Mostly bug fixes and qol.
- Big UI revision coming up (in a long time, see pinned issue).
Basic usage goes as so:
-> Create a new profile.
-> Fill your bars with actions.
-> Click Save current hotbars.
-> Check the hotbars you want to use/load.
You can then load your profile using the /barload <profile name> command inside the chat, in the config or in a macro.
You can use variables inside /barload and /barclear.
To do so, put the name of the variable between {} (e.g: {job})
Example: /barload {jobShort}-test translates to /barload RPR-test (if you're currently a Reaper)
The currently available variables are:
job- This is the name of the class/job in the game's lang. Warning: in some languages, this name is all lowercase. (e.g: reaper)jobshort- This is the abbreviated name of the class/job (e.g: RPR)lvl/level- The level of your current class/job
Note: The case doesn't matter for the variable name. For example, job will be parsed the same as jOB.
Bartender allows you to display a permanent configurable hotbar-like interface on your HUD displaying your profiles.
This allows you to not waste actual hotbar spaces for your macros if you don't wish to use them.