PHP:
"scoreboard"
:
{
"WAITING"
:
{
"enabled"
:
true
,
"title"
:
"&d&lEXAMPLE"
,
"text"
:
{
"6"
:
"&eWaiting for players... ({arena_playercount}/{arena_maximum})"
,
"5"
:
""
,
"4"
:
"&7Need at least &e{arena_minimum} players"
,
"3"
:
"&eto start the game."
,
"2"
:
""
,
"1"
:
" www.example.com"
}
}
,
"COUNTDOWN"
:
{
"enabled"
:
true
,
"title"
:
"&d&lEXAMPLE"
,
"text"
:
{
"6"
:
"&bThe game will"
,
"5"
:
"&bstart in &e{countdown} &bsecond{plural}"
,
"4"
:
""
,
"3"
:
" www.example.com"
}
}
,
"ACTIVE"
:
{
"enabled"
:
true
,
"title"
:
"&d&lEXAMPLE"
,
"text"
:
{
"6"
:
"&ePlayers Alive: &7{arena_playercount}"
,
"5"
:
"&eDouble Jumps: &7{double_jumps}/5"
,
"4"
:
""
,
"3"
:
"&eTime left: &7{arena_time_left}"
,
"2"
:
""
,
"1"
:
" www.example.com"
}
}
}