Advertisement
Guest User

Tourney SK

a guest
Aug 27th, 2017
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.95 KB | None | 0 0
  1. command /tourney <text> <text> [<player>] [<player>] [<player>] [<player>] [<player>] [<player>] [<player>] [<player>]:
  2. permission: skript.op
  3. usage: /tourney <arena> <teamsize 1-4> <Team 1> <Team 2>
  4. trigger:
  5. if arg 2 is "1":
  6. broadcast "&8&l[&b&lTourney&8&l] - &6%arg-3%&b and &6%arg-4%&b are now fighting in Arena %arg-1%!"
  7. loop all players:
  8. command "/playsound note.pling %loop-player% ~ ~ ~ 1 1.5 1"
  9. command "/warp a%arg-1%s1 %arg-3%"
  10. command "/warp a%arg-1%s2 %arg-4%"
  11. command "/heal %arg-3%"
  12. command "/feed %arg-3%"
  13. command "/ci %arg-3%"
  14. command "/heal %arg-4%"
  15. command "/feed %arg-4%"
  16. command "/ci %arg-4%"
  17. command "/scoreboard teams add FIGHT%arg-1%"
  18. if arg 1 is "1":
  19. command "/scoreboard teams option FIGHT%arg-1% color dark_red"
  20. else if arg 1 is "2":
  21. command "/scoreboard teams option FIGHT%arg-1% color dark_blue"
  22. else if arg 1 is "3":
  23. command "/scoreboard teams option FIGHT%arg-1% color dark_green"
  24. else if arg 1 is "4":
  25. command "/scoreboard teams option FIGHT%arg-1% color dark_purple"
  26. command "/scoreboard teams join FIGHT%arg-1% %arg-3%"
  27. command "/scoreboard teams join FIGHT%arg-1% %arg-4%"
  28. equip arg-3 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  29. equip arg-3 with 1 iron chestplate of protection 1 named "&bChestplate"
  30. equip arg-3 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  31. equip arg-3 with 1 iron boots of protection 1 named "&bBoots"
  32. give arg-3 1 iron sword of sharpness 2 named "&bSword"
  33. give arg-3 1 bow of power 1 and infinity 1 named "&bBow"
  34. give arg-3 16 steak named "&bFood"
  35. give arg-3 2 golden apples named "&bHealing"
  36. give arg-3 1 arrow named "&bArrow"
  37. equip arg-4 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  38. equip arg-4 with 1 iron chestplate of protection 1 named "&bChestplate"
  39. equip arg-4 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  40. equip arg-4 with 1 iron boots of protection 1 named "&bBoots"
  41. give arg-4 1 iron sword of sharpness 2 named "&bSword"
  42. give arg-4 1 bow of power 1 and infinity 1 named "&bBow"
  43. give arg-4 16 steak named "&bFood"
  44. give arg-4 2 golden apples named "&bHealing"
  45. give arg-4 1 arrow named "&bArrow"
  46. command "/ff %arg-3% on"
  47. command "/ff %arg-4% on"
  48. wait 3 seconds
  49. broadcast "&8&l[&b&lTourney&8&l] - &bFight in Arena %arg-1% has now began - Good luck!"
  50. command "/ff %arg-3% off"
  51. command "/ff %arg-4% off"
  52. set {fighting::%arg-3%} to true
  53. set {fighting::%arg-4%} to true
  54. set {tourneyTeamSize} to arg-2
  55.  
  56.  
  57.  
  58.  
  59.  
  60. #FOR TEAMS OF 2
  61. if arg 2 is "2":
  62. broadcast "&8&l[&b&lTourney&8&l] - &6%arg-3%&b and &6%arg-4%&b are now fighting &6%arg-5%&b and &6%arg-6%&b in Arena %arg-1%!"
  63. loop all players:
  64. command "/playsound note.pling %loop-player% ~ ~ ~ 1 1.5 1"
  65. command "/warp a%arg-1%s1 %arg-3%"
  66. command "/warp a%arg-1%s1 %arg-4%"
  67. command "/warp a%arg-1%s2 %arg-5%"
  68. command "/warp a%arg-1%s2 %arg-6%"
  69. command "/scoreboard teams add FIGHT%arg-1%"
  70. if arg 1 is "1":
  71. command "/scoreboard teams option FIGHT%arg-1% color dark_red"
  72. else if arg 1 is "2":
  73. command "/scoreboard teams option FIGHT%arg-1% color dark_blue"
  74. else if arg 1 is "3":
  75. command "/scoreboard teams option FIGHT%arg-1% color dark_green"
  76. else if arg 1 is "4":
  77. command "/scoreboard teams option FIGHT%arg-1% color dark_purple"
  78. command "/scoreboard teams join FIGHT%arg-1% %arg-3%"
  79. command "/scoreboard teams join FIGHT%arg-1% %arg-4%"
  80. command "/scoreboard teams join FIGHT%arg-1% %arg-5%"
  81. command "/scoreboard teams join FIGHT%arg-1% %arg-6%"
  82. equip arg-3 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  83. equip arg-3 with 1 iron chestplate of protection 1 named "&bChestplate"
  84. equip arg-3 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  85. equip arg-3 with 1 iron boots of protection 1 named "&bBoots"
  86. give arg-3 1 iron sword of sharpness 2 named "&bSword"
  87. give arg-3 1 bow of power 1 and infinity 1 named "&bBow"
  88. give arg-3 16 steak named "&bFood"
  89. give arg-3 2 golden apples named "&bHealing"
  90. give arg-3 1 arrow named "&bArrow"
  91. equip arg-4 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  92. equip arg-4 with 1 iron chestplate of protection 1 named "&bChestplate"
  93. equip arg-4 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  94. equip arg-4 with 1 iron boots of protection 1 named "&bBoots"
  95. give arg-4 1 iron sword of sharpness 2 named "&bSword"
  96. give arg-4 1 bow of power 1 and infinity 1 named "&bBow"
  97. give arg-4 16 steak named "&bFood"
  98. give arg-4 2 golden apples named "&bHealing"
  99. give arg-4 1 arrow named "&bArrow"
  100. equip arg-5 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  101. equip arg-5 with 1 iron chestplate of protection 1 named "&bChestplate"
  102. equip arg-5 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  103. equip arg-5 with 1 iron boots of protection 1 named "&bBoots"
  104. give arg-5 1 iron sword of sharpness 2 named "&bSword"
  105. give arg-5 1 bow of power 1 and infinity 1 named "&bBow"
  106. give arg-5 16 steak named "&bFood"
  107. give arg-5 2 golden apples named "&bHealing"
  108. give arg-5 1 arrow named "&bArrow"
  109. equip arg-6 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  110. equip arg-6 with 1 iron chestplate of protection 1 named "&bChestplate"
  111. equip arg-6 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  112. equip arg-6 with 1 iron boots of protection 1 named "&bBoots"
  113. give arg-6 1 iron sword of sharpness 2 named "&bSword"
  114. give arg-6 1 bow of power 1 and infinity 1 named "&bBow"
  115. give arg-6 16 steak named "&bFood"
  116. give arg-6 2 golden apples named "&bHealing"
  117. give arg-6 1 arrow named "&bArrow"
  118. command "/ff %arg-3% on"
  119. command "/ff %arg-4% on"
  120. command "/ff %arg-5% on"
  121. command "/ff %arg-6% on"
  122. wait 3 seconds
  123. broadcast "&8&l[&b&lTourney&8&l] - &bFight in Arena %arg-1% has now began - Good luck!"
  124. command "/ff %arg-3% off"
  125. command "/ff %arg-4% off"
  126. command "/ff %arg-5% off"
  127. command "/ff %arg-6% off"
  128. set {fighting::%arg-3%} to true
  129. set {fighting::%arg-4%} to true
  130. set {fighting::%arg-5%} to true
  131. set {fighting::%arg-6%} to true
  132. set {tourneyTeamSize} to arg-2
  133.  
  134.  
  135.  
  136. #FOR TEAMS OF 3
  137. if arg 2 is "3":
  138. broadcast "&8&l[&b&lTourney&8&l] - &6%arg-3%&b, &6%arg-4%&b and &6%arg-5%&8 are now fighting &6%arg-6%&b, &6%arg-7%&b and &6%arg-8%&8 in Arena %arg-1%!"
  139. loop all players:
  140. command "/playsound note.pling %loop-player% ~ ~ ~ 1 1.5 1"
  141. command "/warp a%arg-1%s1 %arg-3%"
  142. command "/warp a%arg-1%s1 %arg-4%"
  143. command "/warp a%arg-1%s1 %arg-5%"
  144. command "/warp a%arg-1%s2 %arg-6%"
  145. command "/warp a%arg-1%s2 %arg-7%"
  146. command "/warp a%arg-1%s2 %arg-8%"
  147. command "/scoreboard teams add FIGHT%arg-1%"
  148. if arg 1 is "1":
  149. command "/scoreboard teams option FIGHT%arg-1% color dark_red"
  150. else if arg 1 is "2":
  151. command "/scoreboard teams option FIGHT%arg-1% color dark_blue"
  152. else if arg 1 is "3":
  153. command "/scoreboard teams option FIGHT%arg-1% color dark_green"
  154. else if arg 1 is "4":
  155. command "/scoreboard teams option FIGHT%arg-1% color dark_purple"
  156. command "/scoreboard teams join FIGHT%arg-1% %arg-3%"
  157. command "/scoreboard teams join FIGHT%arg-1% %arg-4%"
  158. command "/scoreboard teams join FIGHT%arg-1% %arg-5%"
  159. command "/scoreboard teams join FIGHT%arg-1% %arg-6%"
  160. command "/scoreboard teams join FIGHT%arg-1% %arg-7%"
  161. command "/scoreboard teams join FIGHT%arg-1% %arg-8%"
  162. equip arg-3 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  163. equip arg-3 with 1 iron chestplate of protection 1 named "&bChestplate"
  164. equip arg-3 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  165. equip arg-3 with 1 iron boots of protection 1 named "&bBoots"
  166. give arg-3 1 iron sword of sharpness 2 named "&bSword"
  167. give arg-3 1 bow of power 1 and infinity 1 named "&bBow"
  168. give arg-3 16 steak named "&bFood"
  169. give arg-3 2 golden apples named "&bHealing"
  170. give arg-3 1 arrow named "&bArrow"
  171. equip arg-4 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  172. equip arg-4 with 1 iron chestplate of protection 1 named "&bChestplate"
  173. equip arg-4 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  174. equip arg-4 with 1 iron boots of protection 1 named "&bBoots"
  175. give arg-4 1 iron sword of sharpness 2 named "&bSword"
  176. give arg-4 1 bow of power 1 and infinity 1 named "&bBow"
  177. give arg-4 16 steak named "&bFood"
  178. give arg-4 2 golden apples named "&bHealing"
  179. give arg-4 1 arrow named "&bArrow"
  180. equip arg-5 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  181. equip arg-5 with 1 iron chestplate of protection 1 named "&bChestplate"
  182. equip arg-5 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  183. equip arg-5 with 1 iron boots of protection 1 named "&bBoots"
  184. give arg-5 1 iron sword of sharpness 2 named "&bSword"
  185. give arg-5 1 bow of power 1 and infinity 1 named "&bBow"
  186. give arg-5 16 steak named "&bFood"
  187. give arg-5 2 golden apples named "&bHealing"
  188. give arg-5 1 arrow named "&bArrow"
  189. equip arg-6 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  190. equip arg-6 with 1 iron chestplate of protection 1 named "&bChestplate"
  191. equip arg-6 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  192. equip arg-6 with 1 iron boots of protection 1 named "&bBoots"
  193. give arg-6 1 iron sword of sharpness 2 named "&bSword"
  194. give arg-6 1 bow of power 1 and infinity 1 named "&bBow"
  195. give arg-6 16 steak named "&bFood"
  196. give arg-6 2 golden apples named "&bHealing"
  197. give arg-6 1 arrow named "&bArrow"
  198. equip arg-7 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  199. equip arg-7 with 1 iron chestplate of protection 1 named "&bChestplate"
  200. equip arg-7 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  201. equip arg-7 with 1 iron boots of protection 1 named "&bBoots"
  202. give arg-7 1 iron sword of sharpness 2 named "&bSword"
  203. give arg-7 1 bow of power 1 and infinity 1 named "&bBow"
  204. give arg-7 16 steak named "&bFood"
  205. give arg-7 2 golden apples named "&bHealing"
  206. give arg-7 1 arrow named "&bArrow"
  207. equip arg-8 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  208. equip arg-8 with 1 iron chestplate of protection 1 named "&bChestplate"
  209. equip arg-8 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  210. equip arg-8 with 1 iron boots of protection 1 named "&bBoots"
  211. give arg-8 1 iron sword of sharpness 2 named "&bSword"
  212. give arg-8 1 bow of power 1 and infinity 1 named "&bBow"
  213. give arg-8 16 steak named "&bFood"
  214. give arg-8 2 golden apples named "&bHealing"
  215. give arg-8 1 arrow named "&bArrow"
  216. command "/ff %arg-3% on"
  217. command "/ff %arg-4% on"
  218. command "/ff %arg-5% on"
  219. command "/ff %arg-6% on"
  220. command "/ff %arg-7% on"
  221. command "/ff %arg-8%on"
  222. wait 3 seconds
  223. broadcast "&8&l[&b&lTourney&8&l] - &bFight in Arena %arg-1% has now began - Good luck!"
  224. command "/ff %arg-3% off"
  225. command "/ff %arg-4% off"
  226. command "/ff %arg-5% off"
  227. command "/ff %arg-6% off"
  228. command "/ff %arg-7% off"
  229. command "/ff %arg-8% off"
  230. set {fighting::%arg-3%} to true
  231. set {fighting::%arg-4%} to true
  232. set {fighting::%arg-5%} to true
  233. set {fighting::%arg-6%} to true
  234. set {fighting::%arg-7%} to true
  235. set {fighting::%arg-8%} to true
  236. set {tourneyTeamSize} to arg-2
  237.  
  238.  
  239.  
  240.  
  241. #FOR TEAMS OF 4
  242. if arg 2 is "4":
  243. broadcast "&8&l[&b&lTourney&8&l] - &6%arg-3%&b, &6%arg-4%&b, &6%arg-5%&b and &6%arg-6%&b are now fighting &6%arg-7%&b, &6%arg-8%&b, &6%arg-9%&b and &6%arg-10%&8 in Arena %arg-1%!"
  244. loop all players:
  245. command "/playsound note.pling %loop-player% ~ ~ ~ 1 1.5 1"
  246. command "/warp a%arg-1%s1 %arg-3%"
  247. command "/warp a%arg-1%s1 %arg-4%"
  248. command "/warp a%arg-1%s1 %arg-5%"
  249. command "/warp a%arg-1%s1%arg-6%"
  250. command "/warp a%arg-1%s2 %arg-7%"
  251. command "/warp a%arg-1%s2 %arg-8%"
  252. command "/warp a%arg-1%s2 %arg-9%"
  253. command "/warp a%arg-1%s2 %arg-10%"
  254. command "/scoreboard teams add FIGHT%arg-1%"
  255. if arg 1 is "1":
  256. command "/scoreboard teams option FIGHT%arg-1% color dark_red"
  257. else if arg 1 is "2":
  258. command "/scoreboard teams option FIGHT%arg-1% color dark_blue"
  259. else if arg 1 is "3":
  260. command "/scoreboard teams option FIGHT%arg-1% color dark_green"
  261. else if arg 1 is "4":
  262. command "/scoreboard teams option FIGHT%arg-1% color dark_purple"
  263. command "/scoreboard teams join FIGHT%arg-1% %arg-3%"
  264. command "/scoreboard teams join FIGHT%arg-1% %arg-4%"
  265. command "/scoreboard teams join FIGHT%arg-1% %arg-5%"
  266. command "/scoreboard teams join FIGHT%arg-1% %arg-6%"
  267. command "/scoreboard teams join FIGHT%arg-1% %arg-7%"
  268. command "/scoreboard teams join FIGHT%arg-1% %arg-8%"
  269. command "/scoreboard teams join FIGHT%arg-1% %arg-9%"
  270. command "/scoreboard teams join FIGHT%arg-1% %arg-10%"
  271. equip arg-3 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  272. equip arg-3 with 1 iron chestplate of protection 1 named "&bChestplate"
  273. equip arg-3 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  274. equip arg-3 with 1 iron boots of protection 1 named "&bBoots"
  275. give arg-3 1 iron sword of sharpness 2 named "&bSword"
  276. give arg-3 1 bow of power 1 and infinity 1 named "&bBow"
  277. give arg-3 16 steak named "&bFood"
  278. give arg-3 2 golden apples named "&bHealing"
  279. give arg-3 1 arrow named "&bArrow"
  280. equip arg-4 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  281. equip arg-4 with 1 iron chestplate of protection 1 named "&bChestplate"
  282. equip arg-4 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  283. equip arg-4 with 1 iron boots of protection 1 named "&bBoots"
  284. give arg-4 1 iron sword of sharpness 2 named "&bSword"
  285. give arg-4 1 bow of power 1 and infinity 1 named "&bBow"
  286. give arg-4 16 steak named "&bFood"
  287. give arg-4 2 golden apples named "&bHealing"
  288. give arg-4 1 arrow named "&bArrow"
  289. equip arg-5 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  290. equip arg-5 with 1 iron chestplate of protection 1 named "&bChestplate"
  291. equip arg-5 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  292. equip arg-5 with 1 iron boots of protection 1 named "&bBoots"
  293. give arg-5 1 iron sword of sharpness 2 named "&bSword"
  294. give arg-5 1 bow of power 1 and infinity 1 named "&bBow"
  295. give arg-5 16 steak named "&bFood"
  296. give arg-5 2 golden apples named "&bHealing"
  297. give arg-5 1 arrow named "&bArrow"
  298. equip arg-6 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  299. equip arg-6 with 1 iron chestplate of protection 1 named "&bChestplate"
  300. equip arg-6 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  301. equip arg-6 with 1 iron boots of protection 1 named "&bBoots"
  302. give arg-6 1 iron sword of sharpness 2 named "&bSword"
  303. give arg-6 1 bow of power 1 and infinity 1 named "&bBow"
  304. give arg-6 16 steak named "&bFood"
  305. give arg-6 2 golden apples named "&bHealing"
  306. give arg-6 1 arrow named "&bArrow"
  307. equip arg-7 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  308. equip arg-7 with 1 iron chestplate of protection 1 named "&bChestplate"
  309. equip arg-7 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  310. equip arg-7 with 1 iron boots of protection 1 named "&bBoots"
  311. give arg-7 1 iron sword of sharpness 2 named "&bSword"
  312. give arg-7 1 bow of power 1 and infinity 1 named "&bBow"
  313. give arg-7 16 steak named "&bFood"
  314. give arg-7 2 golden apples named "&bHealing"
  315. give arg-7 1 arrow named "&bArrow"
  316. equip arg-8 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  317. equip arg-8 with 1 iron chestplate of protection 1 named "&bChestplate"
  318. equip arg-8 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  319. equip arg-8 with 1 iron boots of protection 1 named "&bBoots"
  320. give arg-8 1 iron sword of sharpness 2 named "&bSword"
  321. give arg-8 1 bow of power 1 and infinity 1 named "&bBow"
  322. give arg-8 16 steak named "&bFood"
  323. give arg-8 2 golden apples named "&bHealing"
  324. give arg-8 1 arrow named "&bArrow"
  325. equip arg-9 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  326. equip arg-9 with 1 iron chestplate of protection 1 named "&bChestplate"
  327. equip arg-9 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  328. equip arg-9 with 1 iron boots of protection 1 named "&bBoots"
  329. give arg-9 1 iron sword of sharpness 2 named "&bSword"
  330. give arg-9 1 bow of power 1 and infinity 1 named "&bBow"
  331. give arg-9 16 steak named "&bFood"
  332. give arg-9 2 golden apples named "&bHealing"
  333. give arg-9 1 arrow named "&bArrow"
  334. equip arg-10 with 1 iron helmet of projectile protection 1 named "&bHelmet"
  335. equip arg-10 with 1 iron chestplate of protection 1 named "&bChestplate"
  336. equip arg-10 with 1 iron leggings of projectile protection 1 named "&bLeggings"
  337. equip arg-10 with 1 iron boots of protection 1 named "&bBoots"
  338. give arg-10 1 iron sword of sharpness 2 named "&bSword"
  339. give arg-10 1 bow of power 1 and infinity 1 named "&bBow"
  340. give arg-10 16 steak named "&bFood"
  341. give arg-10 2 golden apples named "&bHealing"
  342. give arg-10 1 arrow named "&bArrow"
  343. command "/ff %arg-3% on"
  344. command "/ff %arg-4% on"
  345. command "/ff %arg-5% on"
  346. command "/ff %arg-6% on"
  347. command "/ff %arg-7% on"
  348. command "/ff %arg-8% on"
  349. command "/ff %arg-9% on"
  350. command "/ff %arg-10% on"
  351. wait 3 seconds
  352. broadcast "&8&l[&b&lTourney&8&l] - &bFight in Arena %arg-1% has now began - Good luck!"
  353. command "/ff %arg-3% off"
  354. command "/ff %arg-4% off"
  355. command "/ff %arg-5% off"
  356. command "/ff %arg-6% off"
  357. command "/ff %arg-7% off"
  358. command "/ff %arg-8% off"
  359. command "/ff %arg-9% off"
  360. command "/ff %arg-10% off"
  361. set {fighting::arg-3} to true
  362. set {fighting::arg-4} to true
  363. set {fighting::arg-5} to true
  364. set {fighting::arg-6} to true
  365. set {fighting::arg-8} to true
  366. set {fighting::arg-9} to true
  367. set {fighting::arg-10} to true
  368. set {tourneyTeamSize} to arg-2
  369.  
  370.  
  371.  
  372.  
  373. on death of player:
  374. {fighting:%victim%} is true
  375. {fighting:%attacker%} is true
  376. set death message to "&8&l[&b&lTourney&8&l] - &6%attacker%&b killed &6%victim%&b in their fight!"
  377. delete {fighting:%victim%}
  378. delete {fighting:%attacker%}
  379.  
  380.  
  381.  
  382. command /tourneyclear:
  383. trigger:
  384. loop all players:
  385. command "/warp spawn %loop-player%"
  386. command "/playsound note.pling %loop-player% ~ ~ ~ 1 1.5 1"
  387. broadcast "&8&l[&b&lTourney&8&l] - &bTourney has been reset!"
  388. command "/scoreboard teams remove FIGHT1"
  389. command "/scoreboard teams remove FIGHT2"
  390. command "/scoreboard teams remove FIGHT3"
  391. command "/scoreboard teams remove FIGHT4"
  392. delete {fighting::*}
  393. delete {tourneyTeamSize}
  394. command "/heal -a"
  395. command "/feed -a"
  396. command "/ci -a"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement