Untitled

 avatar
unknown
plain_text
a year ago
1.9 kB
5
Indexable
every 10 seconds:
	loop all players:

command /keyall:
	permission: admingui.use
	trigger:
		send "&c&lExecuting"
		broadcast "&6&lKEYALL: &e&nHAPPENING IN 30 SECONDS!"
		wait 15 seconds
		broadcast "&6&lKEYALL: &e&nHAPPENING IN 15 SECONDS!"
		wait 12 seconds
		broadcast "&6&lKEYALL: &e&nHAPPENING IN 3 SECONDS!"
		wait 1 seconds
		broadcast "&6&lKEYALL: &e&nHAPPENING IN 2 SECONDS!"
		wait 1 seconds
		broadcast "&6&lKEYALL: &e&nHAPPENING IN 1 SECONDS!"
		wait 1 seconds
		broadcast "&6&lKEYALL: &e&lKEY RECIEVED! &6Thanks for playing!"
		give 10 nether star named "&dLEGEND Crate &dKey" to all players
		
command /starkkeyall:
	permission: admingui.use
	trigger:
		send "&c&lExecuting"
		broadcast "&3&lSTARK KEYALL: &b&nHAPPENING IN 30 SECONDS!"
		wait 15 seconds
		broadcast "&3&lSTARK KEYALL: &b&nHAPPENING IN 15 SECONDS!"
		wait 12 seconds
		broadcast "&3&lSTARK KEYALL: &b&nHAPPENING IN 3 SECONDS!"
		wait 1 seconds
		broadcast "&3&lSTARK KEYALL: &b&nHAPPENING IN 2 SECONDS!"
		wait 1 seconds
		broadcast "&3&lSTARK KEYALL: &b&nHAPPENING IN 1 SECONDS!"
		wait 1 seconds
		broadcast "&3&lSTARK KEYALL: &b&lKEY RECIEVED! &3Thanks for playing!"
		give 2 nether star named "&dSTARK Crate &dKey" to all players
		
command /quickkeyall:
	permission: admingui.use
	trigger:
		send "&c&lExecuting"
		send title "&2You have recieved a &a&lRARE KEY!" to all players
		give 1 nether star named "&dRARE crate &dKey" to all players
		
command /admin:
	permission: admingui.use
	trigger:
		open chest with 1 rows named "&c&lAdmin Management" to player
		format slot 0 of player with red stained glass pane named "&cVanish" to close then run [make player execute command "/vanish"]
		format slot 1 of player with light blue stained glass pane named "&3Keyall" to close then run [make player execute command "/keyall"]
Editor is loading...
Leave a Comment