Fix some bits and peaces

main
Anorak_1 2022-11-13 11:31:54 +01:00
parent 695686873b
commit 4445cf4563
1 changed files with 3 additions and 2 deletions

View File

@ -304,6 +304,7 @@ command /skybattle_listspawners <number>:
command /skybattle_spawnteam <number> <number>:
permission: skript.op
usage: /skybattle_spawnteam team spawner
trigger:
set {skybattle::current_arena} to 1
spawnteam(arg-1, arg-2)
@ -320,9 +321,9 @@ function spawnteam(team: number, spawner: number):
if {_team} is 1:
give loop-value 64 red concrete# named "§7Blocks"
if {_team} is 2:
give loop-value 64 yellow concrete# named "§7Blocks"
if {_team} is 3:
give loop-value 64 orange concrete# named "§7Blocks"
if {_team} is 3:
give loop-value 64 yellow concrete# named "§7Blocks"
if {_team} is 4:
give loop-value 64 lime concrete# named "§7Blocks"
if {_team} is 5: