on join: teleport player to {pomieszczenie} execute console command "/setrank %player% sprawdzany 10s" wait 10 seconds teleport player to {spawn} stop command /ustaw []: permission: sk.spawn permission message: &cBrak permissi! trigger: if arg 1 is not set: send "&7/Ustaw Pomieszczenie &c<- Ustala pomieszczenie gdzie gracz ma sie pojawiac" send "&7/Ustaw Spawn &c<- Ustawia miejsce do którego gracz ma zostać teleportowany" stop if arg 1 is "spawn": set {spawn} to location of player send "&aGotowe!" stop else if arg 1 is "pomieszczenie": set {pomieszczenie} to location of player send "&aGotowe!" stop