Advertisement
emil20013

normal command pet

May 3rd, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. INIT:/summon ArmorStand ~-3 ~ ~ {CustomName:"pet",CustomNameVisible:1,ShowArms:1,Small:1}
  2. INIT:scoreboard objectives add mcg_I dummy
  3. scoreboard players set @e[type=Item] mcg_I 1 {Item:{id:"minecraft:armor_stand"}}
  4. scoreboard players set @e[type=Item] mcg_I 2 {Item:{id:"minecraft:diamond_block"}}
  5. execute @e[score_mcg_I_min=1,score_mcg_I=1] ~ ~ ~ execute @e[r=1,score_mcg_I_min=2,score_mcg_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:skull,Damage:3,Count:1,tag:{SkullOwner:MHF_Blaze}}}
  6. execute @e[score_mcg_I_min=1,score_mcg_I=1] ~ ~ ~ execute @e[r=1,score_mcg_I_min=2,score_mcg_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:spawn_egg,Damage:95,Count:1,tag:{display:{Name:1}}}}
  7. execute @e[score_mcg_I_min=1,score_mcg_I=1] ~ ~ ~ execute @e[r=1,score_mcg_I_min=2,score_mcg_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:written_book,Count:1,tag:{display:{Name:1},title:"instrucktion",author:"",generation:0,pages:["{text:\"1.put down the egg 2.tame your pet\",color:dark_blue,bold:true,underlined:true,extra:[{text:\"3.give him some make up\",color:dark_blue,bold:true,underlined:true}]}"]}}}
  8. execute @e[score_mcg_I_min=1,score_mcg_I=1] ~ ~ ~ execute @e[r=1,score_mcg_I_min=2,score_mcg_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:skull,Damage:3,Count:1,tag:{display:{Name:1},SkullOwner:MHF_Enderman}}}
  9. execute @e[score_mcg_I_min=1,score_mcg_I=1] ~ ~ ~ execute @e[r=1,score_mcg_I_min=2,score_mcg_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:skull,Damage:3,Count:1,tag:{display:{Name:1},SkullOwner:MHF_Squid}}}
  10. execute @e[score_mcg_I_min=1,score_mcg_I=1] ~ ~ ~ execute @e[r=1,score_mcg_I_min=2,score_mcg_I=2] ~ ~ ~ kill @e[type=Item,r=3,score_mcg_I_min=1,score_mcg_I=2]
  11. execute @e[name=pet] ~ ~ ~ /effect @e[type=Wolf,r=0] 14 1 255 true
  12. execute @e[name=pet] ~ ~ ~ /tp @e[name=pet] @e[type=Wolf]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement