Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. on damage:
  2. if victim is a player:
  3. if victim's health is smaller than or equal to 1:
  4. set victim's health to victim's max health
  5. wait 1 tick
  6. force respawn victim
  7. wait 1 tick
  8. teleport victim to {spawn}
  9. send victim title "&4Umarles!" with subtitle "&7Zostales zabity przez: &c%attacker's name%"
  10. stop
  11.  
  12. on death:
  13. if victim is a player:
  14. wait 1 tick
  15. teleport victim to {spawn}
  16. wait 1 tick
  17. force respawn victim
  18. set victim's health to victim's max health
  19. send victim title "&4Umarles!" with subtitle "&7Zostales zabity przez: &c%attacker's name%"
  20. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement