GUI Configuration

The visual layout of the pages, locked slots, and action buttons are fully customizable.

gui:
  title: "&8⟦ &b&lNxHomes &8⟧ &7Page &b%current_page%&7/&b%max_pages%"
  size: 36
  homes_per_page: 4

  # slots for each entry (arrays must have at least homes_per_page entries)
  bed_slots: [10, 12, 14, 16]
  dye_slots: [19, 21, 23, 25]

  prev_page_slot: 27
  next_page_slot: 35

  # decorative filler
  fill_name: "&7 "
  fill_slots: [0,1,2,3,4,5,6,7,8]

  prev_page_name: "&b⬅ &fPrevious Page"
  next_page_name: "&fNext Page &b➡"

  locked:
    name: "&8⟦ &7Locked Slot &8⟧"
    lore:
      - "&7This home slot is currently unavailable."
      - ""
      - "&bℹ &7Upgrade your rank to unlock"
      - "&7additional home slots."

  empty:
    name: "&8⟦ &bEmpty Home &8⟧"
    lore:
      - "&7No home has been assigned"
      - "&7to this slot yet."
      - ""
      - "&b▶ &fLeft-click &7to set your"
      - "&7current location as a home."

  actions:
    name: "&8⟦ &b&lHome Actions &8⟧"
    lore:
      - "&7Manage this home using the"
      - "&7available actions below."
      - ""
      - "&b▶ &fLeft-click &7Move home"
      - "&b▶ &fRight-click &7Rename home"
      - "&b▶ &fShift + Right-click &7Delete"
      - "&b▶ &fShift + Left-click &7Set as Main"

confirm:
  title: "&8⟦ &c&lConfirm Action &8⟧"
  confirm_name: "&a✔ &fConfirm %type%"
  cancel_name: "&c✖ &fCancel"

Last updated July 11, 2026