MacauleyP_Craft Posted January 9, 2021 Share Posted January 9, 2021 I have no idea how skript works. I have a teleport command which teleports users to a specific co-ordinate, but I'd also like it to teleport them to the CORRECT dimension, anyone know how to make such a command? Link to comment Share on other sites More sharing options...
_Tarna_ Posted January 10, 2021 Share Posted January 10, 2021 In the teleport function, you can set the world the player gets teleported to. Just change that to the name of the world you want them to be in. You can do /worlds to see a list of worlds on your server and their names. Discord - tarna256 In-game name - _Tarna_ Website - https://tarna.dev Paste Site: https://paste.tarna.dev --------------------------------------------------------- [VIP] - 7/27/2020 Support - 7/8/20 | 11/3/20 Helper - 11/3/20 - 2/21/21 Moderator - 2/21/21 - 5/17/21 - 5/17/21 - now Moderator - 12/20/22 - now --------------------------------------------------------- Link to comment Share on other sites More sharing options...
MacauleyP_Craft Posted January 10, 2021 Author Share Posted January 10, 2021 How can I change the name of part of the script that doesn't exist tho... command /NWH: description: Teleport to the Nether Warp Hub! trigger: teleport player to location at 64.5, 75, 1055.5 thats the command, so how can I teleport them to the correct world? Link to comment Share on other sites More sharing options...
colorblindcolin Posted January 11, 2021 Share Posted January 11, 2021 (edited) To make it easier to manage, you can always save the location as a variable. This will make it simpler to work with overall. Example: Spoiler command /setloc: permission: location.set permission message: &cYou are not permitted to execute the specified command! trigger: set {loc} to the player's location send "&aSuccessfully set the location!" to player command /NWH: trigger: teleport player to {loc} send "&aTeleporting to the Nether Warp Hub!" to player Hope this helps! Edited January 11, 2021 by iOmega__ –––––––––––––––––––––––––––––––––––––––––––––––––– Please leave a reaction if my assistance was satisfactory! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now