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

Congraz

Member
Oct 26, 2018
45
0
0
22
Hallo guys!

I got a problem with teleporting, to a other world i have been making: At the last line, i dont want it to be the player's world but to be a other world like a custom world i have made with Multiversecore.

command /pvpevent [<text>]:
permission: pvpevent.sk
permission message: &cDu har ikke adgang til denne kommando.
trigger:
if player has permission "event.join":
if arg 1 is "join":
teleport player to location(-4, 5, 40, player's world)
 
Try this

code_language.skript:
command /pvpevent [<text>]:
    permission: pvpevent.sk
    permission message: &cDu har ikke adgang til denne kommando.
    trigger:
        if player has permission "event.join":
            if arg 1 is "join":
                teleport player to location at -4, 5, 40 in world "world"
replace <world> in quotes with the world's name
 
Status
Not open for further replies.