#How to teleport another player using a command

1 messages · Page 1 of 1 (latest)

wooden meadow
#

I would like a /jail command where you can teleport the listed player to jail using a command. Here is what I have so far:
command /jail <player>:
permission: jail.command.executeable
permission message: you dont have permission
trigger:
execute console command "tp argument-1 49 -60 49"

fast radish
#

teleport arg-1 to location(49,-60,49, world "PUT HERE YOUR WORLD")

wooden meadow
#

THANK YOU SO MUCH!