Minecraft teleport script

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

FriendlineTech

New Member
May 10, 2022
0
0
0
23
Script-name: teleport.sk
Author: FriendlineTech Studios
Version: v1.0.0
MC-version: 1.8 - 1.18.*

Commands:
/tp <player> × flt.tp.use
/tphere <player> × flt.tphere.use
 
Script-name: teleport.sk
Author: FriendlineTech Studios
Version: v1.0.0
MC-version: 1.8 - 1.18.*

Commands:
/tp <player> × flt.tp.use
/tphere <player> × flt.tphere.use
...

What was the point of posting it if there is no script?

Code:
command /tp <player> [<player>]:
    trigger:  
        if arg-2 is set:
            teleport arg-1 to arg-2
        else:
            teleport player to arg-1

command /tphere <player>:
    trigger:  
        teleport arg-1 to player

Smh.