Custom Spells
Custom Spells
Fireball for player 1
/summon Fireball ~ ~1 ~ {direction:[0.0,0.0,0.0],Riding:{id:Villager,CustomName:"p1"}}
Fireball for player 2
/summon Fireball ~ ~1 ~ {direction:[0.0,0.0,0.0],Riding:{id:Villager,CustomName:"p2"}}
Teleporting fireball to player 1
/tp @e[name=p1] @a[score_p_min=1,score_p=1]
Teleporting fireball to player 2
/tp @e[name=p2] @a[score_p_min=2,score_p=2]
Smokebomb
/particle lava ~ ~1 ~ 1 1 1 10 1000 @a[score_p_min=1,score_p=1,score_sb=0]
/effect @a[score_p_min=1,score_p=1] 14 25 0
Smokebomb Timer
/scoreboard players set @a[score_p=1,score_sb=0] sb 50
/scoreboard players remove @a[score_sb_min=1] sb 1 (Hopper clock)
Bomb
/summon PrimedTnt ~ ~10 ~ {Fuse:2}
/tp @e[type=PrimedTnt] @a[score_p_min=1,score_p=1]
No comments:
Post a Comment