Advertisement
Guest User

Untitled

a guest
Mar 29th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. options:
  2. P: &8[&7Fallout&8]&7
  3. WORLD: UHC
  4.  
  5. command /fallout <text>:
  6. usage: /fallout <on/off>
  7. permission: skript.fallout
  8. trigger:
  9. if arg-1 is "on" or "enable":
  10. set {fallout} to "true"
  11. send "{@P} Fallout Enabled!"
  12. else if arg-1 is "off" or "disable":
  13. delete {fallout}
  14. send "{@P} Fallout Disabled!"
  15.  
  16.  
  17. every 30 seconds:
  18. loop all players:
  19. {fallout} is set
  20. loop-player is in "{@WORLD}":
  21. loop-player's y-coordinate is above 60
  22. damage the loop-player by 0.5 hearts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement