Ok... this is the last one
parent
cc04677307
commit
af008dbe0f
|
@ -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":
|
||||
|
|
Loading…
Reference in New Issue