![[IMG]](/proxy/image?url=https%3A%2F%2Fmedia.discordapp.net%2Fattachments%2F1132631285232308254%2F1132631462764609536%2FNPCInteractions_ABOUT.png%3Fwidth%3D1200%26height%3D150)
EasyHome is a small script that allows players to set multiple homes. It's highly customisable and includes various features like sounds and particles. Keep in mind that this is an
alpha version, so there might be some missing features or bugs.
- Skript (Tested on Version 2.6.4 and 2.7.0-beta3)
- Download the script by clicking the download button!
- Open your Server-FTP!
- Put the script inside the Scripts-Folder located at /plugins/Skript/scripts/!
- Open the script and set the worlds that should be synced in the options!
- Reload the script!
- Players can set, list and delete their homes
- Teleportation delay (can be disabled in config)
- Teleportation cancellation due to movement (can be disabled in config)
- Sound & particles (can be disabled in config)
- Enable or disable permission usage - you don't need a permission plugin necessarily
- 100% configurable - you can edit every message or important parameter in the config section
...
Config Section:
Code (Text):
options:
# PERMISSION SETTINGS
use_permissions: false
permission_sethome: "easyhome.sethome"
permission_delhome: "easyhome.delhome"
permission_showhomes: "easyhome.showhomes"
permission_tphome: "easyhome.tphome"
permission_bypassmaxhomes: "easyhome.bypassmaxhomes"
# MAXIMAL HOMES FOR EACH PLAYER
enable_maxhomes: true
maxhomes: 4
# HOME TELEPORTATION COOLDOWN
enable_tphome_cooldown: true
tphome_cooldown: 20 # in seconds
# TELEPORT DELAY
enable_teleport_delay: true
teleport_delay: 3 # in seconds
# COMMAND COOLDOWN
command_sethome_cooldown: 3 seconds
command_delhome_cooldown: 3 seconds
command_homes_cooldown: 3 seconds
command_home_cooldown: 5 seconds
# NO MOVEMENT WHILE TELEPORT SETTINGS:
enable_movement: false
movement_range: 1
# SOUND WHEN TELEPORTING IS FINISHED
enable_sound_teleport: true
sound_teleport_volume: 0.5
sound_teleport: "entity.enderman.teleport"
# SOUND WHILE TELEPORTING
enable_sound_teleporting: true
sound_teleporting_volume: 0.5
sound_teleporting: "entity.experience_orb.pickup"
# SOUND WHEN COMMAND IS SUCESSFUL
enable_sound_success: true
sound_success_volume: 0.5
sound_success: "entity.player.levelup"
# SOUND IF TELEPORTATION GETS CANCELLED
enable_sound_cancelled: true
sound_cancelled_volume: 0.5
sound_cancelled: "block.crop.break"
# TELEPORTATION PARTICLES WHILE AND AFTER TELEPORTATION
enable_particle_teleport: true
particle_teleport: ender signal # Particle Types can be found here: https://skripthub.net/docs/?id=2171
particle_teleport_intensity: 100
# MESSAGES (EN)
message_no_permission: "&8[&4&l!&8] &7You don't have permissions to do that."
message_cooldown: &8[&e&l!&8] &7Don't spam this command! Wait to use it again. # DON'T USE "" HERE!
message_sethome_missing_argument: "&8[&4&l!&8] &7Missing arguments: /sethome &7[&cname&7]"
message_sethome_home_already_existing: "&8[&4&l!&8] &7This home is already set."
message_sethome_success: "&8[&a&l✔&8] &7You have set your home '&a%{_homename}%&7' sucessfully."
message_sethome_maxhomes: "&8[&4&l!&8] &7You have reached the &cmaximum amount &7of homes."
message_delhome_missing_argument: "&8[&4&l!&8] &7Missing arguments: /delhome &7[&cname&7]"
message_delhome_success: "&8[&a&l✔&8] &7You have deleted your home '&a%{_homename}%&7' sucessfully."
message_delhome_home_not_existing: "&8[&4&l!&8] &7This home doesn't exist."
message_home_missing_argument: "&8[&4&l!&8] &7Missing arguments: /home &7[&cname&7]"
message_home_success: "&a✔ &7You have been teleported to your home '&a%{_homename}%&7' sucessfully. &a✔"
message_home_teleportation_cancelled: "&c&l! &7The teleportation has been cancelled due to movement &c&l!"
message_home_cooldown: "&c&l! &7You have to wait for the next teleport &c&l!"
message_homes_no_homes_set: "&8[&4&l!&8] &7You haven't set your home yet."
message_homes_show: "&8[&e&l!&8] &7Your homes:"
message_homes_and: "and"
message_teleporting: "&e&l! &7Teleporting... &e&l!"
message_click_json: "&7Click here, to teleport to home!"
message_click_json_prefix: "&8» &7"
Do you need any help configuring the script? Do you want to suggest new features? Join our Discord!
https://discord.gg/4MGczaBFAA