Advertisement
Maparoleamoi

Snapshot 14w07a

Feb 16th, 2014
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Commande block + NBT Tags
  2. /give @p minecraft:command_block 1 0 {BlockEntityTag:{Command:"/setblock ~ ~ ~ minecraft:redstone_lamp"}}
  3.  
  4. Testfor Sud-Est ( Axe Y )
  5. /say @p[rym=-90,ry=0] ,tu regarde vers le Sud-Est
  6.  
  7. Testfor Nord-Ouest ( Axe Y )
  8. /say @p[rym=90,ry=180] ,tu regarde vers le Nord-Ouest
  9.  
  10. Testfor Axe X
  11. /say @p[rxm=60,rx=90] ,tu regarde en bas
  12.  
  13. ##SCOREBOARDS##
  14.  
  15. Création team BLEU
  16. /scoreboard teams add BLEU
  17.  
  18. Couleur bleu pour la team BLEU
  19. /scoreboard teams option BLEU color blue
  20.  
  21. Rejoindre la team BLEU
  22. /scoreboard teams join BLEU @p
  23.  
  24. Sortire d'une team
  25. /scoreboard teams leave @p
  26.  
  27. Options du nameTag
  28. /scoreboard teams option BLEU nametagVisibility [never/hideForOtherTeams/hideForOwnTeam/always]
  29.  
  30. Doubler les points
  31. /scoreboard players operation maparoleamoi points += maparoleamoi points
  32.  
  33. Test des points de 2 à 5
  34. /scoreboard players test maparoleamoi points 2 5
  35.  
  36. Tellraw /!\ Changer le [objectif] et le [joueur] par le nom de votre objectif et votre nom /!\
  37. /tellraw @p {text:"Tu as ",extra:[{score:{name:"[joueur]",objective:"[objectif]"}},{text:" points"}]}
  38.  
  39. Ajouter des points à un joueur non visible
  40. /scoreboard players add #invisible points 2
  41.  
  42. TestForBlocks
  43. /testforblocks ~3 ~-1 ~ ~6 ~3 ~3 ~3 ~-1 ~6
  44.  
  45. Testfor Inventaire
  46. /testfor @p {Inventory:[{Slot:103b,id:minecraft:diamond_helmet,tag:{display:{Name:"Modifié"}}}]}
  47.  
  48. Commande /execute
  49. /execute @e[type=Chicken,r=50] ~ ~6 ~ setblock ~ ~ ~ minecraft:stained_glass 11 replace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement