Jaspanda

Walschaerts Build Team: How to be a Creeper (Commands)

Mar 21st, 2015
359
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. Use these commands by attaching them to a clock. The commands that aren't attached to the clock, are attached to a /testfor command, by a comparator. The symbol ">" means connect the commands by a comparator. (AND) means that there are multiple command blocks that must be connected and set off together. Note that these things aren't part of the actual command.
  2.  
  3. /testfor @a[ry=22,rym=0,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ 0 ~
  4.  
  5. /testfor @a[ry=67,rym=23,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ 45 ~
  6.  
  7. /testfor @a[ry=112,rym=68,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ 90 ~
  8.  
  9. /testfor @a[ry=157,rym=113,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ 135 ~
  10.  
  11. /testfor @a[ry=-158,rym=158,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ 180 ~
  12.  
  13. /testfor @a[ry=-113,rym=-157,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ -135 ~
  14.  
  15. /testfor @a[ry=-68,rym=-112,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ -90 ~
  16.  
  17. /testfor @a[ry=-23,rym=-67,name=YourNameHere] > /tp @e[type=Creeper,name=CreeperName] ~ ~ ~ -45 ~
  18.  
  19. /testfor @e[type=Item] {Item:{id:minecraft:tnt}} > /execute @e[type=Item] ~ ~ ~ execute @p[name=YourNameHere,r=3] ~ ~ ~ entitydata @e[type=Item,c=1] {CustomName:"Explode"}
  20.  
  21. /tp @e[type=Creeper,name=CreeperName] YourNameHere
  22.  
  23. /effect YourNameHere 14 10000 1 true
  24.  
  25. /testfor @e[type=Item] {CustomName:"Explode"} > /entitydata @e[type=Creeper,name=CreeperName] {ignited:1,Fuse:30} (AND) /kill @e[type=Item] {CustomName:"Explode"} (AND) /give YourNameHere minecraft:tnt 1 0 {display:{Name:Explode,Lore:[Drop to explode!]}}
  26.  
  27. These are read from right to left in the video, so if you're having trouble, just copy what it looks like there, using these commands. If you still don't get it, feel free to PM me or leave a comment asking your question.
  28.  
  29. Use this to summon an appropriate creeper, it's very important that it has no AI.
  30.  
  31. /summon Creeper ~ ~1 ~ {CustomName:"CreeperName",CustomNameVisible:1,NoAI:1}
Advertisement
Add Comment
Please, Sign In to add comment