1. 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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  1. Slaim36
    Supported Minecraft Versions:
    • 1.8, 1.9, 1.10, 1.11, 1.12, 1.13, 1.14, 1.15, 1.16
    What's EasyTeleports

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



    Commands and permissions:

    [​IMG]

    Script config (Inside the .sk file):
    Code (Skript):
    1. options:
    2.     #General
    3.     Prefix: &e[&aETP&e]
    4.     OnlineModeServer: true
    5.     NoPermissionCommand: &4&lYou don't have permission to use that command.
    6.  
    7.     #Spawn
    8.     SpawnOnJoin: true
    9.     SetSpawnMessage: &eSpawn was set at your location.
    10.     NoSpawnSetMessage: &4The spawn is not set.
    11.     TeleportedToSpawnMessage: &aYou were teleported to the spawn.
    12.    
    13.     #Home
    14.     SetHomeMessage: &eHome %arg-1%&e was set at your location.
    15.     NoHomeSetMessage: &4%arg-1%&4 was not set.
    16.     TeleportedToHomeMessage: &aYou were teleported to %arg-1%.
    17.     ListHomes: &aYour homes: &e
    18.     DelHomeMessage: &eYour home %arg-1%&e was deleted.
    19.  
    20.     #Warp
    21.     SetWarpMessage: &eWarp %arg-1%&e was set at your location.
    22.     NoWarpSetMessage: &4%arg-1%&4 was not set.
    23.     TeleportedToWarpMessage: &aYou were teleported to %arg-1%
    24.     ListWarps: &aWarps: &e
    25.     DelWarpMessage: &eWarp %arg-1%&e was deleted