menu-homes.yml

A menu to show a player's homes

https://github.com/yL3oft/zHomes/blob/master/src/main/resources/menus/menu-homes.yml
# Wiki is still being created... If you have any doubts, please ask in the Discord server.

Inventory:
  title: "&c> Homes"
  title-other: "&c> &e%player%&c's Homes"
  rows: 6

Config:
  homes-item:
    material:
      - WHITE_BED
      - LIGHT_GRAY_BED
      - GRAY_BED
      - BLACK_BED
      - BROWN_BED
      - RED_BED
      - ORANGE_BED
      - YELLOW_BED
      - LIME_BED
      - GREEN_BED
      - CYAN_BED
      - LIGHT_BLUE_BED
      - BLUE_BED
      - PURPLE_BED
      - MAGENTA_BED
      - PINK_BED
    slot: 0-44
    name: "&aHome: &e%home%"
    lore:
      - "&bClick to teleport!"
    commands:
      - "home %home%"
      - "[INV]close"
  previous-page-item:
    material: ARROW
    slot: 47
    name: "&cPrevious page"
    commands:
      - "homes %previous-page%"
    enchantments: FIRE_ASPECT;1
    itemflags: HIDE_ENCHANTS
  next-page-item:
    material: ARROW
    slot: 51
    name: "&aNext page"
    commands:
      - "homes %next-page%"
    enchantments: FIRE_ASPECT;1
    itemflags: HIDE_ENCHANTS

Items:
  'filler':
    material: GRAY_STAINED_GLASS_PANE
    slot: 0-53
    name: ""
  'close':
    material: BARRIER
    slot: 49
    name: "&cClose"
    commands:
      - "[INV]close"
    enchantments: FIRE_ASPECT;1
    itemflags: HIDE_ENCHANTS

Last updated

Was this helpful?