Advertisement
theelicht

Untitled

Jul 16th, 2019
1,217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.16 KB | None | 0 0
  1. scoreboard players set @e[type=minecraft:armor_stand,name="HANDLER"] 4Teams 0
  2.  
  3. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run kill @e[type=armor_stand,name="Team Yellow"]
  4. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run summon minecraft:armor_stand 2 4 24 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Yellow (Locked)\"}",CustomNameVisible:1b}
  5. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run setblock 2 4 24 minecraft:yellow_stained_glass replace
  6. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run setblock 2 5 24 minecraft:yellow_stained_glass replace
  7.  
  8. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run kill @e[type=armor_stand,name="Team Green"]
  9. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run summon minecraft:armor_stand 14 4 -8 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Green (Locked)\"}",CustomNameVisible:1b}
  10. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run setblock 14 4 -8 minecraft:lime_stained_glass replace
  11. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedBlue matches 1 run setblock 14 5 -8 minecraft:lime_stained_glass replace
  12.  
  13. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run kill @e[type=armor_stand,name="Team Red"]
  14. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run summon minecraft:armor_stand 14 4 24 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Red (Locked)\"}",CustomNameVisible:1b}
  15. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run setblock 14 4 24 minecraft:red_stained_glass replace
  16. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run setblock 14 5 24 minecraft:red_stained_glass replace
  17.  
  18. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run kill @e[type=armor_stand,name="Team Blue"]
  19. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run summon minecraft:armor_stand 2 4 -8 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Blue (Locked)\"}",CustomNameVisible:1b}
  20. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run setblock 2 4 -8 minecraft:blue_stained_glass replace
  21. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] YellowGreen matches 1 run setblock 2 5 -8 minecraft:blue_stained_glass replace
  22.  
  23. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run kill @e[type=armor_stand,name="Team Yellow"]
  24. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run summon minecraft:armor_stand 2 4 24 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Yellow (Locked)\"}",CustomNameVisible:1b}
  25. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run setblock 2 4 24 minecraft:yellow_stained_glass replace
  26. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run setblock 2 5 24 minecraft:yellow_stained_glass replace
  27.  
  28. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run kill @e[type=armor_stand,name="Team Blue"]
  29. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run summon minecraft:armor_stand 2 4 -8 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Blue (Locked)\"}",CustomNameVisible:1b}
  30. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run setblock 2 4 -8 minecraft:blue_stained_glass replace
  31. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedGreen matches 1 run setblock 2 5 -8 minecraft:blue_stained_glass replace
  32.  
  33. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run kill @e[type=armor_stand,name="Team Green"]
  34. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run summon minecraft:armor_stand 14 4 -8 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Green (Locked)\"}",CustomNameVisible:1b}
  35. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run setblock 14 4 -8 minecraft:lime_stained_glass replace
  36. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run setblock 14 5 -8 minecraft:lime_stained_glass replace
  37.  
  38. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run kill @e[type=armor_stand,name="Team Blue"]
  39. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run summon minecraft:armor_stand 2 4 -8 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Blue (Locked)\"}",CustomNameVisible:1b}
  40. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run setblock 2 4 -8 minecraft:blue_stained_glass replace
  41. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] RedYellow matches 1 run setblock 2 5 -8 minecraft:blue_stained_glass replace
  42.  
  43. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run kill @e[type=armor_stand,name="Team Yellow"]
  44. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run summon minecraft:armor_stand 2 4 24 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Yellow (Locked)\"}",CustomNameVisible:1b}
  45. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run setblock 2 4 24 minecraft:yellow_stained_glass replace
  46. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run setblock 2 5 24 minecraft:yellow_stained_glass replace
  47.  
  48. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run kill @e[type=armor_stand,name="Team Red"]
  49. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run summon minecraft:armor_stand 14 4 24 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Red (Locked)\"}",CustomNameVisible:1b}
  50. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run setblock 14 4 24 minecraft:red_stained_glass replace
  51. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueGreen matches 1 run setblock 14 5 24 minecraft:red_stained_glass replace
  52.  
  53. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run kill @e[type=armor_stand,name="Team Green"]
  54. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run summon minecraft:armor_stand 14 4 -8 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Green (Locked)\"}",CustomNameVisible:1b}
  55. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run setblock 14 4 -8 minecraft:lime_stained_glass replace
  56. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run setblock 14 5 -8 minecraft:lime_stained_glass replace
  57.  
  58. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run kill @e[type=armor_stand,name="Team Red"]
  59. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run summon minecraft:armor_stand 14 4 24 {Invulnerable:1b,Invisible:1b,CustomName:"{\"text\":\"Team Red (Locked)\"}",CustomNameVisible:1b}
  60. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run setblock 14 4 24 minecraft:red_stained_glass replace
  61. execute if score @e[name="HANDLER",type=minecraft:armor_stand,limit=1] BlueYellow matches 1 run setblock 14 5 24 minecraft:red_stained_glass replace
  62.  
  63. setblock -13 7 9 minecraft:light_gray_stained_glass replace
  64. setblock -13 7 8 minecraft:light_blue_stained_glass replace
  65. setblock -12 7 8 minecraft:stone_button[facing=east,powered=false] replace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement