dragnoz

Rama's Rocket Boots

Aug 20th, 2016
517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. scoreboard players set @a rocketboots 2 {Inventory:[{Slot:100b,tag:{display:{Name:Rama's Rocket Boots,Lore:[Evil Rocket Boots],color:16711680}}}]}
  2.  
  3. scoreboard players remove @a[score_rocketboots_min=1] rocketboots 1
  4.  
  5. execute @a[score_rocketboots_min=1] ~ ~ ~ /particle fireworksSpark ~ ~ ~ 0.1 0 0.1 0.01 10
  6.  
  7. execute @a[score_rocketboots_min=1] ~ ~ ~ /particle flame ~ ~ ~ 0 0 0 0.001 1
  8.  
  9. execute @a[score_rocketboots_min=1] ~ ~ ~ /particle smoke ~ ~-0.3 ~ 0 0 0 0.01 10
  10.  
  11.  
  12.  
  13. /effect @a[score_rocketboots_min=1,score_jump_min=1] minecraft:jump_boost 5 250 true
  14.  
  15. /effect @a[score_rocketboots_min=1,score_jump_min=1] minecraft:levitation 1 2
  16.  
  17. scoreboard players set @a[score_jump_min=1] jump 0
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. /give @p minecraft:leather_boots 1 0 {display:{Name:Rama's Rocket Boots,Lore:[Evil Rocket Boots],color:16711680}}
Add Comment
Please, Sign In to add comment