Guest User

Untitled

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