View difference between Paste ID: ssmxjM0n and fSQyZdms
SHOW: | | - or go back to the newest paste.
1
#= Fallout =#
2
#= Skript Made By Fawful55 =#
3
command /enablefall:
4
	permission: skript.fallout
5
	trigger:
6
		set {fallout} to "true"
7
		broadcast "&L&eFall&aout &8Enabled"
8
9
command /disablefall:
10
	trigger:
11
		set {fallout} to "false"
12
		broadcast "&eFal&aout &8Disabled"
13
14
every 30 seconds:
15
	loop all players:
16
		{fallout} is "true"
17
		loop-player is in "world":
18
			loop-player's y-coordinate is above 60
19
			damage the loop-player by 0.5 hearts