Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Pré-requis : Objectif test
- Activation :
- - execute @e[c=1,type=armor_stand] ~ ~ ~ function test:enigme
- Dans le fichier %map%/data/functions/test/enigme.mcfunction :
- execute @e[type=armor_stand] ~ ~ ~ scoreboard players set @e[r=0] test 0
- execute @e[type=armor_stand] ~ ~ ~ scoreboard players add @e[r=0] test 1
- kill @r[type=armor_stand,score_test_min=2,c=1]
- execute @e[score_test_min=2] ~ ~ ~ function test:enigme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement