Advertisement
SirStickyNote

Flower Crowns In One Command {Raw}

Mar 27th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. FloorCrafting: vine 0 {} red_flower 8 {} RES:red_flower 8 {display:{Name:"Flower Crown",Lore:["Makes you wear a flower crown"]},ench:[]}
  2. /scoreboard objectives add FlowerCrown dummy
  3. /scoreboard objectives add FlowerHave dummy
  4. /scoreboard players set @a FlowerHave 2 {Inventory:[{id:"minecraft:red_flower",tag:{display:{Name:"Flower Crown",Lore:["Makes you wear a flower crown"]}}}]}
  5. /scoreboard players add @a[score_FlowerHave_min=1] FlowerCrown 1
  6. /scoreboard players remove @a[score_FlowerHave_min=1] FlowerHave 1
  7. /execute @e[score_FlowerCrown_min=1,score_FlowerCrown=1] ~ ~ ~ /summon ArmorStand ~ ~ ~ {HandItems:[0:{id:"minecraft:red_flower",Count:1b,Damage:8s},1:{}],Marker:1,Invisible:1,CustomName:"FlowerStand1",NoGravity:1,Pose:{RightArm:[0:-90.0f,1:50.0f,2:90.0f],LeftLeg:[0:0.0f,1:0.0f,2:0.0f],Head:[0:0.0f,1:0.0f,2:0.0f],LeftArm:[0:0.0f,1:0.0f,2:0.0f],RightLeg:[0:0.0f,1:0.0f,2:0.0f]}}
  8. /execute @e[score_FlowerCrown_min=1,score_FlowerCrown=1] ~ ~ ~ /summon ArmorStand ~ ~ ~ {HandItems:[0:{id:"minecraft:red_flower",Count:1b,Damage:8s},1:{}],Marker:1,Invisible:1,CustomName:"FlowerStand2",NoGravity:1,Pose:{RightArm:[0:-90.0f,1:50.0f,2:90.0f],LeftLeg:[0:0.0f,1:0.0f,2:0.0f],Head:[0:0.0f,1:0.0f,2:0.0f],LeftArm:[0:0.0f,1:0.0f,2:0.0f],RightLeg:[0:0.0f,1:0.0f,2:0.0f]},Rotation:[60f]}
  9. /execute @e[score_FlowerCrown_min=1,score_FlowerCrown=1] ~ ~ ~ /summon ArmorStand ~ ~ ~ {HandItems:[0:{id:"minecraft:red_flower",Count:1b,Damage:8s},1:{}],Marker:1,Invisible:1,CustomName:"FlowerStand3",NoGravity:1,Pose:{RightArm:[0:-90.0f,1:50.0f,2:90.0f],LeftLeg:[0:0.0f,1:0.0f,2:0.0f],Head:[0:0.0f,1:0.0f,2:0.0f],LeftArm:[0:0.0f,1:0.0f,2:0.0f],RightLeg:[0:0.0f,1:0.0f,2:0.0f]},Rotation:[120f]}
  10. /execute @e[score_FlowerCrown_min=1,score_FlowerCrown=1] ~ ~ ~ /summon ArmorStand ~ ~ ~ {HandItems:[0:{id:"minecraft:red_flower",Count:1b,Damage:8s},1:{}],Marker:1,Invisible:1,CustomName:"FlowerStand4",NoGravity:1,Pose:{RightArm:[0:-90.0f,1:50.0f,2:90.0f],LeftLeg:[0:0.0f,1:0.0f,2:0.0f],Head:[0:0.0f,1:0.0f,2:0.0f],LeftArm:[0:0.0f,1:0.0f,2:0.0f],RightLeg:[0:0.0f,1:0.0f,2:0.0f]},Rotation:[180f]}
  11. /execute @e[score_FlowerCrown_min=1,score_FlowerCrown=1] ~ ~ ~ /summon ArmorStand ~ ~ ~ {HandItems:[0:{id:"minecraft:red_flower",Count:1b,Damage:8s},1:{}],Marker:1,Invisible:1,CustomName:"FlowerStand5",NoGravity:1,Pose:{RightArm:[0:-90.0f,1:50.0f,2:90.0f],LeftLeg:[0:0.0f,1:0.0f,2:0.0f],Head:[0:0.0f,1:0.0f,2:0.0f],LeftArm:[0:0.0f,1:0.0f,2:0.0f],RightLeg:[0:0.0f,1:0.0f,2:0.0f]},Rotation:[240f]}
  12. /execute @e[score_FlowerCrown_min=1,score_FlowerCrown=1] ~ ~ ~ /summon ArmorStand ~ ~ ~ {HandItems:[0:{id:"minecraft:red_flower",Count:1b,Damage:8s},1:{}],Marker:1,Invisible:1,CustomName:"FlowerStand6",NoGravity:1,Pose:{RightArm:[0:-90.0f,1:50.0f,2:90.0f],LeftLeg:[0:0.0f,1:0.0f,2:0.0f],Head:[0:0.0f,1:0.0f,2:0.0f],LeftArm:[0:0.0f,1:0.0f,2:0.0f],RightLeg:[0:0.0f,1:0.0f,2:0.0f]},Rotation:[300f]}
  13. /tp @e[name=FlowerStand1] @p[score_FlowerCrown_min=1]
  14. /tp @e[name=FlowerStand1] ~ ~ ~ 0 ~
  15. /tp @e[name=FlowerStand2] @p[score_FlowerCrown_min=1]
  16. /tp @e[name=FlowerStand2] ~ ~ ~ 60 ~
  17. /tp @e[name=FlowerStand3] @p[score_FlowerCrown_min=1]
  18. /tp @e[name=FlowerStand3] ~ ~ ~ 120 ~
  19. /tp @e[name=FlowerStand4] @p[score_FlowerCrown_min=1]
  20. /tp @e[name=FlowerStand4] ~ ~ ~ 180 ~
  21. /tp @e[name=FlowerStand5] @p[score_FlowerCrown_min=1]
  22. /tp @e[name=FlowerStand5] ~ ~ ~ 240 ~
  23. /tp @e[name=FlowerStand6] @p[score_FlowerCrown_min=1]
  24. /tp @e[name=FlowerStand6] ~ ~ ~ 300 ~
  25. /scoreboard players set @e[score_FlowerHave_min=0,score_FlowerHave=0] FlowerCrown 0
  26. /execute @e[score_FlowerCrown_min=0,score_FlowerCrown=0] ~ ~ ~ /kill @e[name=FlowerStand1]
  27. /execute @e[score_FlowerCrown_min=0,score_FlowerCrown=0] ~ ~ ~ /kill @e[name=FlowerStand2]
  28. /execute @e[score_FlowerCrown_min=0,score_FlowerCrown=0] ~ ~ ~ /kill @e[name=FlowerStand3]
  29. /execute @e[score_FlowerCrown_min=0,score_FlowerCrown=0] ~ ~ ~ /kill @e[name=FlowerStand4]
  30. /execute @e[score_FlowerCrown_min=0,score_FlowerCrown=0] ~ ~ ~ /kill @e[name=FlowerStand5]
  31. /execute @e[score_FlowerCrown_min=0,score_FlowerCrown=0] ~ ~ ~ /kill @e[name=FlowerStand6]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement