Advertisement
Guest User

Power-Ups In vanilla Minecraft!

a guest
Jun 20th, 2015
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. Scoreboard
  2. >/scoreboard objectives add villagertalk stat.talkedToVillager
  3. Give Item
  4. >/give @p minecraft:diamond_sword 1 0 {display:{Name:Power}}
  5. Testfor and give
  6. >/execute @e[type=MinecartRideable] ~ ~ ~ /testfor @e[type=Item] {Item:{id:minecraft:diamond_sword}}
  7. >/execute @e[type=Item,c=1] ~ ~ ~ /particle cloud ~ ~ ~ 2 2 2 0.1 1000
  8. >/kill @e[type=Item]
  9. >/give @a minecraft:diamond 1 0 {display:{Lore:["Press Q To Activate"],Name:"Steve's Diamond"},ench:[{id:99,lvl:1}]}
  10. >/give @a minecraft:golden_pickaxe 1 0 {display:{Lore:["Press Q To Activate"],Name:"Speed Mine"},ench:[{id:99,lvl:1}]}
  11. >/give @a minecraft:blaze_rod 1 0 {display:{Lore:["Right Click To Activate"],Name:"Fire Staff"},ench:[{id:99,lvl:1}]}
  12. >/give @a minecraft:bow 1 0 {display:{Lore:["A1MB0T"],Name:"Lock-on"},ench:[{id:99,lvl:1}]}
  13.  
  14. Green Section
  15. >/execute @e[type=MinecartRideable] ~ ~ ~ /testfor @e[type=Item] {Item:{id:minecraft:diamond}}
  16. >/execute @e[type=Item] ~ ~ ~ /summon ArmorStand ~ ~ ~ {Invisible:1b,NoBasePlate:1b,ShowArms:1b,Equipment:[{id:"diamond_sword",Count:1b},{},{},{},{}],Pose:{RightArm:[81f,181f,0f]}}
  17. >Repeat step 2 for more armor stands
  18. Blue Section
  19. >/execute @e[type=MinecartRideable] ~ ~ ~ /testfor @e[type=Item] {Item:{id:minecraft:golden_pickaxe}}
  20. >/effect @a 3 60 10
  21. >/give @a minecraft:golden_pickaxe 1 0 {Unbreakable:1,display:{Name:"God Pickaxe",Lore:["The Ultimate Pickaxe!"]},ench:[{id:32,lvl:50}]}
  22. >/kill @e[type=Item]
  23. >/clear @p minecraft:golden_pickaxe
  24. Yellow Section
  25. >/execute @e[type=MinecartRideable] ~ ~ ~ /testfor @a {SelectedItem:{id:minecraft:blaze_rod,tag:{display:{Name:"Fire Staff"}}}}
  26. >/entitydata @e[type=Villager] {Offers:{Recipes:[]},NoAI:1,Silent:1}
  27. >/kill @e[type=Villager]
  28. >/scoreboard players set @p villagertalk 0
  29. >/execute @a[score_villagertalk_min=1] ~ ~ ~ /summon Fireball ~1 ~1 ~ {ExplosionPower:10,direction: [0.0,0.0,0.0] }
  30. >/effect @e[type=Villager] 14 10 10
  31. >/tp @e[type=Villager] @p
  32.  
  33. Need Help? Watch this for help: https://www.youtube.com/watch?v=qfgxJOa6wHo&feature=youtu.be
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement