Advertisement
MasInYoFace

Trifecta #4

Mar 10th, 2014
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #1 Flame Creeper
  2. /summon Creeper ~ ~ ~2 {CustomName:Flame}
  3. /summon Creeper ~ ~ ~2 {CustomName:Ghost}
  4.  
  5. /particle flame ~-1 ~ ~-1 0 0 0 .01 100 @e[name=Flame]
  6. /particle footstep ~ ~1 ~ 0 0 0 .01 10 @e[name=Ghost]
  7. /effect @e[name=Ghost] 14 2 1 true
  8.  
  9. #2 Sponge Crafting
  10. execute @p ~ ~ ~ testfor @e[type=Item,r=4] {Item:{id:minecraft:wool,Damage:15s}}
  11. execute @p ~ ~ ~ testfor @e[type=Item,r=4] {Item:{id:minecraft:wool,Damage:4s}}
  12. execute @e[type=Item,c=1] ~ ~ ~ summon WitherSkull ~ ~6 ~ {direction:[]}
  13. /execute @p ~ ~ ~ kill @e[type=Item,r=6,c=2]
  14. execute @e[type=WitherSkull] ~ ~ ~ summon Item ~ ~-6 ~ {Item:{id:minecraft:sponge,Count:1,Damage:0}}
  15. /kill @e[type=WitherSkull]
  16.  
  17. #3 Mushroom Stew
  18. /give @p minecraft:mushroom_stew 1 0 {display:{Lore:[Hallucinogenic]}}
  19. /scoreboard objectives add Mush stat.useItem.minecraft.mushroom_stew
  20. testfor @p[score_Mush_min=1]
  21. /scoreboard players set @p Mush 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement