Advertisement
emil20013

hulk number 2 in minecraft

May 2nd, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.61 KB | None | 0 0
  1. INIT:/scoreboard objectives add Hulk_boots dummy
  2. INIT:/scoreboard objectives add Hulk_mask dummy
  3. INIT:/scoreboard objectives add Hulk_chestplate dummy
  4. INIT:/scoreboard objectives add Hulk_leggings dummy
  5.  
  6.  
  7. INIT:scoreboard objectives add mcr_I dummy
  8. scoreboard players set @e[type=Item] mcr_I 1 {Item:{id:"minecraft:nether_star"}}
  9. scoreboard players set @e[type=Item] mcr_I 2 {Item:{id:"minecraft:leather_boots"}}
  10. execute @e[score_mcr_I_min=1,score_mcr_I=1] ~ ~ ~ execute @e[r=1,score_mcr_I_min=2,score_mcr_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:fishing_rod,Count:1,tag:{display:{Name:hulk splash}}}}
  11. execute @e[score_mcr_I_min=1,score_mcr_I=1] ~ ~ ~ execute @e[r=1,score_mcr_I_min=2,score_mcr_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:leather_boots,Count:1,tag:{AttributeModifiers:[{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:5,Operation:0,UUIDLeast:894654,UUIDMost:2872}],ench:[{id:34,lvl:9000000}],display:{Lore:[makes a Hulk jump],color:2424634}}}}
  12. execute @e[score_mcr_I_min=1,score_mcr_I=1] ~ ~ ~ execute @e[r=1,score_mcr_I_min=2,score_mcr_I=2] ~ ~ ~ kill @e[type=Item,r=3,score_mcr_I_min=1,score_mcr_I=2]
  13.  
  14.  
  15.  
  16.  
  17. INIT:scoreboard objectives add mcf_I dummy
  18. scoreboard players set @e[type=Item] mcf_I 1 {Item:{id:"minecraft:nether_star"}}
  19. scoreboard players set @e[type=Item] mcf_I 2 {Item:{id:"minecraft:skull"}}
  20. execute @e[score_mcf_I_min=1,score_mcf_I=1] ~ ~ ~ execute @e[r=1,score_mcf_I_min=2,score_mcf_I=2] ~ ~ ~ /summon Item ~ ~3 ~ {Item:{id:skull,Damage:3,Count:1,tag:{AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:25,Operation:0,UUIDLeast:894654,UUIDMost:2872}],SkullOwner:hulk}}}
  21. execute @e[score_mcf_I_min=1,score_mcf_I=1] ~ ~ ~ execute @e[r=1,score_mcf_I_min=2,score_mcf_I=2] ~ ~ ~ kill @e[type=Item,r=3,score_mcf_I_min=1,score_mcf_I=2]
  22.  
  23.  
  24. execute @e[score_mcs_I_min=2,score_Hulk_leggings=2] /scoreboard Players set @a mcs_I 1
  25. /scoreboard players remove @a[score_mcs_I_min=1] mcs_I 1
  26. /scoreboard players set @a mcs_I 2 {Inventory:[{Slot:101b,tag:{display:{Name:Hulk leggings,Lore:[makes you fast]}}}]}
  27. /effect @a[score_mcs_I_min=1] minecraft:speed 1 2 true
  28.  
  29. INIT:scoreboard objectives add mcs_I dummy
  30. scoreboard players set @e[type=Item] mcs_I 1 {Item:{id:"minecraft:nether_star"}}
  31. scoreboard players set @e[type=Item] mcs_I 2 {Item:{id:"minecraft:leather_leggings"}}
  32. execute @e[score_mcs_I_min=1,score_mcs_I=1] ~ ~ ~ execute @e[r=1,score_mcs_I_min=2,score_mcs_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:leather_leggings,Count:1,tag:{ench:[{id:34,lvl:9000000}],display:{Lore:[makes you fast],color:2883378}}}}
  33. execute @e[score_mcs_I_min=1,score_mcs_I=1] ~ ~ ~ execute @e[r=1,score_mcs_I_min=2,score_mcs_I=2] ~ ~ ~ kill @e[type=Item,r=3,score_mcs_I_min=1,score_mcs_I=2]
  34.  
  35.  
  36.  
  37. INIT:scoreboard objectives add mcd_I dummy
  38. scoreboard players set @e[type=Item] mcd_I 1 {Item:{id:"minecraft:nether_star"}}
  39. scoreboard players set @e[type=Item] mcd_I 2 {Item:{id:"minecraft:leather_chestplate"}}
  40. execute @e[score_mcd_I_min=1,score_mcd_I=1] ~ ~ ~ execute @e[r=1,score_mcd_I_min=2,score_mcd_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:carrot_on_a_stick,Count:1,tag:{display:{Name:hulk smash}}}}
  41. execute @e[score_mcd_I_min=1,score_mcd_I=1] ~ ~ ~ execute @e[r=1,score_mcd_I_min=2,score_mcd_I=2] ~ ~ ~ /summon Item ~ ~1 ~ {Item:{id:leather_chestplate,Count:1,tag:{AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:7,Operation:0,UUIDLeast:894654,UUIDMost:2872}],ench:[{id:34,lvl:9000000}],display:{Lore:[makes you strong],color:3079996}}}}
  42. execute @e[score_mcd_I_min=1,score_mcd_I=1] ~ ~ ~ execute @e[r=1,score_mcd_I_min=2,score_mcd_I=2] ~ ~ ~ kill @e[type=Item,r=3,score_mcd_I_min=1,score_mcd_I=2]
  43.  
  44. /scoreboard players test @a L 1 1
  45. INIT:/scoreboard objectives add L stat.useItem.minecraft.carrot_on_a_stick
  46. execute @a[score_L_min=1,score_L=1] ~ ~ ~ /replaceitem entity @a[score_L=1] slot.armor.chest minecraft:leather_chestplate 1 0 {AttributeModifiers:[{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:7,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{color:3931995}}
  47. execute @a[score_L_min=1,score_L=1] ~ ~ ~ /replaceitem entity @a[score_L=1] slot.armor.legs minecraft:leather_leggings 1 0 {display:{Lore:[makes you fast],color:2490125}}
  48. execute @a[score_L_min=1,score_L=1] ~ ~ ~ /replaceitem entity @a[score_L=1] slot.armor.feet minecraft:leather_boots 1 0 {AttributeModifiers:[{AttributeName:"generic.knockbackResistance",Name:"generic.knockbackResistance",Amount:5,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{color:2752289}}
  49.  
  50. execute @a ~ ~ ~ /effect @p 11 1 255
  51. execute @a[score_L_min=1,score_L=1] ~ ~ ~ /summon PrimedTnt ~0 ~0 ~0 {Fuse:1}
  52. /execute @a ~ ~ ~ detect ~ ~-4 ~ air 0 /effect @a[score_L_min=0,score_L=0] 11 1 255
  53. execute @a[score_L_min=1,score_L=1] ~ ~ ~ /scoreboard players set @a L 0
  54.  
  55. /scoreboard players test @a R 1 1
  56. INIT:/scoreboard objectives add R stat.useItem.minecraft.fishing_rod
  57. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /tp @a ~ ~3 ~
  58. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~-4 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  59. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~-4 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  60. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~4 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  61. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~4 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  62.  
  63.  
  64. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~-5 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  65. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~-5 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  66. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~5 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  67. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~5 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  68.  
  69.  
  70. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~-6 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  71. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~-6 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  72. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~6 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  73. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~6 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  74.  
  75.  
  76. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~-7 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  77. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~-7 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  78. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~7 ~2 ~0 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  79. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /summon ThrownPotion ~0 ~2 ~7 {Potion:{id:potion,Damage:16,tag:{CustomPotionEffects:[{Id:7,Amplifier:5,Duration:20}]}}}
  80.  
  81. execute @a[score_R_min=1,score_R=1] ~ ~ ~ /scoreboard players set @a R 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement