Solved Teleport to specific world and to specific coordinates

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

    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.

FluffyFlu_

Member
Jan 4, 2020
3
0
1
Hello,
I don't know how to teleport player, that executed one command to a specific world and coordinates. This worked with simple code
Code:
teleport player to location at 3, 46, 1 in world "Italy"
but this doesn't work with my skript version. Do I need addons for this feature? Or I'm doing something wrong?
My Skript version is 2.6-alpha1 and my server is running on 1.16.5 of Purpur.
[doublepost=1622483282,1622449147][/doublepost]Solved with
Code:
teleport player to location(0, 30, 0, world "Italy")
 
Status
Not open for further replies.