Trouble with Teleporting

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

LogOfBread

Member
Jun 29, 2021
3
1
3
19
in my skript im having trouble teleporting players from 1 dimension to the next my current skript is

command /end:
trigger:
teleport player to location(1, 67, 0, World_The_End)
send title "&6Teleported To End" to player
It says the world teleporting to is a error but its the official name of the world help please
 
command /end:
trigger:
teleport player to location(1, 67, 0, world("world_the_end")) <-----
send title "&6Teleported To End" to player
It says the world teleporting to is a error but its the official name of the world help please
 
Status
Not open for further replies.