EasyTeleports

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Slaim36

New Member
Apr 9, 2020
9
1
3
17
Canary Islands, Spain
What's EasyTeleports

EasyTeleports is a script that allow you to use commands like /spawn, /warp and /home



Commands and permissions:

38c62c8a53ab052a4bd50d730ae0a803o.png


Script config (Inside the .sk file):
code_language.skript:
options:
    #General
    Prefix: &e[&aETP&e]
    OnlineModeServer: true
    NoPermissionCommand: &4&lYou don't have permission to use that command.

    #Spawn
    SpawnOnJoin: true
    SetSpawnMessage: &eSpawn was set at your location.
    NoSpawnSetMessage: &4The spawn is not set.
    TeleportedToSpawnMessage: &aYou were teleported to the spawn.
    
    #Home
    SetHomeMessage: &eHome %arg-1%&e was set at your location.
    NoHomeSetMessage: &4%arg-1%&4 was not set.
    TeleportedToHomeMessage: &aYou were teleported to %arg-1%.
    ListHomes: &aYour homes: &e
    DelHomeMessage: &eYour home %arg-1%&e was deleted.

    #Warp
    SetWarpMessage: &eWarp %arg-1%&e was set at your location.
    NoWarpSetMessage: &4%arg-1%&4 was not set.
    TeleportedToWarpMessage: &aYou were teleported to %arg-1%
    ListWarps: &aWarps: &e
    DelWarpMessage: &eWarp %arg-1%&e was deleted