https://github.com/rulholos/bartender
A hotbar profile manager plugin for Final Fantasy XIV
https://github.com/rulholos/bartender
dalamud-plugin ffxiv ffxiv-addon ffxiv-plugin
Last synced: 3 months ago
JSON representation
A hotbar profile manager plugin for Final Fantasy XIV
- Host: GitHub
- URL: https://github.com/rulholos/bartender
- Owner: RulHolos
- License: agpl-3.0
- Created: 2024-05-23T11:44:09.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-21T08:56:42.000Z (3 months ago)
- Last Synced: 2025-04-21T09:46:22.446Z (3 months ago)
- Topics: dalamud-plugin, ffxiv, ffxiv-addon, ffxiv-plugin
- Language: C#
- Homepage:
- Size: 380 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
Bartender (v1.1.7.0)
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](https://github.com/AtaeKurri/Bartender/issues/new) if you find any bugs or want to see a new feature.
## Features
* A GUI to save/load hotbar profiles.
* `/barload ` is used to load (and populate) one or multiple hotbars with the saved icons.
* `/barclear ` 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.
## Planned features
* Export to xivbars
## Usage
**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 ` command inside the chat, in the config or in a macro.
## Variables
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/jobNote: The case doesn't matter for the variable name. For example, `job` will be parsed the same as `jOB`.
## Profiles Hotbar
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.