Code:
command /s [<player>]:
permission : stp.use
permission message : &$&lYou are not a staffmember to use this command !
trigger:
if arg 1 is set:
execute console command "minecraft:teleport %arg 1% %player%"
send "&f&l-&c&l!] &f&lYou have teleported &3&l%arg 1% &f&lTo You ! "
if arg 1 is not set:
send "&f&l[!&C&l] &f&lPlease use &9&l/s [player]"
Why this doesn't work ?