... something
parent
ec5c25e6ae
commit
29e972c489
|
@ -167,7 +167,6 @@ command /minigame_skybattle_start:
|
|||
if {skybattle::game_status} is "playing":
|
||||
send action bar "§4§lČas: §7%{skybattle::timer}%" to all players
|
||||
set {skybattle::timer} to {skybattle::timer} -1
|
||||
wait 1 second
|
||||
|
||||
|
||||
if {skybattle::timer} is 0:
|
||||
|
@ -184,6 +183,7 @@ command /minigame_skybattle_start:
|
|||
if {skybattle::teams_alive_num} is 0:
|
||||
send title "Tak prej nevyhrál nikdo lul :D" to all players
|
||||
|
||||
wait 1 second
|
||||
|
||||
if {skybattle::game_status} is "end":
|
||||
|
||||
|
@ -272,6 +272,7 @@ command /skybattle_listspawners <number>:
|
|||
send {skybattle::arena%arg-1%::spawn_location::%loop-number%} to player
|
||||
|
||||
command /skybattle_spawnteam <number> <number>:
|
||||
permission: skript.op
|
||||
trigger:
|
||||
set {skybattle::current_arena} to 1
|
||||
spawnteam(arg-1, arg-2)
|
||||
|
|
Loading…
Reference in New Issue