• 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!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

FrostPVP™️

Active Member
Feb 12, 2021
63
3
8
24
USA
i need EssentialsSpawn but its a skript (i need it to be instant teleport not wait 5 seconds)
Thank You! :emoji_slight_smile:
 
Last edited:
What do you mean by instant teleport and wait 5 seconds? Do you want the player to be instantly teleported to the spawn, or have it wait 5 seconds and then tp them?
 
What do you mean by instant teleport and wait 5 seconds? Do you want the player to be instantly teleported to the spawn, or have it wait 5 seconds and then tp them?
instantly teleported.
[doublepost=1613165551,1613165480][/doublepost]
What do you mean by instant teleport and wait 5 seconds? Do you want the player to be instantly teleported to the spawn, or have it wait 5 seconds and then tp them?
sry it was a tpyo :/
 
instantly teleported.
[doublepost=1613165551,1613165480][/doublepost]
sry it was a tpyo :/
Try this:

Code:
command /setspawn:
    trigger:
        if player has permission "spawn.set":
            set {spawn} to location of player
            send "&aYou have set the spawn!"
command /spawn:
    trigger:
        teleport player to {spawn}
        send "&aYou have been teleported to spawn!"
 
Try this:

Code:
command /setspawn:
    trigger:
        if player has permission "spawn.set":
            set {spawn} to location of player
            send "&aYou have set the spawn!"
command /spawn:
    trigger:
        teleport player to {spawn}
        send "&aYou have been teleported to spawn!"
TY <3
 
Status
Not open for further replies.