Hotbar Tabs Generator

A little tool for making fancy tabbed HUD layouts in FFXIV.

Screen recording of a tabbed hotbar interface in FFXIV. The first tab starts open; the second is opened, then the third, then an item is removed from the first and saved.

Let's Generate You Some Macros

Hotbars controlled by tabs (these must be shared):

Advanced options...


(disable saving to combat jobs if you use this; see caveats below)

Classes/jobs for storing tabs:

Combat classes:

Combat jobs:

crafter/gatherers maybe eventually:tm:

How-To

After copying all your macros, you’ll need to set up your layout for the first time.

How it Works & Caveats

Normally, hotbar contents are stored separately for each class/job. When you turn on sharing for a hotbar, that hotbar’s contents come not from any specific class/job, but from a separate “shared” storage space independent of the others. The class-specific hotbar data still exists, and can be manipulated via the /hotbar command, but is inaccessible in the UI. These macros work by saving your tab layouts to these unused, invisible hotbar slots “underneath” the shared hotbar.

The hotbar you see on screen always corresponds to the “shared” hotbar state, while each tab you set up is stored in the hotbar state of a particular job or class. Opening a tab works by copying the corresponding class/job hotbar into the shared hotbar, and saving is just the opposite.

Additionally, since combat classes and jobs are distinct and do not share hotbar slots with each other, we can make the setup even less intrusive by storing the tabs in class (e.g. Marauder) hotbars rather than job (e.g. Warrior) hotbars. If you want more than nine tabs, however, you run out of classes, and the tool will begin storing further tabs in job hotbars. This is still inconsequential for most people and only causes problems if you tend to toggle your hotbars in and out of sharing mode frequently.

Advanced Tips