LogoLogo
  • Welcome
  • zAPI
    • Usage
      • Getting Started
      • JavaDocs
  • zHomes
    • Commands & Permissions
    • Hooks
      • PlaceholderAPI
      • WorldGuard
      • Vault
    • Plugin Files
      • config.yml
      • menus/
        • menu-homes.yml
      • languages/
        • de.yml
        • en.yml
        • es.yml
        • fr.yml
        • it.yml
        • nl.yml
        • pl.yml
        • pt-br.yml
        • ru.yml
    • Developer API
      • Getting Started
      • Events
      • JavaDocs
Powered by GitBook

Copyright @ 2025 yLeoft

On this page

Was this helpful?

Export as PDF
  1. zHomes
  2. Plugin Files
  3. menus/

menu-homes.yml

A menu to show a player's homes

Previousmenus/Nextlanguages/

Last updated 10 days ago

Was this helpful?

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 &8| Limit: %zhomes_numberofhomes/limit%"
  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%"

Items:
  'filler':
    material: GRAY_STAINED_GLASS_PANE
    slot: 0-53
    name: ""
  'close':
    material: BARRIER
    slot: 49
    name: "&cClose"
    commands:
      - "[INV]close"