EasyHome icon

EasyHome -----

A customisable script that will allow your players to have multiple homes.



[​IMG]
[​IMG]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.
[​IMG]
  • Skript (Tested on Version 2.6.4 and 2.7.0-beta3)
[​IMG]
  1. Download the script by clicking the download button!
  2. Open your Server-FTP!
  3. Put the script inside the Scripts-Folder located at /plugins/Skript/scripts/!
  4. Open the script and set the worlds that should be synced in the options!
  5. Reload the script!
[​IMG]
  • 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"
[​IMG]
Do you need any help configuring the script? Do you want to suggest new features? Join our Discord!
https://discord.gg/4MGczaBFAA
Resource Information
Author:
----------
Total Downloads: 169
First Release: Jul 23, 2023
Last Update: Jul 23, 2023
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings