SetHome GUI v2.0.0

Have your users establish a home and teleport to it.
sethomebanner.png
The simplest plugin to have a house and reach it easily with a menu.




With SetHome GUI you can import the homes of all Essentials/HuskHomes users with a single command.
ETX1eS5.png
/homegui import Essentials
/homegui import HuskHomes

h3Vs9rq.png

With SetHome GUI you will be able to access a menu in which you will be able to both place a home and teleport to it with a simple click.
It is a very simple plugin with a configuration file that is very easy to configure and with a single command.

The messages and the menu are customizable.


0LlVkMZ.gif

bz4Xr5P.png

dJPdK4S.png

U3gXK40.png

/homegui » Open the home menu.
/homegui reload » Reload the plugin config.
/homegui import [plugin] » Import all [plugin] homes.
/homegui create [home] » Create a home by command.
/homegui delete [home] » Delete a home by command.
/homegui admin create [player] [home] [x] [y] [z] » Create a home by command to other user on specific coordinates.
/homegui admin create [player] [home] » Create a home by command to other user.
/homegui admin delete [player] [home] » Delete a home by command to other user.


gqPqQl4.png
sethome.use Allows access to default functions.
sethome.admin Allows access to admin functions.
sethome.reload Allows access to reload the config.
sethome.maxhomes.x ➣ Allows establishing a limit of homes for a user.
sethome.cooldown.bypass Allows you to bypass the teleport cooldown.
sethome.world.bypass.x ➣ Allows you to bypass a blacklisted world.
sethome.import.essentials ➣ Allows you to use the command to import all Essentials homes.
sethome.import.huskhomes ➣ Allows you to use the command to import all HuskHomes homes.

4ZfEr4L.png

%home% Returns the name of the home.
%player% Returns the name of the player or target.
%limit% Returns the limit of homes.
%page% Returns the actual page.
%maxpages% Returns the max number of pages.
%world% Returns the name of the world.
%seconds% Returns the cooldown on seconds.

BA6dpaB.png

YAML:
##########################
#     SetHome GUI        #
##########################
# Author: Beeted_
# Version: 2.0.0

# For support: https://discord.gg/3k4MbQ3KNv
# Premium plugin (Support me): https://builtbybit.com/resources/sethome-gui.51982
# If you liked the plugin, I would greatly appreciate a review on the Spigot page :)

# Customize the menu.
menu:
  open-command: /homegui
  gui-title: "&8Home Menu ⌂"
  glass-pane-color: "GRAY"
  center-glass-color: "LIGHT_BLUE"
  info-title: "&8❮❮❮ &7Set Home &8| &7Go Home &8❯❯❯"
  set-home-item:
    material: RED_BED
    display-name: "&3&lSet Home"
    lore:
      - "&7With this item you can"
      - "&7set your home and save it"
      - "&7with a name."
      - ""
      - "&a(Left-Click to set home)"
  your-homes-item:
    material: OAK_DOOR
    display-name: "&e&lYour homes"
    lore:
      - "&7With this object you can"
      - "&7open the menu of your homes"
      - "&7and manage all your homes."
      - ""
      - "&a(Left-Click to open menu)"

homes-menu:
  size: 27
  gui-title: "&8Your Homes - Page %page%/%maxpages%" #Placeholders: %page% - %maxpages%
  go-back-item: "&cGo Back"
  close-item: "&4Close"
  next-page-item: "&eNext page"
  previous-page-item: "&cPrevious page"
  home-item:
    display-name: "&7&lHOME &8» &b%home%"
    #Placeholders: %home% - %world%
    lore:
      - "&c(Right-Click to delete)"
      - "&a(Left-Click to teleport)"
  no-homes-item:
    display-name: "&cYou don't have homes"
    lore:
      - "&7Create a home with /home"

admin-menu:
  size: 27
  material: BOOK
  display-name: "&c&lAdmin Menu"
  lore:
    - "&7Delete and Teleport to other"
    - "&7player homes."
    - ""
    - "&a(Left-Click to open menu)"
  player-head-lore:
    - "&7Open %player% homes."
    - ""
    - "&a(Left-Click to open homes)"
  gui-title: "&8Admin Menu - Page %page%/%maxpages%" #Placeholders: %page% - %maxpages%
  go-back-item: "&cGo Back"
  close-item: "&4Close"
  next-page-item: "&eNext page"
  previous-page-item: "&cPrevious page"
  admin-gui-title: "&8Player Homes - Page %page%/%maxpages%" #Placeholders: %page% - %maxpages% - %player%
  home-item:
    display-name: "&7&lHOME &8» &b%home%"
    #Placeholders: %home% - %world%
    lore:
      - "&c(Right-Click to delete)"
      - "&a(Left-Click to teleport)"
  no-homes-item:
    display-name: "&cThis player has no homes."

confirmation-menu:
  gui-title: "&cConfirm Deletion"
  confirm-item:
    display-name: "&aConfirm"
  cancel-item:
    display-name: "&cCancel"

confirmation-menu-admin:
  gui-title: "&cConfirm Deletion"
  confirm-item:
    display-name: "&aConfirm"
  cancel-item:
    display-name: "&cCancel"

# Customize the messages.
messages:
  home-established: "&aYour home has been established!"
  home-established-to-other: "&aHome established for %player%."
  not-established-home: "&cYou don't have an established home."
  teleported: "&aYou have traveled home: &7%home%" #Placeholders: %home%
  teleported-other-home: "&aYou have traveled to %home% from %player_home%" #Placeholders: %home% - %player_home%
  home-not-found: "&4Error: Home coordinates not found."
  home-removed: "&aYour home &b%home% &chas been removed."
  home-removed-to-other: "&aYou have removed the home %home% from player %player%." #Placeholders: %home% - %player%
  home-limit-reached: "&cYou have reached the maximum number of homes allowed (%limit%)." #Placeholders: %limit%
  home-exists: "&4A home with that name already exists. Please choose a different name."
  enter-home-name: "&eEnter the name for your home in the chat. Type &7cancel &eif you want to cancel."
  home-cancelled: "&cYou have canceled the creation of the home."
  no-reload-permissions: "&cYou don't have permission to reload the plugin!"
  plugin-reloaded: "&aPlugin reloaded successfully!"
  teleport-cooldown: "&aYou are being teleported in &7%seconds% &aseconds. Don't move." #Placeholders: %seconds%
  teleport-in-progress: "&cYou already have a teleport in progress. Wait to make a new one."
  teleport-cancelled: "&cYour teleport has been canceled because you have moved."
  world-not-found: "&cThe world to travel to has not been found."
  error-blacklisted-world: "&cYou cannot establish a home in this world."
  player-only: "&cThis command can only be used by players."
  console-only: "&cThis command can only be used by console."
  console-or-player: "&cThis command can only be used by console or player."
  import-no-permission: "&cYou don't have permission to import homes."
  other-homes-permissions: "&cYou are not allowed to manage other player homes."
  player-not-found: "&cPlayer %player% has not logged in before." #Placeholders: %player%
  player-not-online: "&cPlayer %player% is not connected."
  player-not-selected: "&cNo player has been selected."
  save-file-error: "&cError saving player file."
  admin-home-removed: "&aYou have deleted the home %home% from %player%."
  world-not-exist: "&cThe world of home does not exist."
  invalid-location: "&cThe home does not have a valid location."
  player-home-not-exist: "&cThis home does not exist for player %player%." #Placeholders: %player% - %home%
  saving-error: "&cError saving changes."
  no-permissions: "&cYou don't have permissions to do that."
  invalid-coordinates: "&cInvalid coordinates provided. Please make sure X, Y, and Z are numbers."

# You should only set a single title to true.
# They can only be activated if the cooldown is greater than 0
titles:
  cooldown-title:
    enable: true
    teleport-title: "&aTeleporting..."
    teleport-subtitle: "&eTeleporting in %seconds% seconds..."
  static-title:
    enable: false
    teleport-title: "&aTeleporting..."
    teleport-subtitle: "&eTeleporting in %seconds% seconds..."

blacklisted-worlds:
  - world_nether
  - world_the_end

teleport-cooldown: 5
cancel-on-move: true
default-max-homes: 3

This page is to support me with the purchase of the plugin. If you don't want to support me, you can also download it for free here.

SetHome%20GUI.svg
Buy a license now
Name a fair price:
EULA: Standard EULA
$
New: Now supporting cryptocurrency payments!
Share and earn
Refer this resource and earn a 10% commission.
1,417 Views
7 Purchases
8 Downloads
Sep 20, 2024 Published
May 7, 2025 Updated
Not yet rated
59.3 KB File size
Languages
  1. English
Includes DRM
No
Source access
Closed source & unobfuscated
Type
  1. Gameplay
  1. World
  1. GUI
Game mode
  1. Survival
  1. Prison
  1. Towny
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.13
  1. 1.14
  1. 1.15
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
  1. 1.20
  1. 1.21
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
DeluxeMenus configuration for ProtectionStones
Not yet rated
13 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 118 ratings
3,206 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 121 ratings
2,511 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 64 ratings
2,334 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 59 ratings
2,272 purchases
Share and earn
Refer this resource and earn a 10% commission.
1,417 Views
7 Purchases
8 Downloads
Sep 20, 2024 Published
May 7, 2025 Updated
Not yet rated
59.3 KB File size
Languages
  1. English
Includes DRM
No
Source access
Closed source & unobfuscated
Type
  1. Gameplay
  1. World
  1. GUI
Game mode
  1. Survival
  1. Prison
  1. Towny
Supported software
  1. Bukkit
  1. Spigot
  1. Paper
Supported versions
  1. 1.13
  1. 1.14
  1. 1.15
  1. 1.16
  1. 1.17
  1. 1.18
  1. 1.19
  1. 1.20
  1. 1.21
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Recommended for you
DeluxeMenus configuration for ProtectionStones
Not yet rated
13 purchases
#1 BuiltByBit Plugin ~ Protects your server from crash packet exploits ~ Folia Support
5.00 star(s) 118 ratings
3,206 purchases
The ultimate chat formatting and filtering plugin. Can replace 200+ plugins. Customizable & fast.
5.00 star(s) 121 ratings
2,511 purchases
All-in-one dungeon creator. Create unlimited, timed dungeon experiences with your own builds
4.50 star(s) 64 ratings
2,334 purchases
High Performance | Customizable | Cross-Version | GeyserMC | Folia Support
5.00 star(s) 59 ratings
2,272 purchases
Top