Advertisement
Guest User

Untitled

a guest
Aug 10th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.26 KB | None | 0 0
  1. Blaze Tower (Splitting tower that breaks apart over time with a dangerous mob sitting on top who will eventually hop off and attack the player) -
  2. /summon blaze ~ ~1 ~ {ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Attributes:[{Name:generic.maxHealth,Base:40}],Health:40.0f,Passengers:[{id:"fireworks_rocket",LifeTime:400,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"fireworks_rocket",LifeTime:400,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"blaze",ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Attributes:[{Name:generic.maxHealth,Base:40}],Health:40.0f,Passengers:[{id:"fireworks_rocket",LifeTime:200,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"fireworks_rocket",LifeTime:200,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"blaze",ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Attributes:[{Name:generic.maxHealth,Base:40}],Health:40.0f,Passengers:[{id:"fireworks_rocket",LifeTime:400,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"fireworks_rocket",LifeTime:400,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"blaze",ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Attributes:[{Name:generic.maxHealth,Base:40}],Health:40.0f,Passengers:[{id:"fireworks_rocket",LifeTime:600,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"fireworks_rocket",LifeTime:600,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:0,Colors:[I;16711680],FadeColors:[I;16711680]}]}}},Passengers:[{id:"zombie",CustomName:"Elite Mob",CustomNameVisible:1,IsVillager:0,IsBaby:0,ArmorItems:[{id:"minecraft:golden_boots",Count:1b,tag:{AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.5,Operation:1,UUIDLeast:878023,UUIDMost:981890,Slot:"feet"}],Unbreakable:1,ench:[{id:2,lvl:10}]}},{id:"minecraft:iron_leggings",Count:1b,tag:{Unbreakable:1}},{id:"minecraft:chainmail_chestplate",Count:1b,tag:{Unbreakable:1}},{id:"minecraft:skull",Damage:5,Count:1b}],HandItems:[{id:"minecraft:diamond_axe",Count:1b,tag:{Unbreakable:1}},{}],ArmorDropChances:[-327.67F,0.085F,-327.67F,-327.67F],HandDropChances:[-327.67F,0.085F],Attributes:[{Name:generic.maxHealth,Base:200}],Health:200.0f,Glowing:1b,ActiveEffects:[{Id:12,Amplifier:0,Duration:19999980,ShowParticles:0b}],Passengers:[{id:"fireworks_rocket",LifeTime:40,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:1,Trail:1,Colors:[I;0],FadeColors:[I;0]},{Type:3,Colors:[I;16711680],FadeColors:[I;0]}]}}}}]}]}]}]}]}]}]}]}]}]}]}]}]}
  3.  
  4. ----------------------------------------------------------------------------------------------------------------------------------------
  5.  
  6. Arena Mob (A mob that will blitz rush the player and "trap" them inside a particle "arena" the mob will slow down and get ready for a fight, if the player abandons the arena they are punished and the mob begins to blitz rush again) (PS. I learned that apparently Husks are unable to utilize the potion effect speed) -
  7. /summon husk ~ ~1 ~ {CustomName:"Elite_Mob",CustomNameVisible:1,IsVillager:0,IsBaby:0,ArmorItems:[{id:"minecraft:chainmail_boots",Count:1b,tag:{AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.45,Operation:1,UUIDLeast:861915,UUIDMost:753054,Slot:"feet"}],Unbreakable:1}},{id:"minecraft:chainmail_leggings",Count:1b,tag:{Unbreakable:1}},{id:"minecraft:chainmail_chestplate",Count:1b},{id:"minecraft:skull",Damage:3,Count:1b,tag:{SkullOwner:{Name:"MHF_Herobrine"}}}],HandItems:[{id:"minecraft:fishing_rod",Count:1b,tag:{Unbreakable:1}},{id:"minecraft:shield",Count:1b,tag:{Unbreakable:1,BlockEntityTag:{Base:15,Patterns:[{Pattern:br,Color:11},{Pattern:tr,Color:11},{Pattern:bl,Color:11},{Pattern:tl,Color:11},{Pattern:cbo,Color:0},{Pattern:sc,Color:4},{Pattern:mr,Color:4},{Pattern:flo,Color:1}]}}}],ArmorDropChances:[-327.67F,-327.67F,-327.67F,-327.67F],HandDropChances:[-327.67F,-327.67F],Attributes:[{Name:generic.maxHealth,Base:40}],Health:40.0f}
  8.  
  9. Testfor player and summon new command blocks to create the "arena" when in range:
  10.  
  11. /execute @e[type=husk,name=Elite_Mob] ~ ~ ~ testfor @p[r=5]
  12. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~ ~ ~9 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  13. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~ ~ ~-9 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  14. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~9 ~ ~ particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  15. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~-9 ~ ~ particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  16. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~7 ~ ~2 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  17. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~7 ~ ~-2 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  18. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~-7 ~ ~2 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  19. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~-7 ~ ~-2 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  20. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~5 ~ ~5 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  21. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~5 ~ ~-4 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  22. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~-5 ~ ~4 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  23. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~-5 ~ ~-4 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  24. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~3 ~ ~6 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  25. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~3 ~ ~-6 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  26. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~-3 ~ ~6 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  27. /setblock ~ ~3 ~ minecraft:repeating_command_block 0 replace {auto:1b,Command:"/execute @e[type=husk,name=Elite_Mob] ~-3 ~ ~-6 particle enchantmenttable ~ ~ ~ 0.1 4 0.1 0.1 10 force"}
  28.  
  29. A testfor attached to an invert to test for when players exit the "arena":
  30.  
  31. /setblock ~4 ~0 ~ minecraft:repeating_command_block 0 replace {Command:"/testfor @p[r=10]"}
  32. /replaceitem entity @e[c=1,name=Elite_Mob,type=husk] slot.armor.feet minecraft:chainmail_boots 1 0 {Unbreakable:1}
  33.  
  34. Punishment for exiting "arena":
  35.  
  36. /execute @e[type=husk,name=Elite_Mob] ~ ~ ~ testfor @p[r=10]
  37. /execute @e[type=husk,name=Elite_Mob] ~ ~ ~ effect @p[r=20] 15 3 0
  38. /execute @e[type=husk,name=Elite_Mob] ~ ~ ~ effect @p[r=20] 2 5 5
  39. /replaceitem entity @e[c=1,name=Elite_Mob,type=husk] slot.armor.feet minecraft:chainmail_boots 1 0 {AttributeModifiers:[{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:0.55,Operation:1,UUIDLeast:263613,UUIDMost:933738}]}
  40. /setblock -2515 159 2210 minecraft:air 0 replace
  41. /setblock -2516 159 2210 minecraft:air 0 replace
  42. /setblock -2517 159 2210 minecraft:air 0 replace
  43. /setblock -2518 159 2210 minecraft:air 0 replace
  44. /setblock -2515 159 2211 minecraft:air 0 replace
  45. /setblock -2516 159 2211 minecraft:air 0 replace
  46. /setblock -2517 159 2211 minecraft:air 0 replace
  47. /setblock -2518 159 2211 minecraft:air 0 replace
  48. /setblock -2515 159 2212 minecraft:air 0 replace
  49. /setblock -2516 159 2212 minecraft:air 0 replace
  50. /setblock -2517 159 2212 minecraft:air 0 replace
  51. /setblock -2518 159 2212 minecraft:air 0 replace
  52. /setblock -2515 159 2213 minecraft:air 0 replace
  53. /setblock -2516 159 2213 minecraft:air 0 replace
  54. /setblock -2517 159 2213 minecraft:air 0 replace
  55. /setblock -2518 159 2213 minecraft:air 0 replace
  56.  
  57. ----------------------------------------------------------------------------------------------------------------------------------------
  58.  
  59. Bomberman Concept (Simply spawning heat seeking damage around an entity) -
  60. /summon llama ~ ~1 ~ {CustomName:"Elite_Mob",CustomNameVisible:1,Variant:0}
  61.  
  62. Summoning splash potions on top of XP, could be any potion, any range (for example range of like 50 with randomized spawn locations could create a "bomb tower").
  63.  
  64. /execute @e[type=llama,name=Elite_Mob] ~-6 ~ ~ summon xp_orb ~ ~1 ~ {Value:1,Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:harming",CustomPotionEffects:[{Id:7,Amplifier:0,Duration:20}]}}}]}
  65. /execute @e[type=llama,name=Elite_Mob] ~ ~ ~-6 summon xp_orb ~ ~1 ~ {Value:1,Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:harming",CustomPotionEffects:[{Id:7,Amplifier:0,Duration:20}]}}}]}
  66. /execute @e[type=llama,name=Elite_Mob] ~ ~ ~6 summon xp_orb ~ ~1 ~ {Value:1,Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:harming",CustomPotionEffects:[{Id:7,Amplifier:0,Duration:20}]}}}]}
  67. /execute @e[type=llama,name=Elite_Mob] ~ ~ ~6 summon xp_orb ~ ~1 ~ {Value:1,Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:harming",CustomPotionEffects:[{Id:7,Amplifier:0,Duration:20}]}}}]}
  68.  
  69. ----------------------------------------------------------------------------------------------------------------------------------------
  70.  
  71. Wrangler Concept (One entity acts as the Wrangler, Wrangled mobs will not target player while their wrangler is alive, wrangled mobs are dangerous without their wrangler) (Could also have the wrangled mobs be a spawner attached to the wrangler) -
  72. /summon zombie ~ ~1 ~ {CustomName:"Elite_Mob",CustomNameVisible:1,UUIDLeast:50L,UUIDMost:51L,IsVillager:0,IsBaby:0,ArmorItems:[{},{},{},{id:"minecraft:skull",Damage:4,Count:1b}],ArmorDropChances:[0.085F,0.085F,0.085F,-327.67F],Attributes:[{Name:generic.maxHealth,Base:40},{Name:generic.movementSpeed,Base:0.25}],Health:40.0f}
  73.  
  74. Wrangled Mobs:
  75.  
  76. /execute @e[type=zombie,name=Elite_Mob] ~ ~ ~ summon creeper ~ ~1 ~ {powered:1,ExplosionRadius:1,ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Leashed:1,Leash:{UUIDLeast:50L,UUIDMost:51L},ActiveEffects:[{Id:1,Amplifier:0,Duration:19999980,ShowParticles:0b}],Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:water",CustomPotionEffects:[{Id:7,Amplifier:1,Duration:20}]}}}]}
  77. /execute @e[type=zombie,name=Elite_Mob] ~ ~ ~ summon creeper ~ ~1 ~ {powered:1,ExplosionRadius:1,ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Leashed:1,Leash:{UUIDLeast:50L,UUIDMost:51L},ActiveEffects:[{Id:1,Amplifier:0,Duration:19999980,ShowParticles:0b}],Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:water",CustomPotionEffects:[{Id:22,Amplifier:2,Duration:1000}]}}}]}
  78. /execute @e[type=zombie,name=Elite_Mob] ~ ~ ~ summon creeper ~ ~1 ~ {powered:1,ExplosionRadius:1,ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Leashed:1,Leash:{UUIDLeast:50L,UUIDMost:51L},ActiveEffects:[{Id:1,Amplifier:0,Duration:19999980,ShowParticles:0b}],Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:water",CustomPotionEffects:[{Id:10,Amplifier:2,Duration:240}]}}}]}
  79. /execute @e[type=zombie,name=Elite_Mob] ~ ~ ~ summon creeper ~ ~1 ~ {powered:1,ExplosionRadius:1,ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Leashed:1,Leash:{UUIDLeast:50L,UUIDMost:51L},ActiveEffects:[{Id:1,Amplifier:0,Duration:19999980,ShowParticles:0b}],Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:water",CustomPotionEffects:[{Id:14,Amplifier:0,Duration:400,ShowParticles:0b}]}}}]}
  80. /execute @e[type=zombie,name=Elite_Mob] ~ ~ ~ summon creeper ~ ~1 ~ {powered:1,ExplosionRadius:1,ArmorItems:[{},{},{id:"minecraft:diamond_chestplate",Count:1b,tag:{Unbreakable:1,ench:[{id:3,lvl:127}]}},{}],ArmorDropChances:[0.085F,0.085F,-327.67F,0.085F],Leashed:1,Leash:{UUIDLeast:50L,UUIDMost:51L},ActiveEffects:[{Id:1,Amplifier:0,Duration:19999980,ShowParticles:0b}],Passengers:[{id:"potion",Potion:{id:"minecraft:splash_potion",Count:1,tag:{Potion:"minecraft:water",CustomPotionEffects:[{Id:25,Amplifier:0,Duration:200}]}}}]}
  81.  
  82. ----------------------------------------------------------------------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement