Guest User

skrypt

a guest
Jan 19th, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 65.34 KB | None | 0 0
  1. on load:
  2. send "[TheWalls] Loading TheWalls v0.9" to console
  3. on unload:
  4. send "[TheWalls] Disabling TheWalls v0.9" to console
  5. options:
  6. # Logo Skryptu
  7. logo: &7[&cWalls&7]
  8. # Glowna Komenda:
  9. maincommand: walls
  10.  
  11. command /team [<text>] [<text>]:
  12. trigger:
  13. if arg 1 is not "1" or "2" or "3" or "4":
  14. send "{@logo}&7Musisz wybrac druzyne 1-4"
  15. if arg 1 is not set:
  16. send "{@logo}&7Wybierz druzyne, %name of player%: /team <1-4>"
  17. stop
  18. if arg 1 is "1":
  19. if {team-1.%player%} is true:
  20. send "{@logo}&aNalezysz juz do druzyny &a1 &a!"
  21. stop
  22. if {team-2.%player%} is true:
  23. if {players::team1::*} > 10:
  24. send "{@logo}Druzyna jest pelna!" to player
  25. else:
  26. remove 1 from {players::team2::*}
  27. set {team-2.%player%} to false
  28. set the player's tablist name to "&a%name of player%"
  29. add 1 to {players::team1::*}
  30. send "{@logo}&aGratulacje, Udalo ci sie dolaczyc do druzyny 1 [%{players::team1::*}%/10] !"
  31. set {team-1.%player%} to true
  32. stop
  33. if {team-3.%player%} is true:
  34. if {players::team1::*} > 10:
  35. send "{@logo}Druzyna jest pelna!" to player
  36. else:
  37. remove 1 from {players::team3::*}
  38. set {team-4.%player%} to false
  39. set the player's tablist name to "&a%name of player%"
  40. add 1 to {players::team1::*}
  41. send "{@logo}&aGratulacje, Udalo ci sie dolaczyc do druzyny 1 [%{players::team1::*}%/10] !"
  42. set {team-1.%player%} to true
  43. stop
  44. if {team-4.%player%} is true:
  45. if {players::team1::*} > 10:
  46. send "{@logo}Druzyna jest pelna!" to player
  47. else:
  48. remove 1 from {players::team4::*}
  49. set {team-4.%player%} to false
  50. set the player's tablist name to "&a%name of player%"
  51. add 1 to {players::team1::*}
  52. send "{@logo}&aGratulacje, Udalo ci sie dolaczyc do druzyny 1 [%{players::team1::*}%/10] !"
  53. set {team-1.%player%} to true
  54. stop
  55. if {team-1.%player%} is false:
  56. if {team-2.%player%} is false:
  57. if {players::team1::*} > 10:
  58. send "{@logo}Druzyna jest pelna!" to player
  59. else:
  60. add 1 to {players::team1::*}
  61. send "{@logo}&aGratulacje, Udalo ci sie dolaczyc do druzyny 1 [%{players::team1::*}%/10] !"
  62. set {team-1.%player%} to true
  63. stop
  64. if {team-3.%player%} is false:
  65. if {players::team1::*} > 10:
  66. send "{@logo}Druzyna jest pelna!" to player
  67. else:
  68. add 1 to {players::team1::*}
  69. send "{@logo}&aGratulacje, Udalo ci sie dolaczyc do druzyny 1 [%{players::team1::*}%/10] !"
  70. set {team-1.%player%} to true
  71. stop
  72. if {team-4.%player%} is false:
  73. if {players::team1::*} > 10:
  74. send "{@logo}Druzyna jest pelna!" to player
  75. else:
  76. add 1 to {players::team1::*}
  77. send "{@logo}&aGratulacje, Udalo ci sie dolaczyc do druzyny 1 [%{players::team1::*}%/10] !"
  78. set {team-1.%player%} to true
  79. stop
  80. if arg 1 is "2":
  81. if {team-1.%player%} is true:
  82. if {players::team2::*} > 10:
  83. send "{@logo}Druzyna jest pelna!" to player
  84. else:
  85. remove 1 from {players::team1::*}
  86. set {team-1.%player%} to false
  87. set the player's tablist name to "&b%name of player%"
  88. add 1 to {players::team2::*}
  89. send "{@logo}&bGratulacje, Udalo ci sie dolaczyc do druzyny 2 [%{players::team2::*}%/10] !"
  90. set {team-2.%player%} to true
  91. stop
  92. if {team-2.%player%} is true:
  93. send "{@logo}&aNalezysz juz do druzyny &b2 &a!"
  94. stop
  95. if {team-3.%player%} is true:
  96. if {players::team2::*} > 10:
  97. send "{@logo}Druzyna jest pelna!" to player
  98. else:
  99. remove 1 from {players::team3::*}
  100. set {team-3.%player%} to false
  101. set the player's tablist name to "&b%name of player%"
  102. add 1 to {players::team2::*}
  103. send "{@logo}&bGratulacje, Udalo ci sie dolaczyc do druzyny 2 [%{players::team2::*}%/10] !"
  104. set {team-2.%player%} to true
  105. stop
  106. if {team-4.%player%} is true:
  107. if {players::team2::*} > 10:
  108. send "{@logo}Druzyna jest pelna!" to player
  109. else:
  110. remove 1 from {players::team4::*}
  111. set {team-4.%player%} to false
  112. set the player's tablist name to "&b%name of player%"
  113. add 1 to {players::team2::*}
  114. send "{@logo}&bGratulacje, Udalo ci sie dolaczyc do druzyny 2 [%{players::team2::*}%/10] !"
  115. set {team-2.%player%} to true
  116. stop
  117. if {team-2.%player%} is false:
  118. if {team-1.%player%} is false:
  119. if {players::team2::*} > 10:
  120. send "{@logo}Druzyna jest pelna!" to player
  121. else:
  122. add 1 to {players::team2::*}
  123. send "{@logo}&bGratulacje, Udalo ci sie dolaczyc do druzyny 2 [%{players::team2::*}%/10] !"
  124. set {team-2.%player%} to true
  125. stop
  126. if {team-3.%player%} is false:
  127. if {players::team2::*} > 10:
  128. send "{@logo}Druzyna jest pelna!" to player
  129. else:
  130. add 1 to {players::team2::*}
  131. send "{@logo}&bGratulacje, Udalo ci sie dolaczyc do druzyny 2 [%{players::team2::*}%/10] !"
  132. set {team-2.%player%} to true
  133. stop
  134. if {team-4.%player%} is false:
  135. if {players::team2::*} > 10:
  136. send "{@logo}Druzyna jest pelna!" to player
  137. else:
  138. add 1 to {players::team2::*}
  139. send "{@logo}&bGratulacje, Udalo ci sie dolaczyc do druzyny 2 [%{players::team2::*}%/10] !"
  140. set {team-2.%player%} to true
  141. stop
  142. if arg 1 is "3":
  143. if {team-1.%player%} is true:
  144. if {players::team3::*} > 10:
  145. send "{@logo}Druzyna jest pelna!" to player
  146. else:
  147. remove 1 from {players::team1::*}
  148. set {team-1.%player%} to false
  149. set the player's tablist name to "&c%name of player%"
  150. add 1 to {players::team3::*}
  151. send "{@logo}&cGratulacje, Udalo ci sie dolaczyc do druzyny 3 [%{players::team3::*}%/10] !"
  152. set {team-3.%player%} to true
  153. stop
  154. if {team-2.%player%} is true:
  155. if {players::team3::*} > 10:
  156. send "{@logo}Druzyna jest pelna!" to player
  157. else:
  158. remove 1 from {players::team2::*}
  159. set {team-2.%player%} to false
  160. set the player's tablist name to "&c%name of player%"
  161. add 1 to {players::team3::*}
  162. send "{@logo}&cGratulacje, Udalo ci sie dolaczyc do druzyny 3 [%{players::team3::*}%/10] !"
  163. set {team-3.%player%} to true
  164. stop
  165. if {team-3.%player%} is true:
  166. send "{@logo}&aNalezysz juz do druzyny &c3 &a!"
  167. stop
  168. if {team-4.%player%} is true:
  169. if {players::team3::*} > 10:
  170. send "{@logo}Druzyna jest pelna!" to player
  171. else:
  172. remove 1 from {players::team4::*}
  173. set {team-4.%player%} to false
  174. set the player's tablist name to "&c%name of player%"
  175. add 1 to {players::team3::*}
  176. send "{@logo}&cGratulacje, Udalo ci sie dolaczyc do druzyny 3 [%{players::team3::*}%/10] !"
  177. set {team-3.%player%} to true
  178. stop
  179. if {team-3.%player%} is false:
  180. if {team-1.%player%} is false:
  181. if {players::team3::*} > 10:
  182. send "{@logo}Druzyna jest pelna!" to player
  183. else:
  184. add 1 to {players::team3::*}
  185. send "{@logo}&cGratulacje, Udalo ci sie dolaczyc do druzyny 3 [%{players::team3::*}%/10] !"
  186. set {team-3.%player%} to true
  187. stop
  188. if {team-2.%player%} is false:
  189. if {players::team3::*} > 10:
  190. send "{@logo}Druzyna jest pelna!" to player
  191. else:
  192. add 1 to {players::team3::*}
  193. send "{@logo}&cGratulacje, Udalo ci sie dolaczyc do druzyny 3 [%{players::team3::*}%/10] !"
  194. set {team-3.%player%} to true
  195. stop
  196. if {team-4.%player%} is false:
  197. if {players::team3::*} > 10:
  198. send "{@logo}Druzyna jest pelna!" to player
  199. else:
  200. add 1 to {players::team3::*}
  201. send "{@logo}&cGratulacje, Udalo ci sie dolaczyc do druzyny 3 [%{players::team3::*}%/10] !"
  202. set {team-3.%player%} to true
  203. stop
  204. if arg 1 is "4":
  205. if {team-1.%player%} is true:
  206. if {players::team4::*} > 10:
  207. send "{@logo}Druzyna jest pelna!" to player
  208. else:
  209. remove 1 from {players::team1::*}
  210. set {team-1.%player%} to false
  211. set the player's tablist name to "&e%name of player%"
  212. add 1 to {players::team4::*}
  213. send "{@logo}&eGratulacje, Udalo ci sie dolaczyc do druzyny 4 [%{players::team4::*}%/10] !"
  214. set {team-4.%player%} to true
  215. stop
  216. if {team-2.%player%} is true:
  217. if {players::team4::*} > 10:
  218. send "{@logo}Druzyna jest pelna!" to player
  219. else:
  220. remove 1 from {players::team2::*}
  221. set {team-2.%player%} to false
  222. set the player's tablist name to "&e%name of player%"
  223. add 1 to {players::team4::*}
  224. send "{@logo}&eGratulacje, Udalo ci sie dolaczyc do druzyny 4 [%{players::team4::*}%/10] !"
  225. set {team-4.%player%} to true
  226. stop
  227. if {team-3.%player%} is true:
  228. if {players::team4::*} > 10:
  229. send "{@logo}Druzyna jest pelna!" to player
  230. else:
  231. remove 1 from {players::team3::*}
  232. set {team-3.%player%} to false
  233. set the player's tablist name to "&e%name of player%"
  234. add 1 to {players::team4::*}
  235. send "{@logo}&eGratulacje, Udalo ci sie dolaczyc do druzyny 4 [%{players::team4::*}%/10] !"
  236. set {team-4.%player%} to true
  237. stop
  238. if {team-4.%player%} is true:
  239. send "{@logo}&aNalezysz juz do druzyny &64 &a!"
  240. stop
  241. if {team-4.%player%} is false:
  242. if {team-1.%player%} is false:
  243. if {players::team4::*} > 10:
  244. send "{@logo}Druzyna jest pelna!" to player
  245. else:
  246. add 1 to {players::team4::*}
  247. send "{@logo}&eGratulacje, Udalo ci sie dolaczyc do druzyny 4 [%{players::team4::*}%/10] !"
  248. set {team-4.%player%} to true
  249. stop
  250. if {team-2.%player%} is false:
  251. if {players::team4::*} > 10:
  252. send "{@logo}Druzyna jest pelna!" to player
  253. else:
  254. add 1 to {players::team4::*}
  255. send "{@logo}&eGratulacje, Udalo ci sie dolaczyc do druzyny 4 [%{players::team4::*}%/10] !"
  256. set {team-4.%player%} to true
  257. stop
  258. if {team-3.%player%} is false:
  259. if {players::team4::*} > 10:
  260. send "{@logo}Druzyna jest pelna!" to player
  261. else:
  262. add 1 to {players::team4::*}
  263. send "{@logo}&eGratulacje, Udalo ci sie dolaczyc do druzyny 4 [%{players::team4::*}%/10] !"
  264. set {team-4.%player%} to true
  265. stop
  266.  
  267. command /teamspawn [<text>]:
  268. permission: walls.teamspawn
  269. trigger:
  270. if arg 1 is not set:
  271. send "{@logo}&7Aby ustawic spawn musisz wpisac argument"
  272. if arg 1 is "1":
  273. set {team1.pos} to location of player
  274. send "{@logo}&aUstawiono lokalizacje spawnu [Team 1] !"
  275. stop
  276. if arg 1 is "2":
  277. set {team2.pos} to location of player
  278. send "{@logo}&bUstawiono lokalizacje spawnu [Team 2] !"
  279. stop
  280. if arg 1 is "3":
  281. set {team3.pos} to location of player
  282. send "{@logo}&cUstawiono lokalizacje spawnu [Team 3] !"
  283. stop
  284. if arg 1 is "4":
  285. set {team4.pos} to location of player
  286. send "{@logo}&eUstawiono lokalizacje spawnu [Team 4] !"
  287. stop
  288. if arg 1 is "1-2":
  289. set {team1.pos2} to location of player
  290. send "{@logo}&aUstawiono lokalizacje spawnu [Team 1] !"
  291. stop
  292. if arg 1 is "2-2":
  293. set {team2.pos2} to location of player
  294. send "{@logo}&bUstawiono lokalizacje spawnu [Team 2] !"
  295. stop
  296. if arg 1 is "3-2":
  297. set {team3.pos2} to location of player
  298. send "{@logo}&cUstawiono lokalizacje spawnu [Team 3] !"
  299. stop
  300. if arg 1 is "4-2":
  301. set {team4.pos2} to location of player
  302. send "{@logo}&eUstawiono lokalizacje spawnu [Team 4] !"
  303. stop
  304. if arg 1 is "1-3":
  305. set {team1.pos3} to location of player
  306. send "{@logo}&aUstawiono lokalizacje spawnu [Team 1] !"
  307. stop
  308. if arg 1 is "2-3":
  309. set {team2.pos3} to location of player
  310. send "{@logo}&bUstawiono lokalizacje spawnu [Team 2] !"
  311. stop
  312. if arg 1 is "3-3":
  313. set {team3.pos3} to location of player
  314. send "{@logo}&cUstawiono lokalizacje spawnu [Team 3] !"
  315. stop
  316. if arg 1 is "4-3":
  317. set {team4.pos3} to location of player
  318. send "{@logo}&eUstawiono lokalizacje spawnu [Team 4] !"
  319. stop
  320.  
  321. command /falldown:
  322. permission: walls.falldown
  323. trigger:
  324. loop all blocks in region "team1-1":
  325. execute server command "rg flag team1-1 entry -w world allow"
  326. execute server command "rg flag team1-1 build -w world allow"
  327. set loop-blocks to air
  328. loop all blocks in region "team1-2":
  329. execute server command "rg flag team1-2 entry -w world allow"
  330. execute server command "rg flag team1-2 build -w world allow"
  331. set loop-blocks to air
  332. loop all blocks in region "team2-1":
  333. execute server command "rg flag team2-1 entry -w world allow"
  334. execute server command "rg flag team2-1 build -w world allow"
  335. set loop-blocks to air
  336. loop all blocks in region "team2-2":
  337. execute server command "rg flag team2-2 entry -w world allow"
  338. execute server command "rg flag team2-2 build -w world allow"
  339. set loop-blocks to air
  340. loop all blocks in region "team3-1":
  341. execute server command "rg flag team3-1 entry -w world allow"
  342. execute server command "rg flag team3-1 build -w world allow"
  343. set loop-blocks to air
  344. loop all blocks in region "team3-2":
  345. execute server command "rg flag team3-2 entry -w world allow"
  346. execute server command "rg flag team3-2 build -w world allow"
  347. set loop-blocks to air
  348. loop all blocks in region "team4-1":
  349. execute server command "rg flag team4-1 entry -w world allow"
  350. execute server command "rg flag team4-1 build -w world allow"
  351. set loop-blocks to air
  352. loop all blocks in region "team4-2":
  353. execute server command "rg flag team4-2 entry -w world allow"
  354. execute server command "rg flag team4-2 build -w world allow"
  355. set loop-blocks to air
  356. stop
  357.  
  358. command /tep [<text>]:
  359. permission: walls.tep
  360. trigger:
  361. if {arena} is true:
  362. if {team-1.%player%} is true:
  363. execute server command "tp arg-player"
  364. send "Przeteleportowano do gracza %arg 1%" to player
  365. stop
  366. if {team-1.%player%} is false:
  367. send "&4Nie mozesz teleportowac sie do gracza z innej druzyny!" to player
  368. stop
  369. if {team-2.%player%} is true:
  370. execute server command "tp arg-player"
  371. send "Przeteleportowano do gracza %arg 1%" to player
  372. stop
  373. if {team-2.%player%} is false:
  374. send "&4Nie mozesz teleportowac sie do gracza z innej druzyny!" to player
  375. stop
  376. if {team-3.%player%} is true:
  377. execute server command "tp arg-player"
  378. send "Przeteleportowano do gracza %arg 1%" to player
  379. stop
  380. if {team-3.%player%} is false:
  381. send "&4Nie mozesz teleportowac sie do gracza z innej druzyny!" to player
  382. stop
  383. if {team-4.%player%} is true:
  384. execute server command "tp arg-player"
  385. send "Przeteleportowano do gracza %arg 1%" to player
  386. stop
  387. if {team-4.%player%} is false:
  388. send "&4Nie mozesz teleportowac sie do gracza z innej druzyny!" to player
  389. stop
  390.  
  391. command /bc [<text>]:
  392. permission: walls.broadcast
  393. trigger:
  394. if arg 1 is not set:
  395. send "{@logo}Musisz wpisac argument!"
  396. if arg 1 is set:
  397. broadcast "{@logo}%coloured arg%"
  398. stop
  399.  
  400. command /bc2 [<text>]:
  401. permission: walls.broadcast2
  402. trigger:
  403. if arg 1 is not set:
  404. send "{@logo}Musisz wpisac argument!"
  405. if arg 1 is set:
  406. broadcast "%coloured arg%"
  407. stop
  408.  
  409. command /walls [<text>] [<text>]:
  410. aliases: w
  411. trigger:
  412. if arg 1 is not set:
  413. send " &b=-=-=-=-= TheWalls =-=-=-=-="
  414. send " &e/walls start - Startuje arene TheWalls"
  415. send " &e/walls help - Pomoc pluginu TheWalls"
  416. send " &e/walls - Pokazuje komendy TheWalls"
  417. send " &e/wyjdz - Startuje arene TheWalls"
  418. send " &e/team <1-4> - Startuje arene TheWalls"
  419. send " &e/tep <nick> - Startuje arene TheWalls"
  420. stop
  421. if arg 1 is "help":
  422. if arg 2 is "1":
  423. send " &2Strona 1/3"
  424. send " &b=-=-=-=-= TheWalls =-=-=-=-="
  425. send " &e/walls help - Pomoc pluginu TheWalls"
  426. send " &e/walls - Pokazuje komendy TheWalls"
  427. send " &e/wyjdz - Startuje arene TheWalls"
  428. send " &e/team <1-4> - Startuje arene TheWalls"
  429. send " &e/tep <nick> - Startuje arene TheWalls"
  430. stop
  431. if arg 2 is "2":
  432. send " &2Strona 2/3"
  433. send " &b=-=-=-=-= TheWalls =-=-=-=-="
  434. send " &eTheWalls to minigierka w ktorej sa cztery"
  435. send " &edruzyny: 1 - zielona, 2 - niebieska, "
  436. send " &e3 - czerwona, 4 - zolta. Jest 10 min."
  437. send " &ena zbieranie(kopanie, zbieranie drewna."
  438. send " &eSurowce wypadaja ze stone(kamienia)."
  439. send " &eNastepnie opadaja sciany i najlepiej"
  440. send " &ezebrac jak najwiecej skrzynek ze srodka."
  441. send " &eJesli przez 10 min. walki po opadnieciu"
  442. send " &escian jedna druzyna nie zostanie i nie"
  443. send " &ewygra rozpocznie sie DeathMatch. Tam"
  444. send " &eroztrzygnie sie bitwa"
  445. stop
  446. if arg 2 is "3":
  447. send " &cStrona 3/3"
  448. send " &b=-=-=-=-= TheWalls =-=-=-=-="
  449. send " &eZa zabicie gracza otrzymujemy +5 monet"
  450. send " &enatomiast za wygrana +15 monet. W czasie"
  451. send " &eeventow za zabicie bedzie +10 monet, a"
  452. send " &eza wygrana +30 monet. Eventy beda srednio"
  453. send " &eco 1 mies. i beda trwaly ok. caly weekend."
  454. stop
  455. if arg 1 is "start":
  456. if player has permission "walls.start":
  457. execute server command "bc Gra zacznie sie za 60 sekund!"
  458. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 60 sekund!"
  459. wait 1 second
  460. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 59 sekund!"
  461. wait 1 second
  462. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 58 sekund!"
  463. wait 1 second
  464. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 57 sekund!"
  465. wait 1 second
  466. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 56 sekund!"
  467. wait 1 second
  468. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 55 sekund!"
  469. wait 1 second
  470. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 54 sekund!"
  471. wait 1 second
  472. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 53 sekund!"
  473. wait 1 second
  474. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 52 sekund!"
  475. wait 1 second
  476. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 51 sekund!"
  477. wait 1 second
  478. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 50 sekund!"
  479. wait 1 second
  480. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 49 sekund!"
  481. wait 1 second
  482. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 48 sekund!"
  483. wait 1 second
  484. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 47 sekund!"
  485. wait 1 second
  486. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 46 sekund!"
  487. wait 1 second
  488. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 45 sekund!"
  489. wait 1 second
  490. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 44 sekund!"
  491. wait 1 second
  492. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 43 sekund!"
  493. wait 1 second
  494. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 42 sekund!"
  495. wait 1 second
  496. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 41 sekund!"
  497. wait 1 second
  498. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 40 sekund!"
  499. wait 1 second
  500. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 39 sekund!"
  501. wait 1 second
  502. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 38 sekund!"
  503. wait 1 second
  504. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 37 sekund!"
  505. wait 1 second
  506. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 36 sekund!"
  507. wait 1 second
  508. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 35 sekund!"
  509. wait 1 second
  510. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 34 sekund!"
  511. wait 1 second
  512. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 33 sekund!"
  513. wait 1 second
  514. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 32 sekund!"
  515. wait 1 second
  516. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 31 sekund!"
  517. wait 1 second
  518. execute server command "bc Gra zacznie sie za 30 sekund!"
  519. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 30 sekund!"
  520. wait 1 second
  521. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 29 sekund!"
  522. wait 1 second
  523. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 28 sekund!"
  524. wait 1 second
  525. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 27 sekund!"
  526. wait 1 second
  527. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 26 sekund!"
  528. wait 1 second
  529. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 25 sekund!"
  530. wait 1 second
  531. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 24 sekund!"
  532. wait 1 second
  533. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 23 sekund!"
  534. wait 1 second
  535. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 22 sekund!"
  536. wait 1 second
  537. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 21 sekund!"
  538. wait 1 second
  539. execute server command "bc Gra zacznie sie za 20 sekund!"
  540. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 20 sekund!"
  541. wait 1 second
  542. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 19 sekund!"
  543. wait 1 second
  544. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 18 sekund!"
  545. wait 1 second
  546. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 17 sekund!"
  547. wait 1 second
  548. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 16 sekund!"
  549. wait 1 second
  550. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 15 sekund!"
  551. wait 1 second
  552. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 14 sekund!"
  553. wait 1 second
  554. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 13 sekund!"
  555. wait 1 second
  556. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 12 sekund!"
  557. wait 1 second
  558. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 11 sekund!"
  559. wait 1 second
  560. execute server command "bc Gra zacznie sie za 10 sekund!"
  561. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 10 sekund!"
  562. wait 1 second
  563. execute server command "bc Gra zacznie sie za 9 sekund!"
  564. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 9 sekund!"
  565. wait 1 second
  566. execute server command "bc Gra zacznie sie za 8 sekund!"
  567. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 8 sekund!"
  568. wait 1 second
  569. execute server command "bc Gra zacznie sie za 7 sekund!"
  570. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 7 sekund!"
  571. wait 1 second
  572. execute server command "bc Gra zacznie sie za 6 sekund!"
  573. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 6 sekund!"
  574. wait 1 second
  575. execute server command "bc Gra zacznie sie za 5 sekund!"
  576. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 5 sekund!"
  577. wait 1 second
  578. execute server command "bc Gra zacznie sie za 4 sekund!"
  579. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 4 sekund!"
  580. wait 1 second
  581. execute server command "bc Gra zacznie sie za 3 sekund!"
  582. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 3 sekund!"
  583. wait 1 second
  584. execute server command "bc Gra zacznie sie za 2 sekund!"
  585. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 2 sekund!"
  586. wait 1 second
  587. execute server command "bc Gra zacznie sie za 1 sekund!"
  588. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra zacznie sie za 1 sekund!"
  589. wait 1 second
  590. execute server command "motd set &2&l: &6&ls1.mc-Walls.pl &2&l: &6Gra juz trwa!"
  591. set {arena} to true
  592. wait 2 tick
  593. loop all players:
  594. if {team-1.%loop-player%} is true:
  595. teleport loop-player to {team1.pos}
  596. send "{@logo}&7Znajdujesz sie w &a[Team 1] &7!" to loop-player
  597. if {team-2.%loop-player%} is true:
  598. teleport loop-player to {team2.pos}
  599. send "{@logo}&7Znajdujesz sie w &b[Team 2] &7!" to loop-player
  600. if {team-3.%loop-player%} is true:
  601. teleport loop-player to {team3.pos}
  602. send "{@logo}&7Znajdujesz sie w &c[Team 3] &7!" to loop-player
  603. if {team-4.%loop-player%} is true:
  604. teleport loop-player to {team4.pos}
  605. send "{@logo}&7Znajdujesz sie w &e[Team 4] &7!" to loop-player
  606. if {team-1.%loop-player%} or {team-2.%loop-player%} or {team-3.%loop-player%} or {team-4.%loop-player%} is false:
  607. chance of 25%:
  608. set {team-1.%loop-player%} to true
  609. send "{@logo}&7Znajdujesz sie w &a[Team 1] &7!" to loop-player
  610. chance of 25%:
  611. set {team-2.%loop-player%} to true
  612. send "{@logo}&7Znajdujesz sie w &b[Team 2] &7!" to loop-player
  613. chance of 25%:
  614. set {team-3.%loop-player%} to true
  615. send "{@logo}&7Znajdujesz sie w &c[Team 3] &7!" to loop-player
  616. chance of 25%:
  617. set {team-4.%loop-player%} to true
  618. send "{@logo}&7Znajdujesz sie w &e[Team 4] &7!" to loop-player
  619. wait 5 minutes
  620. execute server command "bc &7Sciany opadna za 5 minut!"
  621. wait 3 minutes
  622. execute server command "bc &7Sciany opadna za 2 minuty!"
  623. wait 1 minute
  624. execute server command "bc &7Sciany opadna za 1 minute!"
  625. wait 30 second
  626. execute server command "bc &7Sciany opadna za 30 sekund!"
  627. wait 10 second
  628. execute server command "bc &7Sciany opadna za 20 sekund!"
  629. wait 10 second
  630. execute server command "bc &7Sciany opadna za 10 sekund!"
  631. wait 1 second
  632. execute server command "bc &7Sciany opadna za 9 sekund!"
  633. wait 1 second
  634. execute server command "bc &7Sciany opadna za 8 sekund!"
  635. wait 1 second
  636. execute server command "bc &7Sciany opadna za 7 sekund!"
  637. wait 1 second
  638. execute server command "bc &7Sciany opadna za 6 sekund!"
  639. wait 1 second
  640. execute server command "bc &7Sciany opadna za 5 sekund!"
  641. wait 1 second
  642. execute server command "bc &7Sciany opadna za 4 sekundy!"
  643. wait 1 second
  644. execute server command "bc &7Sciany opadna za 3 sekundy!"
  645. wait 1 second
  646. execute server command "bc &7Sciany opadna za 2 sekundy!"
  647. wait 1 second
  648. execute server command "bc &7Sciany opadna za 1 sekunde!"
  649. wait 1 second
  650. execute server command "bc &7Sciany opadly!"
  651. execute server command "falldown"
  652. wait 10 minutes
  653. execute server command "bc &7Deathmatch rozpoczety!"
  654. if {team-1.%loop-player%} is true:
  655. teleport loop-player to {team1.pos3}
  656. if {team-2.%loop-player%} is true:
  657. teleport loop-player to {team2.pos3}
  658. if {team-3.%loop-player%} is true:
  659. teleport loop-player to {team3.pos3}
  660. if {team-4.%loop-player%} is true:
  661. teleport loop-player to {team4.pos3}
  662. if arg 1 is "reload":
  663. execute server command "skript reload TheWalls"
  664. set {team-1.%player%} to false
  665. set {team-2.%player%} to false
  666. set {team-3.%player%} to false
  667. set {team-4.%player%} to false
  668. delete {players::team1::*}
  669. delete {players::team2::*}
  670. delete {players::team3::*}
  671. delete {players::team4::*}
  672. set {arena} to false
  673. stop
  674. on chat:
  675. if {arena} is true:
  676. if {team-1.%player%} is true:
  677. set the player's display name to "%player's prefix%&7[&aTeam 1&7]&f%player%"
  678. set the player's tablist name to "&a%name of player%"
  679. stop
  680. if {team-2.%player%} is true:
  681. set the player's display name to "%player's prefix%&7[&bTeam 2&7]&f%player%"
  682. set the player's tablist name to "&b%name of player%"
  683. stop
  684. if {team-3.%player%} is true:
  685. set the player's display name to "%player's prefix%&7[&cTeam 3&7]&f%player%"
  686. set the player's tablist name to "&c%name of player%"
  687. stop
  688. if {team-4.%player%} is true:
  689. set the player's display name to "%player's prefix%&7[&eTeam 4&7]&f%player%"
  690. set the player's tablist name to "&e%name of player%"
  691. stop
  692. if {team-1.%player%} is false:
  693. set the player's tablist name to "&f%name of player%"
  694. stop
  695. if {team-2.%player%} is false:
  696. set the player's tablist name to "&f%name of player%"
  697. stop
  698. if {team-3.%player%} is false:
  699. set the player's tablist name to "&f%name of player%"
  700. stop
  701. if {team-4.%player%} is false:
  702. set the player's tablist name to "&f%name of player%"
  703. stop
  704. on quit:
  705. if {team-1.%player%} is true:
  706. execute server command "spawn %player%"
  707. execute server command "clear %player%"
  708. remove 1 from {players::team1::*}
  709. set {team-1.%player%} to false
  710. set the player's tablist name to "&f%name of player%"
  711. stop
  712. if {team-2.%player%} is true:
  713. execute server command "spawn %player%"
  714. execute server command "clear %player%"
  715. remove 1 from {players::team2::*}
  716. set {team-2.%player%} to false
  717. set the player's tablist name to "&f%name of player%"
  718. stop
  719. if {team-3.%player%} is true:
  720. execute server command "spawn %player%"
  721. execute server command "clear %player%"
  722. remove 1 from {players::team3::*}
  723. set {team-3.%player%} to false
  724. set the player's tablist name to "&f%name of player%"
  725. stop
  726. if {team-4.%player%} is true:
  727. execute server command "spawn %player%"
  728. execute server command "clear %player%"
  729. remove 1 from {players::team4::*}
  730. set {team-4.%player%} to false
  731. set the player's tablist name to "&f%name of player%"
  732. stop
  733. on death:
  734. if {arena} is true:
  735. if {team-1.%player%} is true:
  736. remove 1 from {players::team1::*}
  737. set {team-1.%player%} to false
  738. set the player's tablist name to "&f%name of player%"
  739. execute server command "kick %player% &7Zginales! &7Musisz czekac na zakonczenie rozgrywki. &7Jesli posiadasz range &6VIP&7/&3Super&6VIP &7mozesz obserwowac rozgrywke!"
  740. if attacker is player:
  741. if victim is player:
  742. send "&aGracz &e{team.%victim%}%victim% &azostał zabity przez gracza &e{team.%attacker%}%attacker% &az %attacker's tool%!"
  743. stop
  744. if {team-2.%player%} is true:
  745. remove 1 from {players::team2::*}
  746. set {team-2.%player%} to false
  747. set the player's tablist name to "&f%name of player%"
  748. execute server command "kick %player% &7Zginales! &7Musisz czekac na zakonczenie rozgrywki. &7Jesli posiadasz range &6VIP&7/&3Super&6VIP &7mozesz obserwowac rozgrywke!"
  749. if attacker is player:
  750. if victim is player:
  751. send "&aGracz &e{team.%victim%}%victim% &azostał zabity przez gracza &e{team.%attacker%}%attacker% &az %attacker's tool%!"
  752. stop
  753. if {team-3.%player%} is true:
  754. remove 1 from {players::team3::*}
  755. set {team-3.%player%} to false
  756. set the player's tablist name to "&f%name of player%"
  757. execute server command "kick %player% &7Zginales! &7Musisz czekac na zakonczenie rozgrywki. &7Jesli posiadasz range &6VIP&7/&3Super&6VIP &7mozesz obserwowac rozgrywke!"
  758. if attacker is player:
  759. if victim is player:
  760. send "&aGracz &e{team.%victim%}%victim% &azostał zabity przez gracza &e{team.%attacker%}%attacker% &az %attacker's tool%!"
  761. stop
  762. if {team-4.%player%} is true:
  763. remove 1 from {players::team4::*}
  764. set {team-4.%player%} to false
  765. set the player's tablist name to "&f%name of player%"
  766. execute server command "kick %player% &7Zginales! &7Musisz czekac na zakonczenie rozgrywki. &7Jesli posiadasz range &6VIP&7/&3Super&6VIP &7mozesz obserwowac rozgrywke!"
  767. if attacker is player:
  768. if victim is player:
  769. send "&aGracz &e{team.%victim%}%victim% &azostał zabity przez gracza &e{team.%attacker%}%attacker% &az %attacker's tool%!"
  770. stop
  771.  
  772. on damage:
  773. if {arena} is true:
  774. if {team-1.%attacker%} is true:
  775. if {team-1.%victim%} is true:
  776. cancel event
  777. if {team-2.%attacker%} is true:
  778. if {team-2.%victim%} is true:
  779. cancel event
  780. if {team-3.%attacker%} is true:
  781. if {team-3.%victim%} is true:
  782. cancel event
  783. if {team-4.%attacker%} is true:
  784. if {team-4.%victim%} is true:
  785. cancel event
  786. on join:
  787. if {arena} is true:
  788. execute server command "kick %player% &7Musisz czekac na zakończenie rozgrywki!"
  789. stop
  790. on command "team 1":
  791. if {arena} is true:
  792. cancel event
  793. send "{@logo}Nie mozesz wybierac teamu podczas rozgrywki!"
  794. on command "team 2":
  795. if {arena} is true:
  796. cancel event
  797. send "{@logo}Nie mozesz wybierac teamu podczas rozgrywki!"
  798. on command "team 3":
  799. if {arena} is true:
  800. cancel event
  801. send "{@logo}Nie mozesz wybierac teamu podczas rozgrywki!"
  802. on command "team 4":
  803. if {arena} is true:
  804. cancel event
  805. send "{@logo}Nie mozesz wybierac teamu podczas rozgrywki!"
  806. on command "team leave":
  807. if {arena} is true:
  808. cancel event
  809. send "{@logo}&7Nie mozesz wychodzic z teamu podczas rozgrywki!"
  810. on rightclick on sign:
  811. if line 1 is "&f&lZESTAW":
  812. if line 2 is "&f&lGORNIKA":
  813. if {team-1.%player%} is true:
  814. execute server command "kit gornik %player%"
  815. teleport player to {team1.pos2}
  816. stop
  817. if {team-2.%player%} is true:
  818. execute server command "kit gornik %player%"
  819. teleport player to {team2.pos2}
  820. stop
  821. if {team-3.%player%} is true:
  822. execute server command "kit gornik %player%"
  823. teleport player to {team3.pos2}
  824. stop
  825. if {team-4.%player%} is true:
  826. execute server command "kit gornik %player%"
  827. teleport player to {team4.pos2}
  828. stop
  829. if line 1 is "&6&lZESTAW":
  830. if line 2 is "&f&lGORNIKA":
  831. if {team-1.%player%} is true:
  832. execute server command "kit gornikvip %player%"
  833. teleport player to {team1.pos2}
  834. stop
  835. if {team-2.%player%} is true:
  836. execute server command "kit gornikvip %player%"
  837. teleport player to {team2.pos2}
  838. stop
  839. if {team-3.%player%} is true:
  840. execute server command "kit gornikvip %player%"
  841. teleport player to {team3.pos2}
  842. stop
  843. if {team-4.%player%} is true:
  844. execute server command "kit gornikvip %player%"
  845. teleport player to {team4.pos2}
  846. stop
  847. if line 1 is "&b&lZESTAW":
  848. if line 2 is "&f&lGORNIKA":
  849. if {team-1.%player%} is true:
  850. execute server command "kit gorniksupervip %player%"
  851. teleport player to {team1.pos2}
  852. stop
  853. if {team-2.%player%} is true:
  854. execute server command "kit gorniksupervip %player%"
  855. teleport player to {team2.pos2}
  856. stop
  857. if {team-3.%player%} is true:
  858. execute server command "kit gorniksupervip %player%"
  859. teleport player to {team3.pos2}
  860. stop
  861. if {team-4.%player%} is true:
  862. execute server command "kit gorniksupervip %player%"
  863. teleport player to {team4.pos2}
  864. stop
  865. if line 1 is "&f&lZESTAW":
  866. if line 2 is "&f&lLUCZNIKA":
  867. if {team-1.%player%} is true:
  868. execute server command "kit lucznik %player%"
  869. teleport player to {team1.pos2}
  870. stop
  871. if {team-2.%player%} is true:
  872. execute server command "kit lucznik %player%"
  873. teleport player to {team2.pos2}
  874. stop
  875. if {team-3.%player%} is true:
  876. execute server command "kit lucznik %player%"
  877. teleport player to {team3.pos2}
  878. stop
  879. if {team-4.%player%} is true:
  880. execute server command "kit lucznik %player%"
  881. teleport player to {team4.pos2}
  882. stop
  883. if line 1 is "&6&lZESTAW":
  884. if line 2 is "&f&lLUCZNIKA":
  885. if {team-1.%player%} is true:
  886. execute server command "kit lucznikvip %player%"
  887. teleport player to {team1.pos2}
  888. stop
  889. if {team-2.%player%} is true:
  890. execute server command "kit lucznikvip %player%"
  891. teleport player to {team2.pos2}
  892. stop
  893. if {team-3.%player%} is true:
  894. execute server command "kit lucznikvip %player%"
  895. teleport player to {team3.pos2}
  896. stop
  897. if {team-4.%player%} is true:
  898. execute server command "kit lucznikvip %player%"
  899. teleport player to {team4.pos2}
  900. stop
  901. if line 1 is "&b&lZESTAW":
  902. if line 2 is "&f&lLUCZNIKA":
  903. if {team-1.%player%} is true:
  904. execute server command "kit luczniksupervip %player%"
  905. teleport player to {team1.pos2}
  906. stop
  907. if {team-2.%player%} is true:
  908. execute server command "kit luczniksupervip %player%"
  909. teleport player to {team2.pos2}
  910. stop
  911. if {team-3.%player%} is true:
  912. execute server command "kit luczniksupervip %player%"
  913. teleport player to {team3.pos2}
  914. stop
  915. if {team-4.%player%} is true:
  916. execute server command "kit luczniksupervip %player%"
  917. teleport player to {team4.pos2}
  918. stop
  919. if line 1 is "&f&lZESTAW":
  920. if line 2 is "&f&lDRWALA":
  921. if {team-1.%player%} is true:
  922. execute server command "kit drwal %player%"
  923. teleport player to {team1.pos2}
  924. stop
  925. if {team-2.%player%} is true:
  926. execute server command "kit drwal %player%"
  927. teleport player to {team2.pos2}
  928. stop
  929. if {team-3.%player%} is true:
  930. execute server command "kit drwal %player%"
  931. teleport player to {team3.pos2}
  932. stop
  933. if {team-4.%player%} is true:
  934. execute server command "kit drwal %player%"
  935. teleport player to {team4.pos2}
  936. stop
  937. if line 1 is "&6&fZESTAW":
  938. if line 2 is "&f&lDRWALA":
  939. if {team-1.%player%} is true:
  940. execute server command "kit drwalvip %player%"
  941. teleport player to {team1.pos2}
  942. stop
  943. if {team-2.%player%} is true:
  944. execute server command "kit drwalvip %player%"
  945. teleport player to {team2.pos2}
  946. stop
  947. if {team-3.%player%} is true:
  948. execute server command "kit drwalvip %player%"
  949. teleport player to {team3.pos2}
  950. stop
  951. if {team-4.%player%} is true:
  952. execute server command "kit drwalvip %player%"
  953. teleport player to {team4.pos2}
  954. stop
  955. if line 1 is "&b&lZESTAW":
  956. if line 2 is "&f&lDRWALA":
  957. if {team-1.%player%} is true:
  958. execute server command "kit drwalsupervip %player%"
  959. teleport player to {team1.pos2}
  960. stop
  961. if {team-2.%player%} is true:
  962. execute server command "kit drwalsupervip %player%"
  963. teleport player to {team2.pos2}
  964. stop
  965. if {team-3.%player%} is true:
  966. execute server command "kit drwalsupervip %player%"
  967. teleport player to {team3.pos2}
  968. stop
  969. if {team-4.%player%} is true:
  970. execute server command "kit drwalsupervip %player%"
  971. teleport player to {team4.pos2}
  972. stop
  973. if line 1 is "&f&lZESTAW":
  974. if line 2 is "&f&lWOJOWNIKA":
  975. if {team-1.%player%} is true:
  976. execute server command "kit wojownik %player%"
  977. teleport player to {team1.pos2}
  978. stop
  979. if {team-2.%player%} is true:
  980. execute server command "kit wojownik %player%"
  981. teleport player to {team2.pos2}
  982. stop
  983. if {team-3.%player%} is true:
  984. execute server command "kit wojownik %player%"
  985. teleport player to {team3.pos2}
  986. stop
  987. if {team-4.%player%} is true:
  988. execute server command "kit wojownik %player%"
  989. teleport player to {team4.pos2}
  990. stop
  991. if line 1 is "&6&lZESTAW":
  992. if line 2 is "&f&lWOJOWNIKA":
  993. if {team-1.%player%} is true:
  994. execute server command "kit wojownikvip %player%"
  995. teleport player to {team1.pos2}
  996. stop
  997. if {team-2.%player%} is true:
  998. execute server command "kit wojownikvip %player%"
  999. teleport player to {team2.pos2}
  1000. stop
Advertisement
Add Comment
Please, Sign In to add comment