command /tp []: trigger: if player has permission "teleport.sk": if arg 1 isn't set: send "&cPoprawne uzycie: /tp <&8gracz&c>" stop if arg 1 is set: if arg 1 is online: teleport player to arg 1 send "&aZostales pomyslnie przeteleportowany do: &6%arg 1%" stop else: send "&cTen gracz jest &4&lOFFLINE" stop else: send "&cNie posiadasz permisji do tej komendy!" stop