Advertisement
MasInYoFace

FireSaver Commands

Mar 21st, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. INIT: /tellraw @p ["",{"text":"β–²Fire Saver","color":"dark_green","bold":true},{"text":" Use a Fire Resistance Lingering Potion, then throw a single item in to get the Fireproof attribute","color":"green","bold":false}]
  2.  
  3. INIT: /scoreboard objectives add Cloud dummy
  4.  
  5. /scoreboard players set @e[type=AreaEffectCloud] Cloud 1 {Potion:"minecraft:fire_resistance"}
  6.  
  7. /execute @e[score_Cloud_min=1,score_Cloud=1] ~ ~ ~ /entitydata @e[type=Item,r=2] {Item:{Count:1b,tag:{display:{Lore:[Fireproof]}}}}
  8.  
  9. /scoreboard players set @e[type=Item] Cloud 2 {Item:{tag:{display:{Lore:[Fireproof]}}}}
  10.  
  11. /execute @e[score_Cloud_min=2,score_Cloud=2] ~ ~ ~ /particle flame ~ ~ ~ 0 15 0 0.05 10
  12.  
  13. /execute @e[score_Cloud_min=2,score_Cloud=2] ~ ~ ~ /execute @e[score_Cloud_min=1,score_Cloud=1,r=2] ~ ~ ~ /particle flame ~ ~ ~ 0 0 0 0.1 1000
  14.  
  15. /execute @e[score_Cloud_min=2,score_Cloud=2] ~ ~ ~ /execute @e[score_Cloud_min=1,score_Cloud=1,r=2] ~ ~ ~ /playsound minecraft:entity.blaze.shoot global @a ~ ~ ~ 1 0.5 1
  16.  
  17. /execute @e[score_Cloud_min=2,score_Cloud=2] ~ ~ ~ /kill @e[score_Cloud_min=1,score_Cloud=1,r=2]
  18.  
  19. /entitydata @e[score_Cloud_min=2,type=Item] {Invulnerable:1b,Fire:10s}
  20.  
  21. /execute @e[score_Cloud_min=2,score_Cloud=2] ~ ~ ~ /particle crit ~ ~ ~ 0 0 0 0.001 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement