Je te fais le debut :D
Tiens voila un bon debut a toi de le continuer:
Permissions:
HG.stop : Pour arreter la partit
La partit ce lance automatiquement au bout de dix joueurs Dans la file d'attente
Hg.spawn : pour set le spawn du HG
command /joinhg:
trigger:
if {HG.Join.%player%} is false:
add 1 to {HG.Attente}
send "&4[&6HungerGames] &aTu viens de rejoindre la file d'attente ! &b %{HG.Attente}%/10"
set {HG.Join.%player%} to true
set {HG.Start::%player%} to player
if {HG.On} is false:
if {HG.Attente} is equal to 10:
set {HG.On} to true
send "&4[&6HungerGames] &aLa partit commence dans 5 sec" to {HG.Start::*}
wait 2 seconds
send "&4[&6HungerGames] &aLa partit commence dans 3 sec" to {HG.Start::*}
wait 1 seconds
send "&4[&6HungerGames] &aLa partit commence dans 2 sec" to {HG.Start::*}
wait 1 seconds
send "&4[&6HungerGames] &aLa partit commence dans 1 sec" to {HG.Start::*}
wait 1 seconds
send "&4[&6HungerGames] &aLa partit vient de commencé" to {HG.Start::*}
teleport {HG.Start::*} to {HG.Spawn}
else:
send "&4[&6HungerGames] &cTu est deja dedans !"
command /stopHG:
permission: HG.stop
trigger:
clear {HG.Attente}
set {HG.On} to false
teleport {HG.Start::*} to spawn
command /setHg:
permission: HG.spawn
trigger:
set {HG.spawn}
send "&4tu a bien set le spawn du HG"