View difference between Paste ID: nTcWisTu and ssmxjM0n
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
        permission: skript.fallout
11
	trigger:
12
		set {fallout} to "false"
13
		broadcast "&eFal&aout &8Disabled"
14
15
every 30 seconds:
16
	loop all players:
17
		{fallout} is "true"
18
		loop-player is in "world":
19
			loop-player's y-coordinate is above 60
20
			damage the loop-player by 0.5 hearts