Advertisement
Guest User

Murder

a guest
Jan 28th, 2020
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Command #1 - /scoreboard objectives add dead deathCount
  2.  
  3. Command #2 - /execute @a[score_dead_min=1] ~ ~ ~ /summon armor_stand ~ ~ ~ {Tags:["Bow"],NoGravity:1b,ShowArms:1,Marker:1b,Invisible:1,Invulnerable:1,HandItems:[{id:"minecraft:bow",Count:1b},{}],Pose:{Body:[0f,0f,0f],LeftArm:[0f,0f,0f],RightArm:[100f,0f,10f],LeftLeg:[0f,0f,0f],RightLeg:[0f,0f,0f],Head:[0f,0f,0f]}}
  4.  
  5. Command #3 - /scoreboard players set @a dead 0
  6.  
  7. Command #4 - /clear @a minecraft:bow
  8.  
  9. Command #5 - /clear @a minecraft:arrow
  10.  
  11. Command #6 - /execute @e[tag=Bow] ~ ~ ~ /testfor @a[r=1]
  12.  
  13. Command #7 - /execute @e[tag=Bow] ~ ~ ~ /give @a[r=1] minecraft:bow
  14.  
  15. Command #8 - /execute @e[tag=Bow] ~ ~ ~ /give @a[r=1] minecraft:arrow
  16.  
  17. Command #9 - /playsound minecraft:entity.experience_orb.pickup master @a ~ ~ ~
  18.  
  19. Command #10 - /kill @e[tag=Bow]
  20.  
  21. Command #11 - /tp @e[tag=Bow] ~ ~ ~ ~3 ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement