Advertisement
Steph-Redkill

Sélection de Team 1.10.

Aug 28th, 2016
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Sélection de Team 1.10.
  2.  
  3. Dans l'ordre :
  4.  
  5. /summon ArmorStand ~ ~ ~ {CustomName:"Bleu",Tags:["Team"]}
  6.  
  7. /summon ArmorStand ~ ~ ~ {CustomName:"Rouge",Tags:["Team"]}
  8.  
  9. /scoreboard teams add Bleu
  10.  
  11. /scoreboard teams add Rouge
  12.  
  13. /scoreboard teams option Bleu color blue
  14.  
  15. /scoreboard teams option Rouge color red
  16.  
  17. Clock :
  18.  
  19. Rouge :
  20.  
  21. execute @e[type=ArmorStand,name=Rouge,tag=Team] ~ ~ ~ scoreboard teams leave @a[r=1,team=!Rouge]
  22.  
  23. execute @e[type=ArmorStand,name=Rouge,tag=Team] ~ ~ ~ execute @p[r=1,team=!Rouge] ~ ~ ~ execute @e[type=ArmorStand,name=Rouge] ~ ~ ~ tellraw @a [{"selector":"@a[r=1,team=!Rouge]"},{"text":" a rejoint l'équipe rouge !","color":"red"}]
  24.  
  25. execute @e[type=ArmorStand,name=Rouge] ~ ~ ~ scoreboard teams join Rouge @a[r=1]
  26.  
  27. Bleu :
  28.  
  29. execute @e[type=ArmorStand,name=Bleu,tag=Team] ~ ~ ~ scoreboard teams leave @a[r=2,team=!Bleu]
  30.  
  31. execute @e[type=ArmorStand,name=Bleu,tag=Team] ~ ~ ~ execute @p[r=2,team=!Bleu] ~ ~ ~ execute @e[type=ArmorStand,name=Bleu] ~ ~ ~ tellraw @a [{"selector":"@a[r=2,team=!Bleu]"},{"text":" a rejoint l'équipe bleu !","color":"blue"}]
  32.  
  33. execute @e[type=ArmorStand,name=Bleu] ~ ~ ~ scoreboard teams join Bleu @a[r=2]
  34.  
  35. Option particule
  36.  
  37. /execute @e[type=ArmorStand,tag=Team,name=Bleu] ~ ~ ~ /particle iconcrack ~ ~ ~ 0.1 1 0.1 0.1 1 force @a 35 3
  38.  
  39. /execute @e[type=ArmorStand,tag=Team,name=Rouge] ~ ~ ~ /particle iconcrack ~ ~ ~ 0.1 1 0.1 0.1 1 force @a 35 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement