Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: &8[&7Fallout&8]&7
- WORLD: UHC
- command /fallout <text>:
- usage: /fallout <on/off>
- permission: skript.fallout
- trigger:
- if arg-1 is "on" or "enable":
- set {fallout} to "true"
- send "{@P} Fallout Enabled!"
- else if arg-1 is "off" or "disable":
- delete {fallout}
- send "{@P} Fallout Disabled!"
- every 30 seconds:
- loop all players:
- {fallout} is set
- 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