Hello,
I don't know how to teleport player, that executed one command to a specific world and coordinates. This worked with simple code
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
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"
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")