Jump to content

Help with making a set teleport command


MacauleyP_Craft

Recommended Posts

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

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

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 by iOmega__

––––––––––––––––––––––––––––––––––––––––––––––––––

Please leave a reaction if my assistance was satisfactory!

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...