Advertisement
Kusa_Haenai_wWW

Untitled

Jul 27th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. on death of player:
  2. if attacker is a player:
  3. send title "&c&lOo-Kill-oO" to player
  4. play block_anvil_place at player with volume 1 and pitch 1
  5. if {killst::%attacker%} is not set:
  6. set {killst::%attacker%} to 1
  7. else:
  8. add 1 to {killst::%attacker%}
  9. if {killst::%attacker%} is 5:
  10. broadcast "&d&l%attacker% &aさんが&c&l5Killストリーク&aを達成しました!!"
  11. if {killst::%attacker%} is 10:
  12. broadcast "&d&l%attacker% &aさんが&c&l10Killストリーク&aを達成しました!!"
  13.  
  14. every seconds:
  15. loop all players:
  16. send hologram "&a&lOo-&b&l%{killst::%loop-player%}&c&lKill&a&l-oO" to loop-player location of loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement