Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command /skyhigh-enable:
- description: Enabled the skyhigh scenario.
- usage: /skyhigh-enable
- permission: skript.skyhigh.enable
- trigger:
- set {SkyHigh} to "true"
- broadcast "&9[SkyHigh] &bHope you like heights..."
- command /skyhigh-disable:
- description: Disabled the skyhigh scenario.
- usage: /skyhigh-disable
- permission: skript.skyhigh.disable
- trigger:
- set {SkyHigh} to "false"
- broadcast "&9[SkyHigh] &bThe ground is safe, for now..."
- command /skyhigh:
- description: Gives an explanation of the scenario.
- usage: /skyhigh
- trigger:
- message "&b-----------------------------------------------------" to command sender
- message " " to command sender
- message "&9[Skyhigh] &b- After 45 minutes, any player below Y-101 will begin to take half a heart of damage every 30 seconds." to command sender
- message " " to command sender
- message "&bYou must use this 45 minutes wisely to make preparations for surviving the remainder of the game in the sky." to command sender
- message " " to command sender
- message "&bHint: Cobblestone and snow generators are going to be very important." to command sender
- message " " to command sender
- message "&bBe sure your tower is near enough to 0,0 to reach the sky meetup in reasonable time and have encounters with other teams." to command sender
- message " " to command sender
- message "&bYou will be forced to head to meetup by means of ground travel if necessary, another reason why having a way to generate blocks and build bridges is important." to command sender
- message " " to command sender
- message "&b-----------------------------------------------------" to command sender
- every 30 seconds:
- loop all players:
- {SkyHigh} is "true"
- loop-player is in "world":
- loop-player's y-coordinate is between 0 and 100
- damage the loop-player by 0.5 hearts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement