... something

main
Anorak_1 2022-11-11 16:02:25 +01:00
parent ec5c25e6ae
commit 29e972c489
1 changed files with 2 additions and 1 deletions

View File

@ -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)