#How to teleport another player using a command
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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"
teleport arg-1 to location(49,-60,49, world "PUT HERE YOUR WORLD")
THANK YOU SO MUCH!