Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2014
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #= Fallout =#
  2. #= Skript Made By Fawful55 =#
  3. command /enablefall:
  4. permission: skript.fallout
  5. trigger:
  6. set {fallout} to "true"
  7. broadcast "&L&eFall&aout &8Enabled"
  8.  
  9. command /disablefall:
  10. permission: skript.fallout
  11. trigger:
  12. set {fallout} to "false"
  13. broadcast "&eFall&aout &8Disabled"
  14.  
  15. every 30 seconds:
  16. loop all players:
  17. {fallout} is "true"
  18. loop-player is in "world":
  19. loop-player's y-coordinate is above 60
  20. damage the loop-player by 0.5 hearts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement