Advertisement
emil20013

bin 2

May 3rd, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. INIT:scoreboard objectives add mck_I dummy
  2. scoreboard players set @e[type=Item] mck_I 1 {Item:{id:"minecraft:paper"}}
  3. scoreboard players set @e[type=Item] mck_I 2 {Item:{id:"minecraft:iron_block"}}
  4. execute @e[score_mck_I_min=1,score_mck_I=1] ~ ~ ~ execute @e[r=1,score_mck_I_min=2,score_mck_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:spawn_egg,Damage:94,Count:1,tag:{display:{Name:bin}}}}
  5. execute @e[score_mck_I_min=1,score_mck_I=1] ~ ~ ~ execute @e[r=1,score_mck_I_min=2,score_mck_I=2] ~ ~ ~ kill @e[type=Item,r=3,score_mck_I_min=1,score_mck_I=2]
  6. /execute @e[name=bin] ~ ~ ~ /summon ArmorStand ~ ~1 ~ {CustomName:"binn",CustomNameVisible:1,ShowArms:1,Invisible:1,Equipment:[{id:lever,Count:1},{},{},{},{id:redstone_block,Count:1}],Pose:{Body:[0f,0f,0f],LeftArm:[0f,0f,0f],RightArm:[-50f,0f,0f],LeftLeg:[0f,0f,0f],RightLeg:[0f,0f,0f],Head:[-100f,0f,0f]}}
  7. /execute @e[name=bin] ~ ~ ~ /execute @e[name=bin] ~ ~ ~ /summon ArmorStand ~ ~-1 ~ {CustomName:"binn",CustomNameVisible:1,Equipment:[{id:lever,Count:1},{},{},{},{id:coal_block,Count:1}],Pose:{Body:[0f,0f,0f],LeftArm:[0f,0f,0f],RightArm:[-50f,0f,0f],LeftLeg:[0f,0f,0f],RightLeg:[0f,0f,0f],Head:[-50f,0f,0f]}}
  8. /execute @e[name=binn] ~ ~ ~ /kill @e[type=Item,r=0]
  9. /kill @e[name=bin]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement