Facebook
From Eratic Cassowary, 7 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 268
  1. on join:
  2.     teleport player to {pomieszczenie}
  3.     execute console command "/setrank %player% sprawdzany 10s"
  4.     wait 10 seconds
  5.     teleport player to {spawn}
  6.     stop
  7. command /ustaw [<text>]:
  8.     permission: sk.spawn
  9.     permission message: &cBrak permissi!
  10.     trigger:
  11.         if arg 1 is not set:
  12.             send "&7/Ustaw Pomieszczenie &c<- Ustala pomieszczenie gdzie gracz ma sie pojawiac"
  13.             send "&7/Ustaw Spawn &c<- Ustawia miejsce do którego gracz ma zostać teleportowany"
  14.             stop
  15.         if arg 1 is "spawn":
  16.             set {spawn} to location of player
  17.             send "&aGotowe!"
  18.             stop
  19.         else if arg 1 is "pomieszczenie":
  20.             set {pomieszczenie} to location of player
  21.             send "&aGotowe!"
  22.             stop