Advertisement
SirStickyNote

Punching Bag Dummies Command (Raw)

May 6th, 2017
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.70 KB | None | 0 0
  1. INIT:/scoreboard objectives add BossZDeath dummy
  2. INIT:/scoreboard objectives add BossCringe dummy
  3. INIT:/scoreboard objectives add BossSplat dummy
  4. INIT:/scoreboard objectives add BossBurn dummy
  5. INIT:/scoreboard objectives add BossBlown dummy
  6. INIT:/scoreboard objectives add BossDrown dummy
  7. /execute @e[tag=BossSpawn] ~ ~ ~ /summon zombie ~ ~ ~ {Tags:["BossZombie"],IsVillager:0,IsBaby:0,Attributes:[{Name:generic.maxHealth,Base:50},{Name:generic.knockbackResistance,Base:1},{Name:generic.armor,Base:30}],Health:50.0f,PersistenceRequired:1,NoAI:1,Silent:1,ActiveEffects:[{Id:11,Amplifier:20,Duration:200000000,ShowParticles:0b},{Id:14,Amplifier:0,Duration:20000000,ShowParticles:0b}]}
  8. execute @a[ry=45,rym=-45] ~ ~ ~ /execute @e[r=6,c=1,tag=BossSpawn] ~ ~ ~ /summon armor_stand ~ ~ ~ {CustomName:"Boss",Tags:["BossStand"],NoGravity:1b,ShowArms:1,Invulnerable:1,NoBasePlate:1,PersistenceRequired:1,ArmorItems:[{id:leather_boots,Count:1b,tag:{display:{color:0}}},{id:leather_leggings,Count:1b,tag:{display:{color:2039588}}},{id:leather_chestplate,Count:1b,tag:{display:{color:3684418}}},{}],DisabledSlots:986895,Rotation:[180.0f,0.0f],Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  9. execute @a[ry=-44,rym=-135] ~ ~ ~ /execute @e[r=6,c=1,tag=BossSpawn] ~ ~ ~ /summon armor_stand ~ ~ ~ {CustomName:"Boss",Tags:["BossStand"],NoGravity:1b,ShowArms:1,Invulnerable:1,NoBasePlate:1,PersistenceRequired:1,ArmorItems:[{id:leather_boots,Count:1b,tag:{display:{color:0}}},{id:leather_leggings,Count:1b,tag:{display:{color:2039588}}},{id:leather_chestplate,Count:1b,tag:{display:{color:3684418}}},{}],DisabledSlots:986895,Rotation:[90.0f,0.0f],Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  10. execute @a[ry=-136,rym=135] ~ ~ ~ /execute @e[r=6,c=1,tag=BossSpawn] ~ ~ ~ /summon armor_stand ~ ~ ~ {CustomName:"Boss",Tags:["BossStand"],NoGravity:1b,ShowArms:1,Invulnerable:1,NoBasePlate:1,PersistenceRequired:1,ArmorItems:[{id:leather_boots,Count:1b,tag:{display:{color:0}}},{id:leather_leggings,Count:1b,tag:{display:{color:2039588}}},{id:leather_chestplate,Count:1b,tag:{display:{color:3684418}}},{}],DisabledSlots:986895,Rotation:[0.0f,0.0f],Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  11. execute @a[ry=135,rym=46] ~ ~ ~ /execute @e[r=6,c=1,tag=BossSpawn] ~ ~ ~ /summon armor_stand ~ ~ ~ {CustomName:"Boss",Tags:["BossStand"],NoGravity:1b,ShowArms:1,Invulnerable:1,NoBasePlate:1,PersistenceRequired:1,ArmorItems:[{id:leather_boots,Count:1b,tag:{display:{color:0}}},{id:leather_leggings,Count:1b,tag:{display:{color:2039588}}},{id:leather_chestplate,Count:1b,tag:{display:{color:3684418}}},{}],DisabledSlots:986895,Rotation:[-90.0f,0.0f],Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  12. execute @e[tag=BossSpawn] ~ ~ ~ /particle crit ~ ~ ~ 1 2 1 0.1 100 force @a
  13. execute @e[tag=BossSpawn] ~ ~ ~ /playsound minecraft:entity.player.levelup master @a[r=6] ~ ~ ~ 1 1.2 1
  14. tp @e[tag=BossSpawn] ~ -200 ~
  15. kill @e[tag=BossSpawn]
  16. /scoreboard players add @e[tag=BossZombie] BossZDeath 1
  17. execute @e[tag=BossStand] ~ ~ ~ scoreboard players set @e[tag=BossZombie,r=1,c=1] BossZDeath 0
  18. tp @e[tag=BossZombie,score_BossZDeath_min=10] ~ -200 ~
  19. entitydata @e[tag=BossZombie] {Fire:0s,Health:50.0f}
  20. kill @e[tag=BossZombie,score_BossZDeath_min=10]
  21. execute @e[tag=BossStand,score_BossBlown=0] ~ ~ ~ detect ~ ~-1 ~ air 0 /particle crit ~ ~ ~ 0.5 2 0.5 0.1 100 force @a
  22. execute @e[tag=BossStand,score_BossBlown=0] ~ ~ ~ detect ~ ~-1 ~ air 0 kill @e[tag=BossStand,r=0]
  23. /scoreboard players tag @e[tag=BossZHit] remove BossZHit
  24. /scoreboard players tag @e[tag=BossZombie] add BossZHit {HurtTime:10s}
  25. execute @e[tag=BossZHit] ~ ~ ~ /particle damageIndicator ~ ~2 ~ 0 0 0 0.1 1 force @a
  26. execute @e[tag=BossZHit] ~ ~ ~ scoreboard players set @e[tag=BossStand,r=0] BossCringe 5
  27. /entitydata @e[tag=BossStand,score_BossCringe_min=5] {Pose:{Head:[-10f,0f,0f],Body:[10f,0f,0f],RightArm:[-10f,0f,25f],LeftArm:[-40f,-5f,-15f],RightLeg:[5f,0f,0f],LeftLeg:[-25f,0f,0f]}}
  28. /entitydata @e[tag=BossStand,score_BossCringe_min=1,score_BossCringe=1] {Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  29. /scoreboard players remove @e[tag=BossStand,score_BossCringe_min=1] BossCringe 1
  30. /scoreboard players tag @e[tag=BossZSplat] remove BossZSplat
  31. execute @e[type=falling_block,tag=AnvilFall] ~ ~ ~ scoreboard players tag @e[tag=BossZombie,dy=0,c=1] add BossZSplat
  32. execute @e[tag=BossZSplat] ~ ~ ~ /particle damageIndicator ~ ~1.5 ~ 0 0 0 0.1 1 force @a
  33. execute @e[tag=BossZSplat] ~ ~ ~ scoreboard players set @e[tag=BossStand,r=0] BossSplat 10
  34. /entitydata @e[tag=BossStand,score_BossSplat_min=10] {Pose:{Head:[-90f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,125f],LeftArm:[-10f,0f,-100f],RightLeg:[-95f,0f,2f],LeftLeg:[95f,0f,-2f]}}
  35. /entitydata @e[tag=BossStand,score_BossSplat_min=1,score_BossSplat=1] {Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  36. /scoreboard players remove @e[tag=BossStand,score_BossSplat_min=1] BossSplat 1
  37. execute @e[tag=BossZSplat] ~ ~ ~ kill @e[type=falling_block,tag=AnvilFall,dy=0,c=1]
  38. /tp @e[tag=BossStand,score_BossSplat_min=1,score_BossSplat=1] ~ ~0.8 ~
  39. /tp @e[tag=BossStand,score_BossSplat_min=9,score_BossSplat_min=9] ~ ~-0.8 ~
  40. execute @e[tag=BossStand,score_BossSplat_min=1,score_BossSplat=1] ~ ~ ~ summon item ~ ~1 ~ {Item:{id:"minecraft:anvil",Count:1b,Damage:0s},Motion:[0.0,0.5,0.0]}
  41. /scoreboard players tag @e[type=falling_block] add AnvilFall {Block:"minecraft:anvil"}
  42. /execute @e[tag=BossStand,score_BossSplat_min=8] ~ ~ ~ /playsound minecraft:block.anvil.land master @a[r=20] ~ ~ ~ 0.7 0.15 1
  43. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~ ~ lava 0 scoreboard players add @e[tag=BossStand,r=1,c=1] BossBurn 1
  44. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~ ~ flowing_lava 0 scoreboard players add @e[tag=BossStand,r=1,c=1] BossBurn 1
  45. execute @e[score_BossBurn_min=1] ~ ~ ~ /particle damageIndicator ~ ~1.5 ~ 0 0 0 0.1 1 force @a
  46. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~ ~ fire 0 scoreboard players add @e[tag=BossStand,r=1,c=1] BossBurn 1
  47. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~ ~ fire 1 scoreboard players add @e[tag=BossStand,r=1,c=1] BossBurn 1
  48. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~ ~ fire 2 scoreboard players add @e[tag=BossStand,r=1,c=1] BossBurn 1
  49. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~ ~ fire 3 scoreboard players set @e[tag=BossStand,r=1,c=1] BossBurn 9
  50. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~ ~ fire 3 setblock ~ ~ ~ air 0 replace fire
  51. execute @e[score_BossBurn_min=2] ~ ~ ~ /playsound minecraft:entity.blaze.burn master @a[r=10] ~ ~ ~ 2 0.7 1
  52. /scoreboard players set @e[score_BossBurn_min=10,tag=BossStand] BossBurn 0
  53. execute @e[score_BossBurn_min=1] ~ ~ ~ detect ~ ~ ~ air 0 entitydata @e[score_BossBurn_min=1,r=0,c=1] {Fire:0s}
  54. execute @e[score_BossBurn_min=1] ~ ~ ~ detect ~ ~ ~ air 0 scoreboard players add @e[score_BossBurn_min=1,r=0,c=1] BossBurn 1
  55. /entitydata @e[tag=BossStand,score_BossBurn_min=1,score_BossBurn=1] {Pose:{Head:[-35f,0f,0f],Body:[10f,0f,0f],RightArm:[-170f,0f,-15f],LeftArm:[-145f,0f,20f],RightLeg:[25f,0f,0f],LeftLeg:[20f,0f,0f]}}
  56. /entitydata @e[tag=BossStand,score_BossBurn_min=5,score_BossBurn=5] {Pose:{Head:[-50f,0f,0f],RightArm:[-135f,0f,-35f],LeftArm:[-120f,0f,30f],RightLeg:[5f,0f,0f],LeftLeg:[15f,0f,0f]}}
  57. /scoreboard players tag @e[tag=BossZBlown] remove BossZBlown
  58. execute @e[type=tnt] ~ ~ ~ scoreboard players tag @e[tag=BossZombie,r=4] add BossZBlown
  59. execute @e[tag=BossZBlown] ~ ~ ~ scoreboard players set @e[tag=BossStand,r=1,c=1,score_BossBlown=0] BossBlown 1
  60. /scoreboard players add @e[tag=BossStand] BossBlown 0
  61. /scoreboard players add @e[tag=BossStand,score_BossBlown_min=1] BossBlown 1
  62. /scoreboard players set @e[tag=BossStand,score_BossBlown_min=51] BossBlown 0
  63. execute @e[tag=BossZBlown] ~ ~ ~ execute @e[type=tnt,c=1,r=4] ~ ~ ~ /particle largeexplode ~ ~ ~ 1 1 1 0.2 100 force @a
  64. execute @e[tag=BossZBlown] ~ ~ ~ execute @e[type=tnt,c=1,r=4] ~ ~ ~ /playsound minecraft:entity.enderdragon_fireball.explode master @a[r=20] ~ ~ ~ 1 0.8 1
  65. execute @e[tag=BossZBlown] ~ ~ ~ kill @e[type=tnt,c=1,r=4]
  66. execute @e[tag=BossStand,score_BossBlown_min=50] ~ ~ ~ entitydata @e[r=1,type=!player] {NoGravity:1b,NoAI:1b}
  67. execute @e[tag=BossStand,score_BossBlown_min=2,score_BossBlown=3] ~ ~ ~ entitydata @e[r=1,type=!player] {Motion:[0.0,2.0,0.0],NoGravity:0b,NoAI:0b}
  68. entitydata @e[tag=BossStand,score_BossBlown_min=1,score_BossBlown=43] {Pose:{Head:[-55f,0f,0f],Body:[-10f,0f,0f],RightArm:[-135f,0f,-30f],LeftArm:[120f,50f,0f],RightLeg:[-110f,20f,0f],LeftLeg:[-65f,-20f,0f]}}
  69. entitydata @e[tag=BossStand,score_BossBlown_min=44,score_BossBlown=45] {Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  70. execute @e[score_BossBlown_min=2,score_BossBlown=2] ~ ~ ~ /particle damageIndicator ~ ~2 ~ 0 0 0 0.2 30 force @a
  71. execute @e[score_BossBlown_min=2,score_BossBlown=2] ~ ~ ~ summon item ~ ~ ~ {Item:{id:"minecraft:tnt",Count:1b},Motion:[0.0,0.0,0.0]}
  72. execute @e[score_BossBurn_min=1] ~ ~ ~ detect ~ ~ ~ air 0 scoreboard players set @e[r=0,c=1,tag=BossStand,score_BossBurn=8] BossBurn 9
  73. /entitydata @e[tag=BossStand,score_BossBurn_min=10,score_BossBurn=10] {Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  74. scoreboard players tag @e[tag=BossZDrown] remove BossZDrown
  75. execute @e[tag=BossZombie] ~ ~ ~ detect ~ ~1 ~ water 0 scoreboard players tag @e[tag=BossZombie,r=0,c=1] add BossZDrown
  76. /scoreboard players add @e[tag=BossStand] BossDrown 0
  77. execute @e[tag=BossZDrown] ~ ~ ~ /scoreboard players set @e[tag=BossStand,r=1,c=1,score_BossDrown=0] BossDrown 1
  78. entitydata @e[tag=BossStand,score_BossDrown_min=1,score_BossDrown=1] {Pose:{Head:[25f,0f,0f],Body:[5f,0f,0f],RightArm:[-95f,-25f,0f],LeftArm:[-105f,35f,0f],RightLeg:[-5f,0f,0f]}}
  79. /scoreboard players set @e[score_BossDrown_min=10] BossDrown 0
  80. /scoreboard players add @e[score_BossDrown_min=1] BossDrown 1
  81. entitydata @e[tag=BossStand,score_BossDrown_min=5,score_BossDrown=6] {Pose:{Head:[20f,0f,0f],Body:[3f,5f,0f],RightArm:[-105f,-30f,0f],LeftArm:[-95f,28f,0f],RightLeg:[5f,5f,5f],LeftLeg:[-5f,0f,-5f]}}
  82. entitydata @e[tag=BossStand,score_BossDrown=9,score_BossDrown_min=9] {Pose:{Head:[-5f,0f,0f],Body:[1f,0f,0f],RightArm:[-15f,0f,5f],LeftArm:[-15f,0f,-5f],RightLeg:[-2f,0f,2f],LeftLeg:[2f,0f,-2f]}}
  83. execute @e[score_BossDrown_min=7] ~ ~ ~ /particle damageIndicator ~ ~1.5 ~ 0 0 0 0.2 1 force @a
  84. execute @e[score_BossDrown_min=1] ~ ~ ~ /particle bubble ~ ~1.5 ~ 0 0 0 0.4 1 force @a
  85. execute @e[score_BossDrown_min=1,score_BossDrown=1] ~ ~ ~ /playsound minecraft:block.water.ambient master @a[r=20] ~ ~ ~ 5 0.4 1
  86. /scoreboard players tag @e[type=item] add Stick4 {Item:{id:"minecraft:stick",Count:4b,Damage:0s}}
  87. /scoreboard players tag @e[type=item] add Planks8 {Item:{id:"minecraft:planks",Count:8b}}
  88. execute @e[tag=Planks8] ~ ~ ~ execute @e[tag=Stick4,r=1] ~ ~ ~ /particle fallingdust ~ ~0.5 ~ 0.3 0.3 0.3 1 20 force @a 5
  89. execute @e[tag=Planks8] ~ ~ ~ execute @e[tag=Stick4,r=1] ~ ~ ~ /playsound minecraft:entity.player.attack.knockback master @a[r=5] ~ ~ ~ 1 0.1 1
  90. execute @e[tag=Planks8] ~ ~ ~ execute @e[tag=Stick4,r=1] ~ ~ ~ summon item ~ ~1.5 ~ {Item:{id:"minecraft:spawn_egg",Count:1b,Damage:0s,tag:{display:{Name:"Spawn Dummy [Right-Click]",Lore:["Step #1: Spawn dummy by right-clicking egg","Step #2: BEAT THE DUMMY"]},EntityTag:{id:"minecraft:silverfish",Tags:["BossSpawn"]}},Motion:[0.0,0.1,0.0]}}
  91. execute @e[tag=Planks8] ~ ~ ~ execute @e[tag=Stick4,r=1] ~ ~ ~ kill @e[type=item,r=1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement