How to make a command to teleport to a certain place?

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

KingDooms

Member
Jun 10, 2020
26
0
1
I am making a RPG server, but i want to make people run /start and teleport them to a place to go to the tutorial or skip the tutorial, but i dont know how to make the command teleport to the place.
 
Here is a basic command
If you meant something else tell me
Code:
command /a:
    trigger:
        set {a} to location of player

command /b:
    trigger:
        teleport player to {a}

You can add permissions and change the name of the commands
 
No, im not saying a type of /sethome /home
Im saying to the player teleporting to certain coords in the world when they use the command.
 
No, im not saying a type of /sethome /home
Im saying to the player teleporting to certain coords in the world when they use the command.
This is what it does
Teleports the player to {a} (the location you set)
 
Status
Not open for further replies.