Ok... this is the last one

main
Anorak_1 2022-11-09 18:56:05 +01:00
parent cc04677307
commit af008dbe0f
1 changed files with 13 additions and 1 deletions

View File

@ -65,7 +65,7 @@ command /minigame_skybattle_start:
hide {skybattle::gaming_players::*}
wait 1 second
send "§e----------- Oblačný Souboj -----------" to {gaming_players::*}
send " V této minihře máte za úkol §cpřežít§r a zabít co nejvíce svých §cprotivníků." to {gaming_players::*}
send "V této minihře máte za úkol §cpřežít§r a zabít co nejvíce svých §cprotivníků. Můžete zničit a využít celý svět:D Třeba §7Iron Blocky §rjsou docela užitečné." to {gaming_players::*}
wait 10 seconds
reveal {skybattle::gaming_players::*}
set {skybattle::stop_players} to "False"
@ -79,6 +79,17 @@ command /minigame_skybattle_start:
set {skybattle::current_arena} to 1
if {skybattle::game_status} is "end":
make console execute command "/function sky:battle"
command /skybattle_setborder <number>:
description: Set center of border for map x
usage: /skybattle_setborder <id of border/arena>
@ -186,6 +197,7 @@ on respawn:
wait 20 ticks
set player's gamemode to adventure
set player's gamemode to spectator
execute console command "/scoreboard players add @a[gamemode=survival] Survivalgames 1"
on player move:
if {skybattle::stop_players} is "True":