Menus (GUI)
Homestead uses chest GUIs for visual management of regions, flags, members, and more. All menu content is customizable.
Menu Files
Menu files are in plugins/Homestead/menus/ — one per language.
plugins/Homestead/menus/en-US.yml
plugins/Homestead/menus/es-ES.yml
plugins/Homestead/menus/hu-HU.yml
Customizing Titles
# In menus/[language].yml
menu-titles:
0: "Regions"
1: "Region: &2{region}"
2: "Player Flags (Global)"
3: "World Flags"
4: "Member Flags"
5: "Region Members"
6: "Sub-Areas"
7: "Region Bank"
8: "Region Settings"
Color codes are supported: &6&lGold & Bold
Customizing Buttons
Each button has three properties:
Name
Lore (Description)
lore:
- "&7Click to confirm this action."
- "&cThis cannot be undone!"
- ""
- "&eLeft-click to continue"
Type (Item)
Regular items:
Player heads (custom textures):
Get texture IDs from Minecraft-Heads.com.
NexoMC custom items:
NexoMC No Dashes
Use underscores (_) instead of dashes (-) for NexoMC item IDs.
Fallback
If a material name doesn't exist, a BARRIER block is shown instead.
Reload
Players may need to close and reopen menus to see changes.