FFXIV MACRO LIBRARY

Useful FFXIV macros

Search by what you want to do, then copy a verified text command without retyping it.

FormatAllMultiline macros

UI & HUD

14 results
UI & HUD
6 linesPICK

Switch to a screenshot HUD and hide hotbars

A practical multiline macro that combines official text commands to switch to a screenshot hud and hide hotbars.

/hudlayout 4
/hotbar display 1 off
/hotbar display 2 off
/hotbar display 3 off
/hotbar display 4 off
/echo SS用HUDへ切り替えました。
UI switch
How to use
UI & HUD
4 linesPICK

Open the party HUD and utility bars

A practical multiline macro that combines official text commands to open the party hud and utility bars.

/hudlayout 2
/hotbar display 7 on
/hotbar display 8 on
/echo パーティ用HUDへ切り替えました。
UI switch
How to use
UI & HUD
5 linesPICK

Open the venue RP HUD and hotbars

A practical multiline macro that combines official text commands to open the venue rp hud and hotbars.

/hudlayout 3
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo 店舗RP用HUDへ切り替えました。
UI switch
How to use
UI & HUD
6 linesPICK

Switch to a clean battle HUD

A practical multiline macro that combines official text commands to switch to a clean battle hud.

/hudlayout 1
/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo 戦闘用HUDへ切り替えました。
UI switch
How to use
UI & HUD
5 linesPICK

Open the crafting HUD and hotbars

A practical multiline macro that combines official text commands to open the crafting hud and hotbars.

/hudlayout 4
/hotbar display 7 on
/hotbar display 8 on
/craftinglog
/echo 製作準備を整えました。
UI switch
How to use
UI & HUD
5 lines

Switch to a compact solo HUD

A practical multiline macro that combines official text commands to switch to a compact solo hud.

/hudlayout 3
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo ソロ用HUDへ切り替えました。
UI switch
How to use
UI & HUD
11 lines

Show hotbars 1 through 10

A practical multiline macro that combines official text commands to show hotbars 1 through 10.

/hotbar display 1 on
/hotbar display 2 on
/hotbar display 3 on
/hotbar display 4 on
/hotbar display 5 on
/hotbar display 6 on
/hotbar display 7 on
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo 全ホットバーを表示しました。
UI switch
How to use
UI & HUD
8 lines

Switch to a minimal HUD layout

A practical multiline macro that combines official text commands to switch to a minimal hud layout.

/hudlayout 2
/hotbar display 5 off
/hotbar display 6 off
/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo 最小表示へ切り替えました。
UI switch
How to use
UI & HUD
5 lines

Open the gathering HUD and hotbars

A practical multiline macro that combines official text commands to open the gathering hud and hotbars.

/hudlayout 4
/hotbar display 7 on
/hotbar display 8 on
/gatheringlog
/echo 採集準備を整えました。
UI switch
How to use
UI & HUD
8 lines

Hide hotbars 4 through 10 for a clean screen

A practical multiline macro that combines official text commands to hide hotbars 4 through 10 for a clean screen.

/hotbar display 4 off
/hotbar display 5 off
/hotbar display 6 off
/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo 画面を整理しました。
UI switch
How to use
UI & HUD
5 lines

Show utility hotbars together

A practical multiline macro that combines official text commands to show utility hotbars together.

/hotbar display 7 on
/hotbar display 8 on
/hotbar display 9 on
/hotbar display 10 on
/echo 補助ホットバーを表示しました。
UI switch
How to use
UI & HUD
5 lines

Hide utility hotbars together

A practical multiline macro that combines official text commands to hide utility hotbars together.

/hotbar display 7 off
/hotbar display 8 off
/hotbar display 9 off
/hotbar display 10 off
/echo 補助ホットバーを隠しました。
UI switch
How to use