SimpleSetHome
Features
✔️Set a home at the player’s location✔️
✔️Delete a home that the player wants to delete✔️
✔️Teleport back to any home the player wants✔️
✔️Maximum number of homes a player can set✔️
✔️List of player's home message✔️
✔️Help command message✔️
✔️Custom messages in the config✔️
✔️Custom sound in the config✔️
Command
/sethome <name> - set a home at player's location
/delhome <name> - delete a home
/home <name> - teleporting player to a home
/homelist - show list of home
/homehelp- show list of command
Config
Code (Text):
options:
#==================
#MESSAGE CONFIG
#==================
max: 5
haved_home: "&cYou already have a home named %arg-1%!"
reached_max: "&cYou have reached the maximum of homes ({@max})!"
wrong_world: "&cYou can't set home in this world!"
set_successfully: "&7Home &b%arg-1% &7set successfully!"
dont_have_home: "&cYou don't have a home named %arg-1%!"
deleted: "&7Home &b%arg-1% &7deleted successfully!"
teleporting: "&7Teleporting in &b%{_time}% &7seconds..."
teleported: "&7You have been teleported."
teleport_canceled: "&cTeleport cancelled because you moved!"
DOWLOAD FOR NEW UPDATE