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