Advertisement
dragnoz

1.9 Tag command

Aug 6th, 2015
1,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ./summon Chicken 2 ~ {Tags:["summoned","spy"]}
  2. ./scoreboard players tag @e[type=Chicken,tag=!summoned] add naturalSpawned
  3. /summon ArmorStand ~ {Tags:[0:"hello"]}
  4. /testfor @e[tag=spy,tag=summoned]
  5.  
  6.  
  7. /give @p minecraft:spawn_egg 1 50 {EntityTag:{Fuse:0}}
  8. /give @p spawn_egg 1 50 {EntityTag:{Tags:["Tag1","Tag2]}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement