Advertisement
Blue_Tec

Untitled

May 18th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. on level change:
  2. send player title "&b&l&nレベルアップ" with subtitle "&a%player's level%&fになりました。" for 3 seconds
  3. execute console command "execute %player% ~ ~ ~ /summon fireworks_rocket ~ ~ ~ {LifeTime:6,FireworksItem:{id:fireworks,Count:1,tag:{Fireworks:{Explosions:[{Type:3,Trail:1,Colors:[I;4312372],FadeColors:[I;6719955]}],Flight:0}}}}"
  4. wait 1 second
  5. message "&eレベルアップのため、体力が回復しました。"
  6. heal player
  7.  
  8. on damage:
  9. if victim is not player:
  10. send "&a%victim%&eの残りの体力: &c&l%victim's health%" to attacker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement