Isn't it time to give your players a much needed change? I present to you the next generation of homes with VisualHomes!
Features:
Features:
- Fully customizable UI
- Works with the /home, /homes and /sethome commands
- Different home amount based on LuckPerms rank
- Ability to delete a set home
- Right click on a home to rename for better organization
- Delay in seconds before teleportation which cancels when you move
Example Config:
YAML:
# The amount of time in seconds before teleporting to the chosen home
teleport_seconds: 5
# Color of action bar message before teleport
teleport_color: "§c"
# Color of action bar message if teleport was cancelled
cancel_color: "§c"
# Home rename title first line
title_line1: "§6§lType the name in chat"
# Home rename title second line
title_line2: "§fEditing name for "
# Message on Home name change
name_change: "§aSuccessfully changed home name!"
# The top item for the GUI if no home is set
no_home_top:
item: LIGHT_GRAY_BED
name: "§7§lNO HOME SET"
lore: "§fClick to create home."
# The bottom item for the GUI if no home is set
no_home_bottom:
item: GRAY_DYE
name: "§a§lCREATE HOME"
lore: "§fClick to create home."
# The top item for the GUI if a home is set
home_top:
item: WHITE_BED
name: "§a§l"
lore: "§fClick to teleport to "
# The bottom item for the GUI if a home is set
home_bottom:
item: LIME_DYE
name: "§a§l"
lore: "§fClick to delete this home"
# The top item for the GUI if a home is not allowed
not_allowed_top:
item: RED_BED
name: "§4§lHOME LIMIT REACHED"
lore: "§fYou need a higher rank for more homes!"
# The bottom item for the GUI if a home is not allowed
not_allowed_bottom:
item: RED_DYE
name: "§4§lHOME LIMIT REACHED"
lore: "§fYou need a higher rank for more homes!"
# The item on the bottom of the GUI
info:
item: SPECTRAL_ARROW
name: "§e§lINFO"
lore: "§fThis menu lists all your homes."
# Homes per Rank permissions:
# Example: Rank with permission "visualhomes.rank5" gets 10 homes
ranks:
rank1:
name: "visualhomes.rank1"
homes: 14
rank2:
name: "visualhomes.rank2"
homes: 13
rank3:
name: "visualhomes.rank3"
homes: 12
rank4:
name: "visualhomes.rank4"
homes: 11
rank5:
name: "visualhomes.rank5"
homes: 10
rank6:
name: "visualhomes.rank6"
homes: 9
rank7:
name: "visualhomes.rank7"
homes: 8
rank8:
name: "visualhomes.rank8"
homes: 7
rank9:
name: "visualhomes.rank9"
homes: 6
rank10:
name: "visualhomes.rank10"
homes: 5
rank11:
name: "visualhomes.rank11"
homes: 4
rank12:
name: "visualhomes.rank12"
homes: 3
rank13:
name: "visualhomes.rank13"
homes: 2
rank14:
name: "visualhomes.rank14"
homes: 1
rank15:
name: "visualhomes.rank15"
homes: 1
Give your Players a fresh aesthetic with VisualHomes!