Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.34 KB | None | 0 0
  1.  
  2. on damage:
  3.     victim is player
  4.     damage is more than victim's health - 0.01
  5.     cancel event
  6.     push the victim upwards at speed 0.33
  7.     execute console command "/gamemode 3 %victim%"
  8.     set victim's health to 20
  9.     set the victim's food level to 10
  10.     wait 5 seconds
  11.     execute console command "/gamemode 1 %victim%"
  12.     teleport victim to world's spawn point
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement