Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #= Fallout =#
- #= Skript Made By Fawful55 =#
- command /enablefall:
- permission: skript.fallout
- trigger:
- set {fallout} to "true"
- broadcast "&L&eFall&aout &8Enabled"
- command /disablefall:
- permission: skript.fallout
- trigger:
- set {fallout} to "false"
- broadcast "&eFall&aout &8Disabled"
- every 30 seconds:
- loop all players:
- {fallout} is "true"
- loop-player is in "world":
- loop-player's y-coordinate is above 60
- damage the loop-player by 0.5 hearts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement