Advertisement
Oromis

Untitled

Jun 7th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Pré-requis : Objectif test
  2.  
  3. Activation :
  4. - execute @e[c=1,type=armor_stand] ~ ~ ~ function test:enigme
  5.  
  6. Dans le fichier %map%/data/functions/test/enigme.mcfunction :
  7.  
  8. execute @e[type=armor_stand] ~ ~ ~ scoreboard players set @e[r=0] test 0
  9. execute @e[type=armor_stand] ~ ~ ~ scoreboard players add @e[r=0] test 1
  10. kill @r[type=armor_stand,score_test_min=2,c=1]
  11. execute @e[score_test_min=2] ~ ~ ~ function test:enigme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement